summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug51532.phpt
blob: 26eaa8f82f87dd88a68ad00d18362d8b2e2045fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
SPL: Allow valid extension of SplFileObject::fscanf
--FILE--
<?php

class A extends SplFileObject {
    public function fscanf($format, &...$vars) {

    }
}
?>
===DONE===
--EXPECT--
===DONE===