From: Ulf Wendel Date: Thu, 12 Jul 2007 13:50:51 +0000 (+0000) Subject: 1) Whitespace/CS X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94e0e4c322cfedc0b8b610805b322daa3e142987;p=php 1) Whitespace/CS 2) Fixing [U]EXPECTF to be portable among different MySQL Server versions --- diff --git a/ext/mysql/tests/mysql_unbuffered_query.phpt b/ext/mysql/tests/mysql_unbuffered_query.phpt index 37e0919701..a19ba45706 100644 --- a/ext/mysql/tests/mysql_unbuffered_query.phpt +++ b/ext/mysql/tests/mysql_unbuffered_query.phpt @@ -2,85 +2,92 @@ mysql_unbuffered_query() --SKIPIF-- - --FILE-- --EXPECTF-- array(1) { ["valid"]=> string(30) "this is sql but with semicolon" } -array(1) { - ["p_version"]=> - string(16) "5.0.26-debug-log" -} -array(1) { - ["f_version"]=> - string(16) "5.0.26-debug-log" -} bool(true) resource(%d) of type (mysql result) int(0) @@ -94,14 +101,6 @@ array(1) { [u"valid"]=> unicode(30) "this is sql but with semicolon" } -array(1) { - [u"p_version"]=> - unicode(16) "5.0.26-debug-log" -} -array(1) { - [u"f_version"]=> - unicode(16) "5.0.26-debug-log" -} bool(true) resource(%d) of type (mysql result) int(0)