Skip to content

Commit c201b63

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Made bug44295-win.phpt locale independent
2 parents e181931 + cd068b1 commit c201b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/general_functions/bug44295-win.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ try {
2323
?>
2424
==DONE==
2525
<?php exit(0); ?>
26-
--EXPECT--
26+
--EXPECTF--
2727
before
28-
in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): The system cannot find the path specified. (code: 3)
28+
in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3)
2929
==DONE==

0 commit comments

Comments
 (0)