Skip to content

Commit d76959a

Browse files
morrisonlevinikic
authored andcommitted
Fixed minor bug in test.
1 parent 506a615 commit d76959a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/tests/bug64782.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var_dump(new SplFileObject(__FILE__, "r", false, null));
99
--EXPECTF--
1010
object(SplFileObject)#1 (%d) {
1111
["pathName":"SplFileInfo":private]=>
12-
string(50) "%s/bug64782.php"
12+
string(%d) "%s/bug64782.php"
1313
["fileName":"SplFileInfo":private]=>
1414
string(12) "bug64782.php"
1515
["openMode":"SplFileObject":private]=>

0 commit comments

Comments
 (0)