summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug51532.phpt
blob: 3a0722b2af68dcb7fd1584ea5832411440b3d289 (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) {

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