Browse Source

Fixed minor bug in test.

PHP-5.5.4
Levi Morrison 13 years ago
committed by Nikita Popov
parent
commit
d76959a3b9
  1. 2
      ext/spl/tests/bug64782.phpt

2
ext/spl/tests/bug64782.phpt

@ -9,7 +9,7 @@ var_dump(new SplFileObject(__FILE__, "r", false, null));
--EXPECTF--
object(SplFileObject)#1 (%d) {
["pathName":"SplFileInfo":private]=>
string(50) "%s/bug64782.php"
string(%d) "%s/bug64782.php"
["fileName":"SplFileInfo":private]=>
string(12) "bug64782.php"
["openMode":"SplFileObject":private]=>

Loading…
Cancel
Save