We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ffaa2 + 67269dd commit 9fd25e6Copy full SHA for 9fd25e6
tests/checkstring.phpt
@@ -20,5 +20,5 @@ Deprecated: Function V8Js::checkString() is deprecated in %s on line %d
20
bool(true)
21
22
Deprecated: Function V8Js::checkString() is deprecated in %s on line %d
23
-string(60) "V8Js::checkString():1: SyntaxError: Unexpected token ILLEGAL"
+string(%d) "V8Js::checkString():1: SyntaxError: %s"
24
===EOF===
tests/checkstring_compile.phpt
@@ -17,5 +17,5 @@ try {
17
18
--EXPECTF--
19
resource(%d) of type (V8Js script)
-string(62) "V8Js::compileString():1: SyntaxError: Unexpected token ILLEGAL"
+string(%d) "V8Js::compileString():1: SyntaxError: %s"
0 commit comments