diff options
| author | Anatol Belski <ab@php.net> | 2014-02-21 00:23:01 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-02-21 00:23:01 +0100 |
| commit | 5d0d88d1f2202896d62c21d0043264487fb12785 (patch) | |
| tree | 8f2d1e73a7cb564951d769c96f6801087332f893 /Zend/tests/debug_info-error-1.0.phpt | |
| parent | 14c08ea362e5f16527b3d9772ddc75ca49cc22d7 (diff) | |
| download | php-git-5d0d88d1f2202896d62c21d0043264487fb12785.tar.gz | |
fixed path separator in the tests
Diffstat (limited to 'Zend/tests/debug_info-error-1.0.phpt')
| -rw-r--r-- | Zend/tests/debug_info-error-1.0.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
