Lines Matching refs:a

43 if (!$res = mysql_query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e", $link)) {
50 if (!$res = mysql_query("SELECT 1 AS a, 2 AS b, 3 AS c, 4 AS C", $link)) {
117 // Unicode is on and we are told that the MySQL column type is a binary type.
118 // Don't expect a unicode value from the database, you'll get binary string
222 func_mysql_fetch_array($link, $engine, "CHAR(1)", "a", "a", 540);
224 func_mysql_fetch_array($link, $engine, "CHAR(1) NOT NULL", "a", "a", 560);
229 func_mysql_fetch_array($link, $engine, "VARCHAR(1)", "a", "a", 580);
232 func_mysql_fetch_array($link, $engine, "VARCHAR(1) NOT NULL", "a", "a", 610);
235 func_mysql_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630, null , true);
239 func_mysql_fetch_array($link, $engine, "VARBINARY(1)", "a", "a", 670, null , true);
243 func_mysql_fetch_array($link, $engine, "TINYBLOB", "a", "a", 710, null , true);
247 func_mysql_fetch_array($link, $engine, "TINYTEXT", "a", "a", 750);
248 func_mysql_fetch_array($link, $engine, "TINYTEXT NOT NULL", "a", "a", 760);
251 func_mysql_fetch_array($link, $engine, "BLOB", "a", "a", 780, null , true);
254 func_mysql_fetch_array($link, $engine, "TEXT", "a", "a", 800);
257 func_mysql_fetch_array($link, $engine, "MEDIUMBLOB", "a", "a", 830, null , true);
260 func_mysql_fetch_array($link, $engine, "MEDIUMTEXT", "a", "a", 860);
263 func_mysql_fetch_array($link, $engine, "LONGBLOB", "a", "a", 890, null , true);
266 func_mysql_fetch_array($link, $engine, "ENUM('a', 'b')", "a", "a", 920);
267 func_mysql_fetch_array($link, $engine, "ENUM('a', 'b')", NULL, NULL, 930);
269 func_mysql_fetch_array($link, $engine, "SET('a', 'b')", "a", "a", 940);
270 func_mysql_fetch_array($link, $engine, "SET('a', 'b')", NULL, NULL, 950);
292 %unicode|string%(1) "a"
294 %unicode|string%(1) "a"
336 [%u|b%"a"]=>
360 Warning: mysql_fetch_array(): %d is not a valid MySQL result resource in %s on line %d