summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61095.phpt
blob: 4ca196cd159ff60897af1df836ca26876eec683f (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #61095 (Lexing 0x00*+<NUM> incorectly)
--FILE--
<?php
echo 0x00+2;
echo "\n";
?>
--EXPECT--
2