mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Fix typo in Unicode escape test
This commit is contained in:
parent
11230328b5
commit
05ef3b7c0d
@ -3,6 +3,6 @@ Invalid Unicode escape sequence: Incomplete
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
var_dunp("\u{blah");
|
||||
var_dump("\u{blah");
|
||||
--EXPECTF--
|
||||
Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user