From: Rui Hirokawa Date: Sun, 11 Sep 2011 03:57:31 +0000 (+0000) Subject: revert previous commit. X-Git-Tag: php-5.5.0alpha1~1193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efd856377746360b2fe61b025b57e6b15c97b94b;p=php revert previous commit. --- diff --git a/ext/mbstring/tests/bug20087.phpt b/ext/mbstring/tests/bug20087.phpt new file mode 100644 index 0000000000..bcd190185b --- /dev/null +++ b/ext/mbstring/tests/bug20087.phpt @@ -0,0 +1,22 @@ +--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" +