From: Anatol Belski Date: Sat, 14 May 2016 21:48:04 +0000 (+0200) Subject: fix dir separator X-Git-Tag: php-7.1.0alpha1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41518d255edf2e8982d2948f87440f3da4e64a95;p=php fix dir separator --- diff --git a/Zend/tests/oct_overflow_char.phpt b/Zend/tests/oct_overflow_char.phpt index 14a9bb4aeb..32060d8593 100644 --- a/Zend/tests/oct_overflow_char.phpt +++ b/Zend/tests/oct_overflow_char.phpt @@ -6,5 +6,5 @@ Octal overflow in string interpolation // "abc", ordinarily 'b' would be \142, but we'll deliberately overflow the value by \400 echo "\141\542\143\n"; --EXPECTF-- -Warning: Octal escape sequence overflow \542 is greater than \377 in %s/oct_overflow_char.php on line 4 +Warning: Octal escape sequence overflow \542 is greater than \377 in %s%eoct_overflow_char.php on line 4 abc