mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
Adapt tests V8 3.24 also
This commit is contained in:
parent
796ae85cb6
commit
3808f69dea
@ -23,7 +23,7 @@ $v8->executeString($JS);
|
|||||||
?>
|
?>
|
||||||
===EOF===
|
===EOF===
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
|
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 %s: V8Js->executeString('PHP.hello();')
|
#0 %s: V8Js->executeString('PHP.hello();')
|
||||||
#1 {main}
|
#1 {main}
|
||||||
|
@ -23,7 +23,7 @@ $v8->executeString($JS);
|
|||||||
?>
|
?>
|
||||||
===EOF===
|
===EOF===
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
|
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 %s: V8Js->executeString('PHP.hello();')
|
#0 %s: V8Js->executeString('PHP.hello();')
|
||||||
#1 {main}
|
#1 {main}
|
||||||
|
Loading…
Reference in New Issue
Block a user