Home
last modified time | relevance | path

Searched refs:mysql_connect (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-5.5/ext/mysql/tests/
H A Dmysql_connect.phpt2 mysql_connect()
16 if (NULL !== ($tmp = @mysql_connect($link, $link, $link, $link, $link, $link)))
20 if (!$link = mysql_connect($myhost, $user, $passwd, true))
26 if (!$link = mysql_connect($myhost, $user, $passwd, true))
42 if (!is_resource($link = mysql_connect($host, $user, $passwd, true))) {
61 if (!is_resource($link = mysql_connect($myhost, $user))) {
67 if (!is_resource($link = mysql_connect($myhost))) {
74 if (!is_resource($link = mysql_connect())) {
80 if (!is_resource($link = mysql_connect()) || !is_resource($link2 = mysql_connect())) {
90 if (!is_resource($link = mysql_connect())) {
[all …]
H A D001.phpt18 /*** test mysql_connect localhost ***/
19 $db = mysql_connect($host, $user, $passwd);
23 /*** test mysql_connect localhost:port ***/
24 $db = mysql_connect($host, $user, $passwd, true);
32 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
34 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_max_links.phpt20 $link = mysql_connect($host, $user, $passwd, true);
57 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
59 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
61 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
63 Warning: mysql_connect(): Too many open links (2) in %s on line %s
66 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
68 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
70 Warning: mysql_connect(): Too many open links (2) in %s on line %s
H A Dmysql_sql_safe_mode.phpt7 $link = @mysql_connect("", "", "", true);
21 if ($link = mysql_connect($host, $user, $passwd, true)) {
33 Notice: mysql_connect(): SQL safe mode in effect - ignoring host/user/password information in %s on…
35 Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
H A Dmysql_pconn_reuse.phpt50 if (!($plink = mysql_connect($myhost, $user, $passwd, true)))
56 if (($link = mysql_connect($myhost, $user, $passwd, true)))
62 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
70 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
72 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
74 Warning: mysql_connect(): Too many open links (2) in %s on line %d
H A Dbug51242.phpt18 if (!@mysql_connect("$host:3306", $user, $passwd)) {
38 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_pconn_kill.phpt81 if (!($link2 = mysql_connect($myhost, $user, $passwd, true)))
88 if (!($link = mysql_connect($myhost, $user, $passwd, true)))
109 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
114 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
116 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dsetupdefault.inc3 …nect.inc into mysql default connection ini settings, so that implicit mysql_connect() behaviour ca…
H A Dskipifconnectfailure.inc9 if (!$link = @mysql_connect($myhost, $user, $passwd, true, $connect_flags))
H A Dmysql_errno.phpt41 if ($link = @mysql_connect($host . '_unknown', $user . '_unknown', $passwd, true)) {
58 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_query_load_data_openbasedir.phpt49 if (!$link = mysql_connect($host, $user, $passwd, true, 128)) {
114 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
116 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_pconn_disable.phpt52 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
60 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_create_db.phpt56 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
58 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_error.phpt51 if ($link = @mysql_connect($host . '_unknown', $user . '_unknown', $passwd, true)) {
65 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_mysqlnd_read_timeout_long.phpt33 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_get_proto_info.phpt34 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_assoc.phpt66 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
92 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_get_host_info.phpt44 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_get_server_info.phpt39 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_lengths.phpt42 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_fetch_row.phpt44 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_real_escape_string.phpt36 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_thread_id.phpt38 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_close.phpt39 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
H A Dmysql_constants.phpt65 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…

Completed in 28 milliseconds

1234