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

1.1       misho       1: --TEST--
                      2: SPL: SplFileObject::getchildren basic
                      3: --CREDITS--
                      4: Erwin Poeze <erwin.poeze at gmail.com>
                      5: --FILE--
                      6: <?php
                      7: $s = new SplFileObject( __FILE__ );
                      8: var_dump($s->getChildren());
                      9: 
                     10: ?>
                     11: --EXPECT--
                     12: NULL

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