Home
last modified time | relevance | path

Searched refs:connect (Results 901 – 925 of 947) sorted by relevance

1...<<3132333435363738

/PHP-7.1/ext/oci8/tests/
H A Dbind_sqltint.phpt8 require(dirname(__FILE__).'/connect.inc');
H A Dbug43497.phpt12 require dirname(__FILE__).'/connect.inc';
H A Dfetch_all3.phpt8 require(dirname(__FILE__)."/connect.inc");
H A Dfield_funcs1.phpt8 require(dirname(__FILE__)."/connect.inc");
H A Dbug70700.phpt17 require(dirname(__FILE__).'/connect.inc');
H A Dlob_null.phpt11 require dirname(__FILE__).'/connect.inc';
H A Dbind_misccoltypes.phpt11 require(dirname(__FILE__).'/connect.inc');
H A Dimp_res_1.phpt20 require(dirname(__FILE__).'/connect.inc');
H A Dedition_2.phpt6 require(dirname(__FILE__)."/connect.inc");
H A Dbug51291_1.phpt8 require(dirname(__FILE__).'/connect.inc');
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt11 require_once("connect.inc");
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_fetch_all_oo.phpt14 require_once("connect.inc");
22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_get_result.phpt19 require_once("connect.inc");
H A Dmysqli_fetch_all.phpt13 require_once("connect.inc");
303 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_class_mysqli_result_reflection.phpt8 require_once('connect.inc');
H A Dmysqli_debug_mysqlnd_control_string.phpt23 require_once('connect.inc');;
H A Dmysqli_stmt_attr_set.phpt11 require_once("connect.inc");
H A Dmysqli_ps_select_union.phpt11 require_once("connect.inc");
H A Dmysqli_stmt_get_result_types.phpt14 require('connect.inc');
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_vio.c302 MYSQLND_METHOD(mysqlnd_vio, connect)(MYSQLND_VIO * const vio, const MYSQLND_CSTRING scheme, const z… in MYSQLND_METHOD() argument
747 MYSQLND_METHOD(mysqlnd_vio, connect),
H A Dmysqlnd_structs.h343 func_mysqlnd_vio__connect connect; in MYSQLND_CLASS_METHODS_TYPE() local
484 func_mysqlnd_conn_data__connect connect; in MYSQLND_CLASS_METHODS_TYPE() local
580 func_mysqlnd_data__connect connect; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_sockets.c546 if (connect(fd, (struct sockaddr *)sock, socklen) == -1) { in fpm_socket_unix_test_connect()
/PHP-7.1/main/
H A Dnetwork.c326 if ((n = connect(sockfd, addr, addrlen)) != 0) {
399 return (connect(sockfd, addr, addrlen) == 0) ? 0 : -1;
/PHP-7.1/ext/phar/
H A DTODO37 X Ability to connect a phar file 'phar://whatever' to a directory. That way
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_interop.php70 $this->dbc = DB::connect($this->DSN, true);

Completed in 52 milliseconds

1...<<3132333435363738