diff options
Diffstat (limited to 'Zend/tests/bug61095.phpt')
-rw-r--r-- | Zend/tests/bug61095.phpt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/tests/bug61095.phpt b/Zend/tests/bug61095.phpt new file mode 100644 index 0000000000..4ca196cd15 --- /dev/null +++ b/Zend/tests/bug61095.phpt @@ -0,0 +1,9 @@ +--TEST-- +Bug #61095 (Lexing 0x00*+<NUM> incorectly) +--FILE-- +<?php +echo 0x00+2; +echo "\n"; +?> +--EXPECT-- +2 |