1.1 ! misho 1: --TEST-- ! 2: Testing SplFileInfo calling the constructor twice ! 3: --FILE-- ! 4: <?php ! 5: $x = new splfileinfo(1); ! 6: $x->__construct(1); ! 7: ! 8: echo "done!\n"; ! 9: ?> ! 10: --EXPECT-- ! 11: done!