summaryrefslogtreecommitdiff
path: root/Zend/tests/oct_overflow_char.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/oct_overflow_char.phpt')
-rw-r--r--Zend/tests/oct_overflow_char.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/oct_overflow_char.phpt b/Zend/tests/oct_overflow_char.phpt
index 32060d8593..61de43d201 100644
--- a/Zend/tests/oct_overflow_char.phpt
+++ b/Zend/tests/oct_overflow_char.phpt
@@ -5,6 +5,7 @@ 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%eoct_overflow_char.php on line 4
abc