Home
last modified time | relevance | path

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

1234567

/php-src/ext/standard/tests/streams/
H A Dgh8409.phpt2 GH-8409: Error in socket creation when error handler does not clean persistent connection
H A Dstream_get_meta_data_socket_variation3.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation4.phpt15 /* Accept that connection */
/php-src/ext/openssl/tests/
H A Dbug62890.phpt2 Bug #62890 (default_socket_timeout=-1 causes connection to timeout)
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
/php-src/sapi/fpm/tests/
H A Dsocket-ipv4-fallback.phpt2 FPM: Socket port connection falls back to IPv4
/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc21 /* may spend a lot of time waiting for connection timeouts */
/php-src/ext/pgsql/tests/
H A D08escape.phpt113 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
116 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
/php-src/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
H A Dbug81335.phpt2 Bug #81335: Packets out of order after connection timeout
H A Dmysqli_thread_id.phpt24 // We kill our own connection so we should get "Query execution was interrupted"
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
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 apply max_persis…
/php-src/ext/pdo_sqlite/tests/
H A Dbug43831.phpt2 Bug #43831 ($this gets mangled when extending PDO with persistent connection)
H A Dpdo_sqlite_filename_uri.phpt13 // create second connection to in-memory database
/php-src/ext/sockets/tests/
H A Dsocket_abstract_path.phpt27 $conns = socket_accept($servers) or die("Could not accept connection");
/php-src/ext/soap/tests/bugs/
H A Dbug69137.phpt7 if (getenv("SKIP_ONLINE_TESTS")) { die("skip test requiring internet connection"); }
/php-src/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt24 /* Accept that connection */
H A Dfgets_socket_variation2.phpt35 /* Accept that connection */
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt27 printf("[001] Both handles should use the same connection.");
78 …printf("[006] Looks like the persistent and the non persistent connection are using the same link?…
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
H A Dpdo_mysql_connect_attr.phpt2 PDO_MYSQL: check the session_connect_attrs table for connection attributes
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc69 …* @param bool $enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT…
81 …// which we do not want to override. However, we want to make sure that if a connection cannot be …
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt22 // -may have to specify connection info in connection string without using a DSN (DSN-less connec…
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c308 if (ap_rflush(r) < 0 || r->connection->aborted) { in php_apache_sapi_flush()
667 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
733 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
737 if (rv != APR_SUCCESS || r->connection->aborted) { in php_handler()

Completed in 22 milliseconds

1234567