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

1.1       misho       1: --TEST--
                      2: Bug #62262: RecursiveArrayIterator does not implement Countable
                      3: --FILE--
                      4: <?php
                      5: 
                      6: var_dump(new RecursiveArrayIterator(array()) instanceof Countable);
                      7: 
                      8: ?>
                      9: --EXPECT--
                     10: bool(true)

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