1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/Zend/tests/bug61095.phpt
Fabien Villepinte 78c753e8ee Fix typo in tests
2019-10-10 15:57:57 +02:00

10 lines
108 B
PHP

--TEST--
Bug #61095 (Lexing 0x00*+<NUM> incorrectly)
--FILE--
<?php
echo 0x00+2;
echo "\n";
?>
--EXPECT--
2