From: Kalle Sommer Nielsen Date: Thu, 26 Mar 2015 02:22:57 +0000 (+0100) Subject: Fix test on Windows X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dfe033ae48c71c73dfa6ed461054f3d23267ced;p=php Fix test on Windows --- diff --git a/ext/standard/tests/strings/addslashes_variation2.phpt b/ext/standard/tests/strings/addslashes_variation2.phpt index 49009e8108..792c2c30b6 100644 --- a/ext/standard/tests/strings/addslashes_variation2.phpt +++ b/ext/standard/tests/strings/addslashes_variation2.phpt @@ -186,7 +186,7 @@ string(18) "!@#$%&*@$%#&/;:,<>" string(12) "hello\0world" -- Iteration 33 -- -string(73) "This is line 1 of \'heredoc\' string +string(7%d) "This is line 1 of \'heredoc\' string This is line 2 of \"heredoc\" string" -- Iteration 34 --