1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/Zend/tests/bug61225.phpt
2012-03-02 02:36:31 +00:00

10 lines
106 B
PHP

--TEST--
Bug #61225 (Lexing 0b0*+<NUM> incorectly)
--FILE--
<?php
echo 0b00+1;
echo "\n";
?>
--EXPECT--
1