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