diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-27 03:07:05 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-27 03:07:05 +0000 |
commit | eef8649fa46e67c43b5d518345474de986fc0a38 (patch) | |
tree | ce436a942a36268645bfde4db5893aa3549e1475 | |
parent | a7173b917a10a650fce4b7eceb6f84cdd60a0cd8 (diff) | |
download | php-git-eef8649fa46e67c43b5d518345474de986fc0a38.tar.gz |
Capitalized the title string
-rw-r--r-- | ext/mbstring/tests/bug20087.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mbstring/tests/bug20087.phpt b/ext/mbstring/tests/bug20087.phpt index e45ab84020..97b83f23cf 100644 --- a/ext/mbstring/tests/bug20087.phpt +++ b/ext/mbstring/tests/bug20087.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #20087 (Assertion failure) +Bug #20087 (Assertion failure) --SKIPIF-- <?php include('skipif.inc'); ?> --POST-- @@ -8,6 +8,7 @@ bug #20087 (Assertion failure) <?php ini_set('include_path','.'); include_once('common.inc'); +$testmoo = "blah blah"; var_dump(mb_parse_str("testmoo")); var_dump($testmoo); var_dump(mb_parse_str("test=moo")); |