summaryrefslogtreecommitdiff
path: root/tests/lang/string/unicode_escape_large_codepoint.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/string/unicode_escape_large_codepoint.phpt')
-rw-r--r--tests/lang/string/unicode_escape_large_codepoint.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/string/unicode_escape_large_codepoint.phpt b/tests/lang/string/unicode_escape_large_codepoint.phpt
index 249e6e152a..9f13186e29 100644
--- a/tests/lang/string/unicode_escape_large_codepoint.phpt
+++ b/tests/lang/string/unicode_escape_large_codepoint.phpt
@@ -4,5 +4,6 @@ Invalid Unicode escape sequence: Large codepoint
<?php
var_dump("\u{110000}"); // U+10FFFF + 1
+?>
--EXPECTF--
Parse error: Invalid UTF-8 codepoint escape sequence: Codepoint too large in %s on line %d