Home
last modified time | relevance | path

Searched refs:mysql_errno (Results 51 – 69 of 69) sorted by relevance

123

/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_object.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
67 printf("[009] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dbug47438.phpt45 printf("[c002] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_num_fields.phpt26 printf("[%03d] [%d] %s\n", $offset, mysql_errno($link), mysql_error($link));
H A Dmysql_field_name.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_field_type.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_tablename.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_field_table.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_field_len.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_max_links.phpt25 mysql_errno(), mysql_error());
H A Dbug48754.phpt21 mysql_errno(), mysql_error());
H A Dmysql_field_seek.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_result.phpt25 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c87 # ifdef mysql_errno
261 PHP_FE(mysql_errno, arginfo__optional_mysql_link)
865 MySG(connect_errno) = mysql_errno(mysql->conn);
899 if (mysql_errno(mysql->conn) == 2006) {
992 MySG(connect_errno) = mysql_errno(mysql->conn);
1438 if (mysql_errno(mysql->conn)) {
1462 if (mysql_errno(mysql->conn)){
1472 if (mysql_errno(mysql->conn)){
1739 PHP_FUNCTION(mysql_errno) argument
1762 RETURN_LONG(mysql_errno(mysql->conn));
H A Dconfig.m4125 PHP_CHECK_LIBRARY($MYSQL_LIBNAME, mysql_errno, [], [
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c82 einfo->errcode = mysql_errno(H->server); in _pdo_mysql_error()
238 if (mysql_errno(H->server) == 1295) { in mysql_handle_preparer()
526 switch (mysql_errno(H->server)) {
H A Dmysql_statement.c663 if (S->result->unbuf && !S->result->unbuf->eof_reached && mysql_errno(S->H->server)) {
665 if (!S->result->eof && mysql_errno(S->H->server)) {
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h51 #define mysql_errno(r) mysqlnd_errno((r)) macro
/PHP-5.3/ext/mysqli/
H A Dmysqli_prop.c193 MYSQLI_MAP_PROPERTY_FUNC_LONG(link_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALI…
H A Dmysqli_api.c721 RETURN_LONG(mysql_errno(mysql->mysql)); in PHP_FUNCTION()

Completed in 50 milliseconds

123