--TEST--
Bug #61095 (Lexing 0x00*+<NUM> incorrectly)
--FILE--
<?php
echo 0x00+2;
echo "\n";
?>
--EXPECT--
2