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

1.1       misho       1: --TEST--
                      2: SPL: Allow valid extension of SplFileObject::fscanf
                      3: --FILE--
                      4: <?php
                      5: 
                      6: class A extends SplFileObject {
                      7:     public function fscanf($format) {
                      8: 
                      9:     }
                     10: }
                     11: ?>
                     12: ===DONE===
                     13: --EXPECT--
                     14: ===DONE===

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