]> granicus.if.org Git - php/commitdiff
XFAIL these for the moment, Kalle totally broke these in 298241
authorScott MacVicar <scottmac@php.net>
Thu, 3 Feb 2011 17:07:48 +0000 (17:07 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 3 Feb 2011 17:07:48 +0000 (17:07 +0000)
when removing register_globals

ext/mbstring/tests/bug20087.phpt
ext/mbstring/tests/mb_parse_str.phpt
ext/mbstring/tests/mb_parse_str02.phpt

index d2530fa22eb1004dabd7c1fa0b215e6457f268f6..bcd190185b115c61c207ad27685ca98428559370 100644 (file)
@@ -2,6 +2,8 @@
 Bug #20087 (Assertion failure)
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into the global scope
 --FILE--
 <?php
 ini_set('include_path', dirname(__FILE__));
index fcfbbd9fe46f51d9e82184d8045caacc0f924e8a..f11b943c2628cfc90a5544be20eb86bf60236c59 100644 (file)
@@ -2,6 +2,8 @@
 mb_parse_str()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into the global scope
 --INI--
 arg_separator.input=&
 --FILE--
index 44ed44865cd0e3ce5633ac701d59f952ca07feee..d9b5eb20d9380252194eb4ced30a16cd3a07846b 100644 (file)
@@ -2,6 +2,8 @@
 mb_parse_str() test 2
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into the global scope
 --INI--
 arg_separator.input=&#
 --FILE--