Browse Source

Fix typo in Unicode escape test

pull/1039/merge
Andrea Faulds 11 years ago
parent
commit
05ef3b7c0d
  1. 2
      tests/lang/string/unicode_escape_incomplete.phpt

2
tests/lang/string/unicode_escape_incomplete.phpt

@ -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…
Cancel
Save