mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
10 lines
107 B
PHP
10 lines
107 B
PHP
--TEST--
|
|
Bug #61095 (Lexing 0x00*+<NUM> incorectly)
|
|
--FILE--
|
|
<?php
|
|
echo 0x00+2;
|
|
echo "\n";
|
|
?>
|
|
--EXPECT--
|
|
2
|