php-src/ext/spl/tests/bug51532.phpt
2013-09-26 18:39:17 +02:00

15 lines
203 B
PHP

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