php-src/ext/spl/tests/bug51532.phpt

15 lines
192 B
PHP

--TEST--
SPL: Allow valid extension of SplFileObject::fscanf
--FILE--
<?php
class A extends SplFileObject {
public function fscanf($format) {
}
}
?>
===DONE===
--EXPECT--
===DONE===