php-src/Zend/tests/bug61095.phpt

10 lines
107 B
Plaintext
Raw Normal View History

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