From 41518d255edf2e8982d2948f87440f3da4e64a95 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 14 May 2016 23:48:04 +0200 Subject: [PATCH] fix dir separator --- Zend/tests/oct_overflow_char.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1