Home
last modified time | relevance | path

Searched refs:mysql_error (Results 26 – 50 of 69) sorted by relevance

123

/PHP-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt25 $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 Dmysql_list_tables.phpt30 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 Dmysql_client_encoding.phpt23 …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 Dmysql_thread_id.phpt22 gettype($id), $id, mysql_errno($link), mysql_error($link));
26 gettype($id_def), $id_def, mysql_errno(), mysql_error());
H A Dmysql_num_rows.phpt26 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 Dmysql_stat.phpt26 gettype($stat), $stat, mysql_errno($link), mysql_error($link));
35 gettype($stat_def), $stat_def, mysql_errno(), mysql_error());
H A Dmysql_fetch_assoc.phpt25 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 Dbug55473.phpt33 die(sprintf("[001] %s\n", mysql_error()));
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 Dclean_table.inc11 printf("[clean] Failed to drop test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_max_persistent.phpt11 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 Dconnect.inc43 mysql_errno(), mysql_error());
48 printf("[000-b] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_pconn_disable.phpt31 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 Dmysql_mysqlnd_read_timeout_long.phpt23 printf("[002] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_data_seek.phpt26 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 Dmysql_get_host_info.phpt22 mysql_errno(), mysql_error());
H A Dmysql_get_server_info.phpt22 mysql_errno(), mysql_error());
H A Dmysql_fetch_lengths.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_fetch_row.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_free_result.phpt23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_trace_mode.phpt18 printf("[001] [%d] %s\n", mysql_errno($link), mysql_error($link));
H A Dmysql_reflection_extension.phpt54 mysql_error
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 Dmysql_num_fields.phpt26 printf("[%03d] [%d] %s\n", $offset, mysql_errno($link), mysql_error($link));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stat.phpt29 gettype($tmp), $tmp, mysqli_errno($link), mysql_error($link));
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h77 PHP_FUNCTION(mysql_error);

Completed in 41 milliseconds

123