From: Michael Wallner Date: Sat, 5 May 2007 15:16:48 +0000 (+0000) Subject: - output handler buffers are always binary, thanks Johannes X-Git-Tag: RELEASE_1_2_0~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adfa6209e6ec01cf7e1c16ef9d64dbac67600ffa;p=php - output handler buffers are always binary, thanks Johannes --- diff --git a/tests/func/006.phpt b/tests/func/006.phpt index 653ed53593..f634906d5a 100644 --- a/tests/func/006.phpt +++ b/tests/func/006.phpt @@ -25,5 +25,5 @@ var_dump( $a ); // 1A string(2) "2B" string(2) "1A" --UEXPECT-- -unicode(2) "2B" -unicode(2) "1A" +string(2) "2B" +string(2) "1A"