- output handler buffers are always binary, thanks Johannes

This commit is contained in:
Michael Wallner 2007-05-05 15:16:48 +00:00
parent 74e6d53ce4
commit adfa6209e6

View file

@ -25,5 +25,5 @@ var_dump( $a ); // 1A
string(2) "2B" string(2) "2B"
string(2) "1A" string(2) "1A"
--UEXPECT-- --UEXPECT--
unicode(2) "2B" string(2) "2B"
unicode(2) "1A" string(2) "1A"