diff options
author | Anatol Belski <ab@php.net> | 2015-08-21 14:08:33 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-21 14:08:33 +0200 |
commit | aa23bc6d1d2a559555a8b9033b2d26b5bca13567 (patch) | |
tree | 3d1bbb43c7638206735ca17d5732b51a52781a1e | |
parent | 9e69ef4ce2b48143249415ea375bc72b5f758dcc (diff) | |
download | php-git-aa23bc6d1d2a559555a8b9033b2d26b5bca13567.tar.gz |
fix dir separator
-rw-r--r-- | ext/spl/tests/bug54281.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/bug54281.phpt b/ext/spl/tests/bug54281.phpt index 71792eaa20..9a19a59ad8 100644 --- a/ext/spl/tests/bug54281.phpt +++ b/ext/spl/tests/bug54281.phpt @@ -14,6 +14,6 @@ foreach($it as $k=>$v) { } --EXPECTF-- Fatal error: Uncaught exception 'LogicException' with message 'The object is in an invalid state as the parent constructor was not called' in %s:%d Stack trace: -#0 %s/bug54281.php(8): RecursiveIteratorIterator->rewind() +#0 %s%ebug54281.php(8): RecursiveIteratorIterator->rewind() #1 {main} - thrown in %s/bug54281.php on line 8 + thrown in %s%ebug54281.php on line 8 |