Home
last modified time | relevance | path

Searched refs:connection (Results 126 – 150 of 190) sorted by relevance

12345678

/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt27 echo "Explicit connection on close\n";
70 Explicit connection on close
/PHP-5.5/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.5/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt35 /* Accept that connection */
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_basic.phpt6 * Description: Open Internet or Unix domain socket connection
/PHP-5.5/ext/oci8/tests/
H A Dlob_017.phpt2 returning multiple lobs (using persistent connection)
H A Dconnect_scope_try1.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try2.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try3.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try4.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try5.phpt81 resource(%d) of type (oci8 persistent connection)
H A Dconnect_scope_try6.phpt81 resource(%d) of type (oci8 persistent connection)
/PHP-5.5/ext/mysqli/tests/
H A Dbug49442.phpt67 …mysqlnd makes a connection created through mysql_init()/mysqli_real_connect() always a 'persistent…
70 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persist…
H A Dconnect.inc85 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
106 * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)
H A Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
H A Dbug55283.phpt52 /* non-persistent connection */
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt21 // -may have to specify connection info in connection string without using a DSN (DSN-less connec…
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation2.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation1.phpt15 /* Accept that connection */
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt85 // Clean up and close connection
H A Dtest_query_nostore.phpt52 // Clean up and close connection
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c311 if (ap_rflush(r) < 0 || r->connection->aborted) { in php_apache_sapi_flush()
614 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
681 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
685 if (rv != APR_SUCCESS || r->connection->aborted) { in php_handler()
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt2 #48182,ssl handshake fails during asynchronous socket connection
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt36 // New connection, does not allow multiple statements.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch49 +** on a keep-alive connection. Should be simiar to LINGER_TIME
521 /* Accept the new connection. */
994 /* A connection. */
1462 /* The connection states. */
1712 /* Is there room in the connection table? */
1716 /* Out of connection slots. Run the timers, then the
1721 /* Find a free connection entry. */
1962 /* Start the connection going. */
1965 /* Something went wrong. Close down the connection. */
2252 - "%.80s connection timed out reading",
[all …]

Completed in 59 milliseconds

12345678