1 2 3 4 5 6 7 8 9
--TEST-- Bug #61225 (Lexing 0b0*+<NUM> incorectly) --FILE-- <?php echo 0b00+1; echo "\n"; ?> --EXPECT-- 1