/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_deprecated_api.phpt | 25 $error .= sprintf("[001] [%d] %s\n", mysql_errno($link), mysql_error($link)); 44 $error .= sprintf("[005] [%d] %s\n", mysql_errno($link), mysql_error($link)); 58 $error .= sprintf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_field_flags.phpt | 23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link)); 97 printf("[010/%s] [%d] %s\n", $columns, mysql_errno($link), mysql_error($link)); 110 printf("[011/%s] '%s', [%d] %s\n", $columns, $sql, mysql_errno($link), mysql_error($link)); 115 printf("[012/%s] [%d] %s\n", $columns, mysql_errno($link), mysql_error($link)); 125 … Field '%s', flag '%s' not found, [%d] %s\n", $columns, $field, $flag, mysql_errno($link), mysql_e… 132 …'%s', unexpected flags '%s' found, [%d] %s\n", $columns, $field, $tmp, mysql_errno($link), mysql_e…
|
H A D | mysql_thread_id.phpt | 22 gettype($id), $id, mysql_errno($link), mysql_error($link)); 26 gettype($id_def), $id_def, mysql_errno(), mysql_error());
|
H A D | mysql_client_encoding.phpt | 23 …printf("[003] %s != %s, [%d] %s\n", $default_link_enc, $link_enc, mysql_errno($link), mysql_error(… 26 printf("[004] [%d] %s\n", mysql_errno($link), mysql_error($link)); 37 printf("[007] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_list_tables.phpt | 30 printf("[005] [%d] %s\n", mysql_errno(), mysql_error()); 33 printf("[006] [%d] %s\n", mysql_errno($link), mysql_error($link)); 36 printf("[007] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_ping.phpt | 24 if (!($errno = mysql_errno($link))) 29 if ($errno === mysql_errno($link))
|
H A D | mysql_error.phpt | 31 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysql_errno($lin… 34 printf("[005] Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_error($link)); 40 …g/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysql_errno($link), mysql_e…
|
H A D | mysql_stat.phpt | 26 gettype($stat), $stat, mysql_errno($link), mysql_error($link)); 35 gettype($stat_def), $stat_def, mysql_errno(), mysql_error());
|
H A D | mysql_fetch_assoc.phpt | 25 printf("[004] [%d] %s\n", mysql_errno($link), mysql_error($link)); 37 printf("[007] Cannot run query, [%d] %s\n", mysql_errno($link), $mysql_error($link)); 51 printf("[009] [%d] %s\n", mysql_errno($link), $mysql_error($link));
|
H A D | mysql_num_rows.phpt | 26 printf("[%03d] [%d] %s\n", $offset, mysql_errno($link), mysql_error($link)); 54 printf("[030] [%d] %s\n", mysql_errno($link), mysql_error($link)); 71 printf("[034] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_pconn_disable.phpt | 31 printf("[003] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error()); 40 printf("[005] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error());
|
H A D | mysql_max_persistent.phpt | 11 printf("skip Cannot create second DB user [%d] %s", mysql_errno($link), mysql_error($link)); 18 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysql_errno($link), mysql_error($link… 45 mysql_errno(), mysql_error());
|
H A D | bug55473.phpt | 36 printf("[002] [%d] %s\n", mysql_errno($conn), mysql_error($conn)); 55 printf("[004] [%d] %s\n", mysql_errno($conn), mysql_error($conn));
|
H A D | clean_table.inc | 11 printf("[clean] Failed to drop test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | connect.inc | 43 mysql_errno(), mysql_error()); 48 printf("[000-b] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_data_seek.phpt | 26 printf("[004] [%d] %s\n", mysql_errno($link), mysql_error($link)); 51 printf("[011] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_get_host_info.phpt | 22 mysql_errno(), mysql_error());
|
H A D | mysql_get_server_info.phpt | 22 mysql_errno(), mysql_error());
|
H A D | mysql_fetch_lengths.phpt | 23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_fetch_row.phpt | 23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_free_result.phpt | 23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
H A D | mysql_trace_mode.phpt | 18 printf("[001] [%d] %s\n", mysql_errno($link), mysql_error($link));
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_priv.h | 143 if ((MyG(report_mode) & MYSQLI_REPORT_ERROR) && mysql_errno(mysql)) { \ 144 php_mysqli_report_error(mysql_sqlstate(mysql), mysql_errno(mysql), mysql_error(mysql) TSRMLS_CC); \
|
H A D | mysqli_nonapi.c | 44 static void php_mysqli_set_error(long mysql_errno, char *mysql_err TSRMLS_DC) in php_mysqli_set_error() argument 46 MyG(error_no) = mysql_errno; in php_mysqli_set_error() 246 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql) TSRMLS_CC); 247 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR… 258 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql) TSRMLS_CC); 464 s_errno = mysql_errno(mysql->mysql); 547 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR… 792 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR…
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql_structs.h | 78 PHP_FUNCTION(mysql_errno);
|