From cd068b1ed6fda019e211cdd87a55a0b336669a92 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 24 Jun 2015 01:41:33 +0200 Subject: [PATCH] Made bug44295-win.phpt locale independent Formerly it failed on non English installations. --- ext/standard/tests/general_functions/bug44295-win.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/general_functions/bug44295-win.phpt b/ext/standard/tests/general_functions/bug44295-win.phpt index d210a54d51..222b7beda7 100644 --- a/ext/standard/tests/general_functions/bug44295-win.phpt +++ b/ext/standard/tests/general_functions/bug44295-win.phpt @@ -23,7 +23,7 @@ try { ?> ==DONE== ---EXPECT-- +--EXPECTF-- before -in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): The system cannot find the path specified. (code: 3) +in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3) ==DONE== -- 2.40.0