Home
last modified time | relevance | path

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

12345678

/PHP-5.3/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.3/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.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt2 PDO_OCI: Attribute: Set prefetch on connection
/PHP-5.3/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.3/ext/oci8/tests/
H A Ddescriptors.phpt2 commit connection after destroying the descriptor
H A Dstatement_type_old.phpt42 resource(%d) of type (oci8 connection)
H A Dlob_017.phpt2 returning multiple lobs (using persistent connection)
/PHP-5.3/ext/sqlite/
H A DTODO11 a callback for a persistent connection in script A, then script B is
/PHP-5.3/ext/pgsql/
H A Dpgsql.c114 ZEND_ARG_INFO(0, connection)
120 ZEND_ARG_INFO(0, connection)
124 ZEND_ARG_INFO(0, connection)
128 ZEND_ARG_INFO(0, connection)
132 ZEND_ARG_INFO(0, connection)
136 ZEND_ARG_INFO(0, connection)
140 ZEND_ARG_INFO(0, connection)
144 ZEND_ARG_INFO(0, connection)
148 ZEND_ARG_INFO(0, connection)
152 ZEND_ARG_INFO(0, connection)
[all …]
/PHP-5.3/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt51 * Closing connection #%d
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug43831.phpt2 Bug #43831 ($this gets mangled when extending PDO with persistent connection)
/PHP-5.3/sapi/apache/
H A Dmod_php5.c117 bflush((request_rec *) server_context->connection->client); in sapi_apache_flush()
403 fd = r->connection->client->fd; in sapi_apache_get_fd()
554 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
555 r->connection->ap_auth_type = "Basic"; in init_request_info()
562 r->connection->ap_auth_type = "Digest"; in init_request_info()
/PHP-5.3/ext/standard/tests/dir/
H A Dclosedir_variation3.phpt6 * Description: Close directory connection identified by the dir_handle
H A Dclosedir_error.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.3/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt18 /* Accept that connection */
H A Dfgets_socket_variation2.phpt29 /* Accept that connection */
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.h80 CS_CONNECTION *connection; member
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug43578.phpt35 // Clean up and close connection
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt15 /* Accept that connection */
/PHP-5.3/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()
660 ap_add_output_filter("PHP", NULL, r, r->connection); in php_add_filter()
662 ap_add_input_filter("PHP", NULL, r, r->connection); in php_add_filter()
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_basic.phpt6 * Description: Open Internet or Unix domain socket connection

Completed in 117 milliseconds

12345678