From: Nikita Popov Date: Sun, 25 Jun 2017 22:22:14 +0000 (+0200) Subject: Fix tests on Windows X-Git-Tag: php-7.2.0alpha3~34^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3849edf2ce168740256c48ee0a4631bb56086b8;p=php Fix tests on Windows --- diff --git a/Zend/tests/object_types/return_type_inheritance_in_class.phpt b/Zend/tests/object_types/return_type_inheritance_in_class.phpt index 152c4f95d0..826758f326 100644 --- a/Zend/tests/object_types/return_type_inheritance_in_class.phpt +++ b/Zend/tests/object_types/return_type_inheritance_in_class.phpt @@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an Stack trace: #0 %s(16): class@anonymous->a() #1 {main} - thrown in /%s on line 13 + thrown in %s on line 13 diff --git a/Zend/tests/object_types/return_type_inheritance_in_interface.phpt b/Zend/tests/object_types/return_type_inheritance_in_interface.phpt index 2631ec8918..fe1f6e6c0c 100644 --- a/Zend/tests/object_types/return_type_inheritance_in_interface.phpt +++ b/Zend/tests/object_types/return_type_inheritance_in_interface.phpt @@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an Stack trace: #0 %s(16): class@anonymous->a() #1 {main} - thrown in /%s on line 13 + thrown in %s on line 13