From: Pierre Joye Date: Tue, 6 Sep 2011 07:07:23 +0000 (+0000) Subject: - don't test dir sep X-Git-Tag: php-5.5.0alpha1~1298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b263273baaa9ebd175dda6bf4b0212670f8cc589;p=php - don't test dir sep --- 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