mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 12:51:52 +00:00
Use directory seperator pattern %e
This commit is contained in:
parent
249aa39418
commit
4e0b500de0
@ -46,10 +46,10 @@ object(V8Object)#%d (0) {
|
||||
}
|
||||
string(55) "Can't access V8Object after V8Js instance is destroyed!"
|
||||
|
||||
Warning: Uncaught exception 'V8JsScriptException' with message 'Can't access V8Object after V8Js instance is destroyed!' in %s/tests/ctx_lifetime.php:35
|
||||
Warning: Uncaught exception 'V8JsScriptException' with message 'Can't access V8Object after V8Js instance is destroyed!' in %s%etests%ectx_lifetime.php:35
|
||||
Stack trace:
|
||||
#0 %s/tests/ctx_lifetime.php(35): unknown()
|
||||
#0 %s%etests%ectx_lifetime.php(35): unknown()
|
||||
#1 {main}
|
||||
thrown in %s/tests/ctx_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/tests/ctx_lifetime.php on line 35
|
||||
Fatal error: Call to undefined method V8Object::hello() in %s%etests%ectx_lifetime.php on line 35
|
||||
|
@ -24,8 +24,8 @@ $js->executeString($script);
|
||||
?>
|
||||
===EOF===
|
||||
--EXPECTF--
|
||||
Notice: Undefined variable: bar in %s/fatal_error_ignore_non_fatals.php on line 6
|
||||
Notice: Undefined variable: bar in %s%efatal_error_ignore_non_fatals.php on line 6
|
||||
|
||||
Warning: Foo Bar! in %s/fatal_error_ignore_non_fatals.php on line 7
|
||||
Warning: Foo Bar! in %s%efatal_error_ignore_non_fatals.php on line 7
|
||||
blar foo
|
||||
===EOF===
|
@ -27,4 +27,4 @@ $js->executeString("PHP.foo();");
|
||||
--EXPECTF--
|
||||
nothing.
|
||||
|
||||
Fatal error: Call to a member function foo() on %s in %s/fatal_error_no_uninstall_inner_frame.php on line 15
|
||||
Fatal error: Call to a member function foo() on %s in %s%efatal_error_no_uninstall_inner_frame.php on line 15
|
||||
|
@ -23,4 +23,4 @@ $js->executeString($script);
|
||||
?>
|
||||
===EOF===
|
||||
--EXPECTF--
|
||||
Fatal error: Call to a member function bar() on %s in %s/fatal_error_rethrow.php on line 7
|
||||
Fatal error: Call to a member function bar() on %s in %s%efatal_error_rethrow.php on line 7
|
||||
|
@ -29,4 +29,4 @@ $bar->foo();
|
||||
--EXPECTF--
|
||||
nothing.
|
||||
|
||||
Fatal error: Call to a member function foo() on %s in %s/fatal_error_uninstall_in_first_frame.php on line 20
|
||||
Fatal error: Call to a member function foo() on %s in %s%efatal_error_uninstall_in_first_frame.php on line 20
|
||||
|
Loading…
Reference in New Issue
Block a user