Home
last modified time | relevance | path

Searched refs:connection (Results 51 – 75 of 190) sorted by relevance

12345678

/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_reuse.phpt32 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
54 printf("[006] Looks like connect() did not return a new connection.\n");
66 [002] Can fetch data using persistent connection! Data = '1'
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
/PHP-5.5/ext/sockets/tests/
H A Dipv4loop.phpt32 /* Accept that connection */
35 die('Unable to accept connection');
H A Dipv6loop.phpt33 /* Accept that connection */
36 die('Unable to accept connection');
H A Dunixloop.phpt40 /* Accept that connection */
43 die('Unable to accept connection');
H A Dsocket_getpeername_ipv4loop.phpt42 /* Accept that connection */
45 die('Unable to accept connection');
H A Dsocket_getpeername_ipv6loop.phpt43 /* Accept that connection */
46 die('Unable to accept connection');
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c153 ZEND_ARG_INFO(0, connection)
353 ct_con_drop(sybase_ptr->connection); in _close_sybase_link()
379 ct_con_drop(sybase_ptr->connection); in _close_sybase_plink()
643 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
714 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
720 ct_close(sybase->connection, CS_UNUSED); in php_sybase_do_connect_internal()
721 ct_con_drop(sybase->connection); in php_sybase_do_connect_internal()
794 ct_close(sybase_ptr->connection, CS_UNUSED); in php_sybase_do_connect()
795 ct_con_drop(sybase_ptr->connection); in php_sybase_do_connect()
895 ct_close(sybase_ptr->connection, CS_UNUSED); in php_sybase_do_connect()
[all …]
/PHP-5.5/sapi/webjames/
H A Dphp_webjames.h26 void webjames_php_request(struct connection *conn);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_host_info.phpt24 /* this should be a TCP/IP connection and not a Unix Socket (or SHM or Named Pipe) */
26 printf("[004] Should be a TCP/IP connection but mysqlnd says '%s'\n", $info);
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", $…
52 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
62 /* reuse of existing persistent connection expected! */
78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
H A Dmysqli_poll_kill.phpt25 // Killing connection - 1
64 // Lets pass a dead connection
69 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
73 printf("[009] There should be no errors but one rejected connection\n");
81 // Killing connection - 2
132 // Killing connection - 3
H A Dmysqli_change_user_get_lock.phpt71 /* Ok, let's try a NEW connection and a NEW lock! */
74 printf("[010] Cannot open new connection, [%d] %s\n",
82 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne…
105 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'
H A Dmysqli_reconnect.phpt19 printf("[001] Cannot create second database connection, [%d] %s\n",
55 // after 2+ seconds the server should kill the connection
68 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
91 …printf("[014] Cannot KILL timeout connection, [%d] %s\n", mysqli_errno($link2), mysqli_error($link…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt2 PDO_MYSQL: Defining a connection charset in the DSN
20 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-5.5/ext/standard/tests/network/
H A Dtcp6loop.phpt33 /* Accept that connection */
36 die('Unable to accept connection');
/PHP-5.5/ext/pgsql/tests/
H A D27large_object_oid.phpt33 echo "create LO using default connection\n";
46 create LO using default connection
H A D28large_object_import_oid.phpt33 echo "import LO using default connection\n";
47 import LO using default connection
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
26 //force passive connection
H A Dcurl_ftp_pasv.phpt34 * Skips 10.5.80.146 for data connection, uses 10.5.80.146 instead
41 //force passive connection
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope1.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Dconnect_scope2.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Duncommitted.phpt2 uncommitted connection
/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_basic.phpt2 ldap_connect() - Basic connection

Completed in 31 milliseconds

12345678