]> granicus.if.org Git - php/commitdiff
fix dir separator
authorAnatol Belski <ab@php.net>
Sat, 14 May 2016 21:48:04 +0000 (23:48 +0200)
committerAnatol Belski <ab@php.net>
Sat, 14 May 2016 21:48:04 +0000 (23:48 +0200)
Zend/tests/oct_overflow_char.phpt

index 14a9bb4aeb5a3bb89d9572397bdf35285f0501c4..32060d8593063caddf983a4065378bc4f5075fe6 100644 (file)
@@ -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