From: Ulf Wendel Date: Thu, 12 Jul 2007 13:27:26 +0000 (+0000) Subject: 1) Whitespace/CS X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3809493bd77ef447c6cda222946bc5c3dceb1d51;p=php 1) Whitespace/CS 2) Fixing [U]EXPECTF to accept whatever db/schema name gets used for the test run --- diff --git a/ext/mysql/tests/mysql_select_db.phpt b/ext/mysql/tests/mysql_select_db.phpt index f635f94603..d994689ee5 100644 --- a/ext/mysql/tests/mysql_select_db.phpt +++ b/ext/mysql/tests/mysql_select_db.phpt @@ -4,72 +4,72 @@ mysql_select_db() --FILE-- --EXPECTF-- -string(7) "phptest" +string(%d) "%s" bool(false) Warning: mysql_select_db(): %d is not a valid MySQL-Link resource in %s on line %d done! --UEXPECTF-- -unicode(7) "phptest" +unicode(%d) "%s" bool(false) Warning: mysql_select_db(): %d is not a valid MySQL-Link resource in %s on line %d