mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
fix dir separator
This commit is contained in:
parent
dd8379e046
commit
41518d255e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user