From: Rafael Machado Dohms Date: Tue, 29 Sep 2009 14:34:06 +0000 (+0000) Subject: Fixing tests for head and wrong SKIPIF blocks X-Git-Tag: php-5.4.0alpha1~191^2~2567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f293b32a108c1adf5162a50080dc49b5aca9f89;p=php Fixing tests for head and wrong SKIPIF blocks --- 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" } }