From: Ulf Wendel Date: Fri, 4 Jan 2008 09:19:49 +0000 (+0000) Subject: MFH: Fix for bug #43036 X-Git-Tag: php-5.2.6RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e0bb2d72c5a4b968c935fb5e61d10231675bf9c;p=php MFH: Fix for bug #43036 --- diff --git a/ext/mysqli/tests/047.phpt b/ext/mysqli/tests/047.phpt index 4b5df98676..cca5c3c67a 100644 --- a/ext/mysqli/tests/047.phpt +++ b/ext/mysqli/tests/047.phpt @@ -58,9 +58,9 @@ array(2) { ["max_length"]=> int(0) ["length"]=> - int(11) + int(%d) ["charsetnr"]=> - int(63) + int(%d) ["flags"]=> int(32768) ["type"]=> @@ -83,9 +83,9 @@ array(2) { ["max_length"]=> int(0) ["length"]=> - int(10) + int(%d) ["charsetnr"]=> - int(8) + int(%d) ["flags"]=> int(0) ["type"]=> @@ -110,9 +110,9 @@ object(stdClass)#6 (11) { ["max_length"]=> int(0) ["length"]=> - int(11) + int(%d) ["charsetnr"]=> - int(63) + int(%d) ["flags"]=> int(32768) ["type"]=> @@ -134,9 +134,9 @@ object(stdClass)#6 (11) { ["max_length"]=> int(0) ["length"]=> - int(10) + int(%d) ["charsetnr"]=> - int(8) + int(%d) ["flags"]=> int(0) ["type"]=> @@ -160,9 +160,9 @@ object(stdClass)#6 (11) { ["max_length"]=> int(0) ["length"]=> - int(11) + int(%d) ["charsetnr"]=> - int(63) + int(%d) ["flags"]=> int(32768) ["type"]=> @@ -184,13 +184,13 @@ object(stdClass)#5 (11) { ["max_length"]=> int(0) ["length"]=> - int(10) + int(%d) ["charsetnr"]=> - int(8) + int(%d) ["flags"]=> int(0) ["type"]=> int(253) ["decimals"]=> int(0) -} \ No newline at end of file +}