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