mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- output handler buffers are always binary, thanks Johannes
This commit is contained in:
parent
74e6d53ce4
commit
adfa6209e6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue