From: Rui Hirokawa Date: Sun, 11 Sep 2011 02:16:34 +0000 (+0000) Subject: removed test script which depends on the removed register_globals. X-Git-Tag: php-5.5.0alpha1~1194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7fa9ffc2107ef7164c5467631c0515732951018;p=php removed test script which depends on the removed register_globals. --- diff --git a/ext/mbstring/tests/bug20087.phpt b/ext/mbstring/tests/bug20087.phpt deleted file mode 100644 index bcd190185b..0000000000 --- a/ext/mbstring/tests/bug20087.phpt +++ /dev/null @@ -1,22 +0,0 @@ ---TEST-- -Bug #20087 (Assertion failure) ---SKIPIF-- - ---XFAIL-- -register_globals calls killed the ability for mb_parse_str() to register into the global scope ---FILE-- - ---EXPECT-- -bool(true) -string(0) "" -bool(true) -string(3) "moo" -