mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
10 lines
108 B
PHP
10 lines
108 B
PHP
--TEST--
|
|
Bug #61095 (Lexing 0x00*+<NUM> incorrectly)
|
|
--FILE--
|
|
<?php
|
|
echo 0x00+2;
|
|
echo "\n";
|
|
?>
|
|
--EXPECT--
|
|
2
|