diff options
Diffstat (limited to 'ext/mbstring/tests/mb_detect_encoding.phpt')
| -rw-r--r-- | ext/mbstring/tests/mb_detect_encoding.phpt | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/mbstring/tests/mb_detect_encoding.phpt b/ext/mbstring/tests/mb_detect_encoding.phpt index 0c8015d86d..9a8f51281b 100644 --- a/ext/mbstring/tests/mb_detect_encoding.phpt +++ b/ext/mbstring/tests/mb_detect_encoding.phpt @@ -87,11 +87,6 @@ $s = $euc_jp;  $s = mb_detect_encoding($s, 'BAD');  print("BAD: $s\n"); // BAD -$s = $euc_jp; -$s = mb_detect_encoding(); -print("MP: $s\n"); // Missing parameter - -  ?>  --EXPECTF--  == BASIC TEST == @@ -113,6 +108,3 @@ EUC-JP: EUC-JP  Warning: mb_detect_encoding(): Illegal argument in %s on line %d  BAD: EUC-JP - -Warning: mb_detect_encoding() expects at least 1 parameter, 0 given in %s on line %d -MP:   | 
