-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/SplFileInfo_001.phpt

--TEST--
Testing SplFileInfo calling the constructor twice
--FILE--
<?php
$x = new splfileinfo(1);
$x->__construct(1);

echo "done!\n";
?>
--EXPECT--
done!

Copyright © 2017 || Recoded By Mr.Bumblebee