Home
last modified time | relevance | path

Searched refs:connection (Results 26 – 50 of 170) sorted by relevance

1234567

/php-src/ext/ftp/tests/
H A Dserver.inc53 if (!$s) die("Error accepting a new connection\n");
195 fputs($s, "150 File status okay; about to open data connection\r\n");
200 fputs($s, "425 Can't open data connection\r\n");
239 fputs($s, "425 Can't open data connection\r\n");
279 fputs($s, "425 Can't open data connection\r\n");
335 fputs($s, "425 Can't open data connection\r\n");
343 //the data connection is handled in another forked process
457 fputs($s, "425 Can't open data connection\r\n");
476 fputs($s, "425 Error establishing connection\r\n");
490 fputs($s, "425 Error establishing connection\r\n");
[all …]
H A Dgh10521.phpt37 %s: ftp_fget(): Can't open data connection (12345678910). in %s on line %d
39 %s: ftp_fget(): Can't open data connection (9223372036854775807). in %s on line %d
/php-src/ext/standard/tests/file/
H A Dbug52820.phpt49 \* [Cc]losing connection( #?-?\d+)?
54 \* [Cc]losing connection( #?-?\d+)?
59 \* [Cc]losing connection( #?-?\d+)?
64 \* [Cc]losing connection( #?-?\d+)?
/php-src/ext/standard/tests/network/
H A Dbug20134.phpt10 /* UDP will never cause a connection error, as it is
11 * a connection-LESS protocol */
H A Dtcp4loop.phpt24 /* Accept that connection */
27 die('Unable to accept connection');
H A Dunixloop.phpt26 /* Accept that connection */
29 die('Unable to accept connection');
/php-src/ext/odbc/tests/
H A Dodbc_persistent_close.phpt2 odbc_pconnect(): Make sure closing a persistent connection works
31 // set a session specific variable via CONTEXT_INFO, if we get the same connection again, it should…
56 // run 2: reuse same connection (imagine this is another request)
60 // run 3: close it and see if it's the same connection
H A Dodbc_persistent_close_all.phpt2 odbc_pconnect(): Make sure closing a persistent connection works in case of odbc_close_all()
31 // set a session specific variable via CONTEXT_INFO, if we get the same connection again, it should…
56 // run 2: reuse same connection (imagine this is another request)
60 // run 3: close it and see if it's the same connection
H A Dodbc_close_all_001.phpt58 ODBC connection has already been closed
59 ODBC connection has already been closed
H A Dodbc_non_persistent_connection_reuse.phpt31 // set a session specific variable via CONTEXT_INFO, if we get the same connection again, it should…
56 // run 2: reuse same connection (imagine this is another request)
60 // run 3: close it and see if it's the same connection
H A Dodbc_close_001.phpt59 ODBC connection has already been closed
60 ODBC connection has already been closed
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
26 /* it is undefined which pooled connection we get - thread ids may differ */
42 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dmysqli_no_reconnect.phpt15 printf("[001] Cannot create second database connection, [%d] %s\n",
51 // after 2+ seconds the server should kill the connection
64 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
71 … printf("[011] Executing a query should not be possible, connection should be closed, [%d] %s\n",
75 printf("[012] Cannot create database connection, [%d] %s\n",
115 printf("[017] Running a query should not be possible, connection should be gone, [%d] %s\n",
H A Dbug69899.phpt4 The segfault happens only if the database connection was already closed and
7 unconditionally sets the connection of the statement to ready, despite the fact
H A Dmysqli_get_host_info.phpt22 /* this should be a TCP/IP connection and not a Unix Socket (or SHM or Named Pipe) */
24 printf("[004] Should be a TCP/IP connection but mysqlnd says '%s'\n", $info);
H A Dmysqli_connect_oo.phpt58 … // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
61 // the first day on. And that's: no connection.
71 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
74 // the first day on. And that's: no connection.
H A Dmysqli_connect_twice.phpt2 Calling connect() on an open connection to create a new connection
27 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
50 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
/php-src/ext/pgsql/tests/
H A D02connection.phpt2 PostgreSQL connection
9 // connection function tests
H A D18pg_escape_bytea_before.phpt2 PostgreSQL pg_escape_bytea() functions (before connection)
43 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
H A D05large_object.phpt56 echo "Test without connection\n";
122 Test without connection
124 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
128 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
132 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
/php-src/ext/sockets/tests/
H A Dipv4loop.phpt32 /* Accept that connection */
35 die('Unable to accept connection');
H A Dipv6loop.phpt40 /* Accept that connection */
43 die('Unable to accept connection');
H A Dunixloop.phpt40 /* Accept that connection */
43 die('Unable to accept connection');
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt2 PDO_MYSQL: Defining a connection charset in the DSN
21 …/* Done with the original connection, create a second link to test the character set being defined…
/php-src/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
26 //force passive connection

Completed in 36 milliseconds

1234567