1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/spl/tests/bug51532.phpt
2010-04-25 05:18:42 +00:00

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===