From b89d7ae5bae3ce2db6d5177e65a31e56bd5924ad Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 30 Aug 2014 00:28:10 +0200 Subject: [PATCH] fix dir separators in test --- ext/spl/tests/bug54281.phpt | 4 ++-- 1 file 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 -- 2.50.1