summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61225.phpt
blob: 6baa00ace2d39e49f8afa3f85498dbda6dab7609 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #61225 (Lexing 0b0*+<NUM> incorrectly)
--FILE--
<?php
echo 0b00+1;
echo "\n";
?>
--EXPECT--
1