Home
last modified time | relevance | path

Searched refs:connection (Results 101 – 125 of 190) sorted by relevance

12345678

/PHP-5.5/ext/sockets/tests/
H A Dsocket_bind.phpt12 die("skip test requiring internet connection");
H A Dsocket_abstract_path.phpt28 $conns = socket_accept($servers) or die("Could not accept connection");
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
33 // Invalid connection handle.
36 // Variable instead of a connection resource.
H A Derror_old.phpt28 resource(%s) of type (oci8 connection)
H A Derror.phpt28 resource(%s) of type (oci8 connection)
H A Ddescriptors.phpt2 commit connection after destroying the descriptor
H A Dstatement_type_old.phpt42 resource(%d) of type (oci8 connection)
/PHP-5.5/sapi/webjames/
H A Dwebjames.c33 struct connection *conn; /*structure holding all the details of the current request*/
219 static void webjames_php_close(struct connection *conn, int force) in webjames_php_close()
228 void webjames_php_request(struct connection *conn) in webjames_php_request()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt39 printf("[040] Last connection should not have been allowed!\n");
46 // should be allowed -> second open connection
H A Dmysql_max_persistent.phpt61 printf("[030] Last connection should not have been allowed!\n");
68 // should be allowed -> only open connection
/PHP-5.5/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt2 PDO_OCI: Attribute: Set prefetch on connection
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt27 if (false !== $db->setAttribute(PDO::ATTR_CONNECTION_STATUS, 'my own connection status'))
H A Dpdo_mysql_pconnect.phpt25 printf("[001] Both handles should use the same connection.");
73 …printf("[006] Looks like the persistent and the non persistent connection are using the same link?…
/PHP-5.5/ext/pgsql/
H A Dpgsql.c120 ZEND_ARG_INFO(0, connection)
126 ZEND_ARG_INFO(0, connection)
130 ZEND_ARG_INFO(0, connection)
134 ZEND_ARG_INFO(0, connection)
138 ZEND_ARG_INFO(0, connection)
142 ZEND_ARG_INFO(0, connection)
146 ZEND_ARG_INFO(0, connection)
150 ZEND_ARG_INFO(0, connection)
154 ZEND_ARG_INFO(0, connection)
158 ZEND_ARG_INFO(0, connection)
[all …]
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug43831.phpt2 Bug #43831 ($this gets mangled when extending PDO with persistent connection)
/PHP-5.5/sapi/apache/
H A Dmod_php5.c117 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
398 fd = r->connection->client->fd; in sapi_apache_get_fd()
550 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
551 r->connection->ap_auth_type = "Basic"; in init_request_info()
558 r->connection->ap_auth_type = "Digest"; in init_request_info()
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_error.phpt6 * Description: Close directory connection identified by the dir_handle
H A Dclosedir_variation3.phpt6 * Description: Close directory connection identified by the dir_handle
H A Dclosedir_basic.phpt6 * Description: Close directory connection identified by the dir_handle
H A Dclosedir_variation2.phpt6 * Description: Close directory connection identified by the dir_handle
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt24 /* Accept that connection */
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h80 CS_CONNECTION *connection; member
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt15 /* Accept that connection */
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug43578.phpt35 // Clean up and close connection

Completed in 60 milliseconds

12345678