mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 10:31:53 +00:00
Adapt ctx_lifetime test to PHP7: changed exception handling
This commit is contained in:
parent
fe7e097d10
commit
49acfc6f22
@ -46,10 +46,7 @@ object(V8Object)#%d (0) {
|
|||||||
}
|
}
|
||||||
string(55) "Can't access V8Object after V8Js instance is destroyed!"
|
string(55) "Can't access V8Object after V8Js instance is destroyed!"
|
||||||
|
|
||||||
Warning: Uncaught exception 'V8JsException' with message 'Can't access V8Object after V8Js instance is destroyed!' in %s%etests%ectx_lifetime.php:35
|
Fatal error: Uncaught V8JsException: Can't access V8Object after V8Js instance is destroyed! in %s%etests%ectx_lifetime.php:35
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 %s%etests%ectx_lifetime.php(35): unknown()
|
#0 {main}
|
||||||
#1 {main}
|
|
||||||
thrown in %s%etests%ectx_lifetime.php on line 35
|
thrown in %s%etests%ectx_lifetime.php on line 35
|
||||||
|
|
||||||
Fatal error: Call to undefined method V8Object::hello() in %s%etests%ectx_lifetime.php on line 35
|
|
||||||
|
Loading…
Reference in New Issue
Block a user