summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61095.phpt
blob: ce5426ca65384c7ed3d6034ce48637592f94f6bb (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #61095 (Lexing 0x00*+<NUM> incorrectly)
--FILE--
<?php
echo 0x00+2;
echo "\n";
?>
--EXPECT--
2