Selaa lähdekoodia

Use directory seperator pattern %e

Stefan Siegl 10 vuotta sitten
vanhempi
commit
4e0b500de0

+ 4 - 4
tests/ctx_lifetime.phpt

@@ -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

+ 2 - 2
tests/fatal_error_ignore_non_fatals.phpt

@@ -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===

+ 1 - 1
tests/fatal_error_no_uninstall_inner_frame.phpt

@@ -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

+ 1 - 1
tests/fatal_error_rethrow.phpt

@@ -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

+ 1 - 1
tests/fatal_error_uninstall_in_first_frame.phpt

@@ -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