From 790735f04a404f25938662904f598971c8ad1460 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 23 Aug 2015 19:30:47 +0200 Subject: [PATCH] Fix tests/php_exceptions_005.phpt --- tests/php_exceptions_005.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php_exceptions_005.phpt b/tests/php_exceptions_005.phpt index 94f3c0d..296cb45 100644 --- a/tests/php_exceptions_005.phpt +++ b/tests/php_exceptions_005.phpt @@ -34,7 +34,7 @@ catch(V8JsScriptException $e) { --EXPECTF-- after getException Got V8JsScriptException -string(329) "php_exceptions_005:3: exception 'Exception' with message 'Test-Exception' in %s +string(%d) "php_exceptions_005:3: exception 'Exception' with message 'Test-Exception' in %s Stack trace: #0 [internal function]: Foo->getException() #1 %s: V8Js->executeString('var ex = PHP.fo...', 'php_exceptions_...')