Home
last modified time | relevance | path

Searched refs:connect (Results 201 – 225 of 915) sorted by path

12345678910>>...37

/PHP-5.5/ext/mysql/tests/
H A Dmysql_real_escape_string.phpt10 include "connect.inc";
H A Dmysql_result.phpt10 require_once("connect.inc");
H A Dmysql_select_db.phpt10 include_once "connect.inc";
19 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysql_set_charset.phpt17 include_once "connect.inc";
35 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysql_sql_safe_mode.phpt2 mysql_[p]connect() - safe_mode
15 require_once('connect.inc');
H A Dmysql_stat.phpt10 include_once "connect.inc";
H A Dmysql_tablename.phpt10 include "connect.inc";
H A Dmysql_thread_id.phpt10 include_once "connect.inc";
H A Dmysql_unbuffered_query.phpt10 include_once("connect.inc");
91 require_once('connect.inc');
93 // connect + select_db
95 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
4 // must be loaded AFTER connect.inc
H A Dskipif.inc5 require_once('connect.inc');
H A Dskipifconnectfailure.inc2 require_once('connect.inc');
10 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
13 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
H A Dtable.inc2 require_once 'connect.inc';
4 // connect + select_db
6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
/PHP-5.5/ext/mysqli/
H A Dconfig.w326 // client library to connect to the MySQL server, i.e. no external MySQL
H A Dmysqli_fe.c519 PHP_FALIAS(connect, mysqli_connect, arginfo_mysqli_connect)
/PHP-5.5/ext/mysqli/tests/
H A D001.phpt2 mysqli connect
11 require_once("connect.inc");
H A D002.phpt10 require_once("connect.inc");
51 require_once("connect.inc");
H A D003.phpt2 mysqli connect
10 require_once("connect.inc");
77 require_once("connect.inc");
H A D004.phpt10 include ("connect.inc");
55 require_once("connect.inc");
H A D005.phpt10 require_once("connect.inc");
45 require_once("connect.inc");
H A D006.phpt10 require_once("connect.inc");
50 require_once("connect.inc");
H A D007.phpt10 require_once("connect.inc");
50 require_once("connect.inc");
H A D008.phpt10 require_once("connect.inc");
50 require_once("connect.inc");
H A D009.phpt14 require_once("connect.inc");
83 require_once("connect.inc");
H A D010.phpt12 require_once("connect.inc");
53 require_once("connect.inc");

Completed in 27 milliseconds

12345678910>>...37