Annotation of embedaddon/php/ext/spl/tests/SplFileInfo_001.phpt, revision 1.1.1.1

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!

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>