1--TEST-- 2Bug #61095 (Lexing 0x00*+<NUM> incorectly) 3--FILE-- 4<?php 5echo 0x00+2; 6echo "\n"; 7?> 8--EXPECT-- 92 10