xref: /PHP-5.5/Zend/tests/bug61095.phpt (revision c51f7379)
1--TEST--
2Bug #61095 (Lexing 0x00*+<NUM> incorectly)
3--FILE--
4<?php
5echo 0x00+2;
6echo "\n";
7?>
8--EXPECT--
92
10