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
Fabien Villepinte 78c753e8ee Fix typo in tests
2019-10-10 15:57:57 +02:00

10 lines
107 B
PHP

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