From: Levi Morrison Date: Thu, 12 Sep 2013 21:26:51 +0000 (-0600) Subject: Fixed minor bug in test. X-Git-Tag: php-5.5.4~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d76959a3b976a0d9f0be994451fd7d5a6def3204;p=php Fixed minor bug in test. --- diff --git a/ext/spl/tests/bug64782.phpt b/ext/spl/tests/bug64782.phpt index 2b225cd043..ac5d08d7d1 100644 --- a/ext/spl/tests/bug64782.phpt +++ b/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]=>