From 5d0d88d1f2202896d62c21d0043264487fb12785 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 21 Feb 2014 00:23:01 +0100 Subject: fixed path separator in the tests --- Zend/tests/debug_info-error-false.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/tests/debug_info-error-false.phpt') diff --git a/Zend/tests/debug_info-error-false.phpt b/Zend/tests/debug_info-error-false.phpt index 9e9111326c..d6e19938af 100644 --- a/Zend/tests/debug_info-error-false.phpt +++ b/Zend/tests/debug_info-error-false.phpt @@ -16,4 +16,4 @@ class C { $c = new C(false); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-false.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-false.php on line %d -- cgit v1.2.1