Skip to content

Commit bec68d5

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 43e6fd1 + b6b15fc commit bec68d5

File tree

3 files changed

+230
-221
lines changed

3 files changed

+230
-221
lines changed

Zend/tests/bug77993.phpt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--TEST--
2+
Bug #77993 (Wrong parse error for invalid hex literal on Windows)
3+
--FILE--
4+
<?php
5+
0xg10;
6+
--EXPECTF--
7+
Parse error: syntax error, unexpected 'xg10' (T_STRING) in %s on line %d

0 commit comments

Comments
 (0)