File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $v8->executeString($JS);
2323?>
2424===EOF===
2525--EXPECTF--
26- Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function ' in %s
26+ Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
2727Stack trace:
2828#0 %s: V8Js->executeString('PHP.hello();')
2929#1 {main}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $v8->executeString($JS);
2323?>
2424===EOF===
2525--EXPECTF--
26- Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function ' in %s
26+ Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
2727Stack trace:
2828#0 %s: V8Js->executeString('PHP.hello();')
2929#1 {main}
You can’t perform that action at this time.
0 commit comments