summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/numeric_literal_separator_006.phpt')
-rw-r--r--Zend/tests/numeric_literal_separator_006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/numeric_literal_separator_006.phpt b/Zend/tests/numeric_literal_separator_006.phpt
index 14bd290992..3ef391f63b 100644
--- a/Zend/tests/numeric_literal_separator_006.phpt
+++ b/Zend/tests/numeric_literal_separator_006.phpt
@@ -4,4 +4,4 @@ Invalid use: underscore next to 0x
<?php
0x_0123;
--EXPECTF--
-Parse error: syntax error, unexpected 'x_0123' (T_STRING) in %s on line %d
+Parse error: syntax error, unexpected identifier "x_0123" in %s on line %d