1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/spl/tests/SplFileObject/bug51532.phpt
2022-05-27 18:33:48 +01:00

15 lines
219 B
PHP

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