Home
last modified time | relevance | path

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

12345678

/PHP-5.3/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 Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
H A Dbug55283.phpt52 /* non-persistent connection */
H A Dmysqli_fork.phpt2 Forking a child and using the same connection.
53 printf("[003] Expecting error and closed connection, child exit should have closed connection\n");
/PHP-5.3/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.3/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.3/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.3/sapi/apache2handler/
H A Dsapi_apache2.c311 if (ap_rflush(r) < 0 || r->connection->aborted) { in php_apache_sapi_flush()
616 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
683 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
687 if (rv != APR_SUCCESS || r->connection->aborted) { in php_handler()
/PHP-5.3/ext/oci8/tests/
H A Dconnect_scope_try1.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)
H A Dconnect_scope_try2.phpt81 resource(%d) of type (oci8 connection)
H A Dedition_2.phpt65 //open a new connection and get the edition value . This will have the updated value.
118 echo " Get the value with a new connection \n";
224 Get the value with a new connection
H A Ddetails.inc20 $dbase = getenv('PHP_OCI8_TEST_DB'); // Database connection string
/PHP-5.3/ext/gd/
H A Dgd_ctx.c119 ap_bsetflag(php3_rqst->connection->client, B_EBCDIC2ASCII, 0); in _php_image_output_ctx()
/PHP-5.3/ext/curl/tests/
H A Dbug54798.phpt61 * Closing connection #%d
/PHP-5.3/ext/openssl/tests/
H A Dbug48182.phpt2 #48182,ssl handshake fails during asynchronous socket connection
/PHP-5.3/ext/mysql/tests/
H A Dbug55473.phpt45 /* wait while mysql closes connection */
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
/PHP-5.3/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 45 milliseconds

12345678