Skip to content

Commit 6f4022d

Browse files
Update mb_output_handler_pass.phpt
Also got a note in the GitHub interface: `We’ve detected the file encoding as ISO-8859-1. When you commit changes we will transcode it to UTF-8.`
1 parent 0932cef commit 6f4022d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ext/mbstring/tests/mb_output_handler_pass.phpt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ ob_start('mb_output_handler');
2020
mb_http_output("pass");
2121
var_dump("\xff");
2222
?>
23-
--EXPECT--
23+
--EXPECTF--
2424
string(4) "pass"
25-
string(1) "ÿ"
25+
string(1) "ÿ"
26+
27+
Deprecated: ob_end_flush(): Producing output from user output handler mb_output_handler is deprecated in %s on line %d
2628
string(1) "?"
27-
string(1) "ÿ"
29+
string(1) "ÿ"

0 commit comments

Comments
 (0)