From: Anatol Belski Date: Thu, 20 Feb 2014 23:23:01 +0000 (+0100) Subject: fixed path separator in the tests X-Git-Tag: php-5.6.0alpha3~1^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0d88d1f2202896d62c21d0043264487fb12785;p=php fixed path separator in the tests --- diff --git a/Zend/tests/debug_info-error-0.0.phpt b/Zend/tests/debug_info-error-0.0.phpt index 67cbe8a749..1c8dfc8853 100644 --- a/Zend/tests/debug_info-error-0.0.phpt +++ b/Zend/tests/debug_info-error-0.0.phpt @@ -16,4 +16,4 @@ class C { $c = new C(0.0); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-0.0.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.0.php on line %d diff --git a/Zend/tests/debug_info-error-0.phpt b/Zend/tests/debug_info-error-0.phpt index 97352a8017..868ac2f75f 100644 --- a/Zend/tests/debug_info-error-0.phpt +++ b/Zend/tests/debug_info-error-0.phpt @@ -16,4 +16,4 @@ class C { $c = new C(0); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-0.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.php on line %d diff --git a/Zend/tests/debug_info-error-1.0.phpt b/Zend/tests/debug_info-error-1.0.phpt index e89a47c199..27611237bb 100644 --- a/Zend/tests/debug_info-error-1.0.phpt +++ b/Zend/tests/debug_info-error-1.0.phpt @@ -16,4 +16,4 @@ class C { $c = new C(1.0); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-1.0.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.0.php on line %d diff --git a/Zend/tests/debug_info-error-1.phpt b/Zend/tests/debug_info-error-1.phpt index a77500df2c..e2e9823ed4 100644 --- a/Zend/tests/debug_info-error-1.phpt +++ b/Zend/tests/debug_info-error-1.phpt @@ -16,4 +16,4 @@ class C { $c = new C(1); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-1.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.php on line %d diff --git a/Zend/tests/debug_info-error-empty_str.phpt b/Zend/tests/debug_info-error-empty_str.phpt index ea55b65ecb..72ab85d7d8 100644 --- a/Zend/tests/debug_info-error-empty_str.phpt +++ b/Zend/tests/debug_info-error-empty_str.phpt @@ -16,4 +16,4 @@ class C { $c = new C(""); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-empty_str.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-empty_str.php on line %d 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 diff --git a/Zend/tests/debug_info-error-object.phpt b/Zend/tests/debug_info-error-object.phpt index 6562b5b6da..40737db2b6 100644 --- a/Zend/tests/debug_info-error-object.phpt +++ b/Zend/tests/debug_info-error-object.phpt @@ -16,4 +16,4 @@ class C { $c = new C(new stdClass); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-object.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-object.php on line %d diff --git a/Zend/tests/debug_info-error-resource.phpt b/Zend/tests/debug_info-error-resource.phpt index c6d7be4cd9..ebdc37e534 100644 --- a/Zend/tests/debug_info-error-resource.phpt +++ b/Zend/tests/debug_info-error-resource.phpt @@ -16,4 +16,4 @@ class C { $c = new C(fopen("data:text/plain,Foo", 'r')); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-resource.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-resource.php on line %d diff --git a/Zend/tests/debug_info-error-str.phpt b/Zend/tests/debug_info-error-str.phpt index 230ad0e93b..aa16d5bf7c 100644 --- a/Zend/tests/debug_info-error-str.phpt +++ b/Zend/tests/debug_info-error-str.phpt @@ -16,4 +16,4 @@ class C { $c = new C("foo"); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-str.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-str.php on line %d diff --git a/Zend/tests/debug_info-error-true.phpt b/Zend/tests/debug_info-error-true.phpt index 886c601286..2501e8a412 100644 --- a/Zend/tests/debug_info-error-true.phpt +++ b/Zend/tests/debug_info-error-true.phpt @@ -16,4 +16,4 @@ class C { $c = new C(true); var_dump($c); --EXPECTF-- -Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-true.php on line %d +Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-true.php on line %d