summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61225.phpt
blob: 33d74bd561ca65a90eea0feb10dc3093150a2cec (plain)
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