From adfa6209e6ec01cf7e1c16ef9d64dbac67600ffa Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 5 May 2007 15:16:48 +0000 Subject: [PATCH] - output handler buffers are always binary, thanks Johannes --- tests/func/006.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.0