diff options
Diffstat (limited to 'ext/mbstring/tests/mb_strtolower_basic.phpt')
| -rw-r--r-- | ext/mbstring/tests/mb_strtolower_basic.phpt | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/ext/mbstring/tests/mb_strtolower_basic.phpt b/ext/mbstring/tests/mb_strtolower_basic.phpt index 21d346eb4a..8881247885 100644 --- a/ext/mbstring/tests/mb_strtolower_basic.phpt +++ b/ext/mbstring/tests/mb_strtolower_basic.phpt @@ -45,8 +45,8 @@ if ($mb == $greek_lower) { echo "Done"; ?> ---EXPECTF-- -*** Testing mb_strtolower() : basic functionality*** +--EXPECT-- +**** Testing mb_strtolower() : basic functionality*** -- ASCII String -- string(26) "abcdefghijklmnopqrstuvwxyz" @@ -56,14 +56,3 @@ Correctly converted string(64) "zrHOss6zzrTOtc62zrfOuM65zrrOu868zr3Ovs6/z4DPgc+Dz4TPhc+Gz4fPiM+J" Correctly converted Done ---UEXPECTF-- -*** Testing mb_strtolower() : basic functionality*** - --- ASCII String -- -string(26) "abcdefghijklmnopqrstuvwxyz" -Correctly converted - --- Multibyte String -- -string(64) "zrHOss6zzrTOtc62zrfOuM65zrrOu868zr3Ovs6/z4DPgc+Dz4TPhc+Gz4fPiM+J" -Correctly converted -Done
\ No newline at end of file |
