From 7f293b32a108c1adf5162a50080dc49b5aca9f89 Mon Sep 17 00:00:00 2001 From: Rafael Machado Dohms Date: Tue, 29 Sep 2009 14:34:06 +0000 Subject: [PATCH] Fixing tests for head and wrong SKIPIF blocks --- ext/standard/tests/general_functions/bug49692.phpt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ext/standard/tests/general_functions/bug49692.phpt b/ext/standard/tests/general_functions/bug49692.phpt index 418b0e9d03..dbe7c38602 100644 --- a/ext/standard/tests/general_functions/bug49692.phpt +++ b/ext/standard/tests/general_functions/bug49692.phpt @@ -2,10 +2,6 @@ Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash) --CREDITS-- Rafael Dohms ---SKIPIF-- - --FILE-- --EXPECTF-- array(1) { - ["sitemap"]=> + [u"sitemap"]=> array(2) { - ["/home"]=> - string(13) "default:index" - ["/info"]=> - string(12) "default:info" + [u"/home"]=> + unicode(13) "default:index" + [u"/info"]=> + unicode(12) "default:info" } } -- 2.50.1