Home
last modified time | relevance | path

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

12345678

/PHP-5.4/ext/sockets/tests/
H A Dsocket_bind.phpt12 die("skip test requiring internet connection");
/PHP-5.4/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.4/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.4/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.4/ext/mysql/tests/
H A Dbug48754.phpt27 echo "Explicit connection on close\n";
70 Explicit connection on close
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.4/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt37 * Closing connection #%d
H A Dcurl_setopt_basic002.phpt51 * Closing connection #%d
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt2 PDO_OCI: Attribute: Set prefetch on connection
/PHP-5.4/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.4/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.4/ext/pdo_sqlite/tests/
H A Dbug43831.phpt2 Bug #43831 ($this gets mangled when extending PDO with persistent connection)
/PHP-5.4/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.4/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
/PHP-5.4/ext/sybase_ct/
H A Dphp_sybase_ct.h80 CS_CONNECTION *connection; member
/PHP-5.4/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt24 /* Accept that connection */
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c86 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_ub_write()
276 ba = ctx->r->connection->bucket_alloc; in php_apache_sapi_flush()
280 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_flush()
658 ap_add_output_filter("PHP", NULL, r, r->connection); in php_add_filter()
660 ap_add_input_filter("PHP", NULL, r, r->connection); in php_add_filter()
/PHP-5.4/ext/sybase_ct/tests/
H A Dbug43578.phpt35 // Clean up and close connection

Completed in 66 milliseconds

12345678