]> granicus.if.org Git - php/commitdiff
- output handler buffers are always binary, thanks Johannes
authorMichael Wallner <mike@php.net>
Sat, 5 May 2007 15:16:48 +0000 (15:16 +0000)
committerMichael Wallner <mike@php.net>
Sat, 5 May 2007 15:16:48 +0000 (15:16 +0000)
tests/func/006.phpt

index 653ed535939cb3eed2119f1d36e449f6ca22f168..f634906d5ac68ab03c3d311669d4c1fb8d61a835 100644 (file)
@@ -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"