
| Path : /usr/src/php/ext/spl/tests/ |
| Current File : //usr/src/php/ext/spl/tests/bug51532.phpt |
--TEST--
SPL: Allow valid extension of SplFileObject::fscanf
--FILE--
<?php
class A extends SplFileObject {
public function fscanf($format) {
}
}
?>
===DONE===
--EXPECT--
===DONE===