From b263273baaa9ebd175dda6bf4b0212670f8cc589 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 6 Sep 2011 07:07:23 +0000 Subject: [PATCH] - don't test dir sep --- .../ReflectionClass_newInstanceWithoutConstructor.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt b/ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt index fffddf4f62..1932dbfaf1 100644 --- a/ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt +++ b/ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt @@ -26,8 +26,8 @@ object(Foo)#%d (0) { object(stdClass)#%d (0) { } -Fatal error: Uncaught exception 'ReflectionException' with message 'Class DateTime is an internal class that cannot be instantiated without invoking its constructor' in %s/tests/ReflectionClass_newInstanceWithoutConstructor.php:%d +Fatal error: Uncaught exception 'ReflectionException' with message 'Class DateTime is an internal class that cannot be instantiated without invoking its constructor' in %sReflectionClass_newInstanceWithoutConstructor.php:%d Stack trace: -#0 %s/ReflectionClass_newInstanceWithoutConstructor.php(%d): ReflectionClass->newInstanceWithoutConstructor() +#0 %sReflectionClass_newInstanceWithoutConstructor.php(%d): ReflectionClass->newInstanceWithoutConstructor() #1 {main} - thrown in %s/ReflectionClass_newInstanceWithoutConstructor.php on line %d + thrown in %sReflectionClass_newInstanceWithoutConstructor.php on line %d -- 2.50.1