Home
last modified time | relevance | path

Searched refs:mysql_fetch_assoc (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_assoc.phpt2 mysql_fetch_assoc()
17 if (!is_null($tmp = @mysql_fetch_assoc()))
20 if (NULL !== ($tmp = @mysql_fetch_assoc($link)))
29 var_dump(mysql_fetch_assoc($res));
32 var_dump(mysql_fetch_assoc($res));
40 var_dump(mysql_fetch_assoc($res));
44 if (false !== ($tmp = mysql_fetch_assoc($res)))
54 var_dump(mysql_fetch_assoc($res));
90 Warning: mysql_fetch_assoc(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_list_tables.phpt40 while ($row = mysql_fetch_assoc($res_def))
44 while ($row = mysql_fetch_assoc($res))
48 while ($row = mysql_fetch_assoc($res_query))
H A Dmysql_query.phpt38 var_dump(mysql_fetch_assoc($res));
44 var_dump($tmp = mysql_fetch_assoc($res));
56 $tmp = mysql_fetch_assoc($res);
73 $tmp = mysql_fetch_assoc($res);
H A Dmysql_pconn_max_links.phpt29 $row = mysql_fetch_assoc($res);
37 $row = mysql_fetch_assoc($res);
94 if (!$row = mysql_fetch_assoc($res))
104 $row = mysql_fetch_assoc($res);
123 while ($row = mysql_fetch_assoc($res))
161 if (!$row = mysql_fetch_assoc($res))
184 $row = mysql_fetch_assoc($res);
H A Dmysql_db_query.phpt31 $row = mysql_fetch_assoc($res);
46 $row = mysql_fetch_assoc($res);
H A Dmysql_client_encoding.phpt27 $tmp = mysql_fetch_assoc($res);
38 $tmp = mysql_fetch_assoc($res);
H A Dmysql_num_rows.phpt48 $row = mysql_fetch_assoc($res);
63 while ($row = mysql_fetch_assoc($res))
H A Dmysql_mysqlnd_read_timeout_long.phpt25 var_dump(mysql_fetch_assoc($res));
H A Dmysql_unbuffered_query.phpt35 var_dump(mysql_fetch_assoc($res));
46 $tmp = mysql_fetch_assoc($res);
63 $tmp = mysql_fetch_assoc($res);
H A Dmysql_select_db.phpt32 if (!$row = mysql_fetch_assoc($res))
49 if (!$row = mysql_fetch_assoc($res))
H A Dmysql_data_seek.phpt31 $row = mysql_fetch_assoc($res);
38 $row = mysql_fetch_assoc($res);
H A Dmysql_fetch_lengths.phpt26 while ($row = mysql_fetch_assoc($res))
H A Dmysql_reflection_extension.phpt57 mysql_fetch_assoc
H A Dmysql_pconn_kill.phpt35 while ($row = mysql_fetch_assoc($res))
52 while ($row = mysql_fetch_assoc($res))
H A Dmysql_pconn_disable.phpt21 ($row = mysql_fetch_assoc($res)) &&
H A Dmysql_list_fields.phpt37 var_dump(mysql_fetch_assoc($res));
H A Dmysql_pconn_reuse.phpt30 ($row = mysql_fetch_assoc($res)) &&
H A Dmysql_query_load_data_openbasedir.phpt90 !($row = mysql_fetch_assoc($res)) ||
H A Dmysql_reflection_functions.phpt113 mysql_fetch_assoc
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h86 PHP_FUNCTION(mysql_fetch_assoc);
H A Dphp_mysql.c270 PHP_FE(mysql_fetch_assoc, arginfo__result_mysql_arg)
2262 PHP_FUNCTION(mysql_fetch_assoc) argument

Completed in 28 milliseconds