xref: /PHP-8.0/Zend/tests/bug61225.phpt (revision 78c753e8)
1--TEST--
2Bug #61225 (Lexing 0b0*+<NUM> incorrectly)
3--FILE--
4<?php
5echo 0b00+1;
6echo "\n";
7?>
8--EXPECT--
91
10