Skip to content

Commit aa23bc6

Browse files
committed
fix dir separator
1 parent 9e69ef4 commit aa23bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/spl/tests/bug54281.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ foreach($it as $k=>$v) { }
1414
--EXPECTF--
1515
Fatal error: Uncaught exception 'LogicException' with message 'The object is in an invalid state as the parent constructor was not called' in %s:%d
1616
Stack trace:
17-
#0 %s/bug54281.php(8): RecursiveIteratorIterator->rewind()
17+
#0 %s%ebug54281.php(8): RecursiveIteratorIterator->rewind()
1818
#1 {main}
19-
thrown in %s/bug54281.php on line 8
19+
thrown in %s%ebug54281.php on line 8

0 commit comments

Comments
 (0)