Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 187) sorted by relevance

12345678

/PHP-7.0/ext/oci8/
H A Doci8_collection.c53 collection->connection = connection; in php_oci_collection_create()
232 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_create()
242 php_oci_connection *connection = collection->connection; in php_oci_collection_size() local
249 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_size()
261 php_oci_connection *connection = collection->connection; in php_oci_collection_max() local
274 php_oci_connection *connection = collection->connection; in php_oci_collection_trim() local
281 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_trim()
302 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_null()
325 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
341 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
[all …]
H A Doci8_lob.c69 descriptor->connection = connection; in php_oci_lob_create()
119 php_oci_connection *connection = descriptor->connection; in php_oci_lob_get_length() local
132 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
141 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
152 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
210 php_oci_connection *connection = descriptor->connection; in php_oci_lob_calculate_buffer() local
223 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_calculate_buffer()
241 php_oci_connection *connection = descriptor->connection; in php_oci_lob_read() local
292 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
366 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
[all …]
H A Doci8_failover.c55 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in callback_fn()
60 ZVAL_RES(&params[0], connection->id); in callback_fn()
108 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
113 zval_ptr_dtor(&connection->taf_callback); in php_oci_register_taf_callback()
114 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
116 if (!Z_ISUNDEF(connection->taf_callback)) { in php_oci_register_taf_callback()
120 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
134 failover.fo_ctx = connection; in php_oci_register_taf_callback()
143 zval_ptr_dtor(&connection->taf_callback); in php_oci_register_taf_callback()
144 ZVAL_UNDEF(&connection->taf_callback); in php_oci_register_taf_callback()
[all …]
H A Doci8_dtrace.d20 …probe oci8__check__connection(void *connection, char *client_id, int is_open, long errcode, unsign…
22 probe oci8__connect__return(void *connection);
23 probe oci8__connection__close(void *connection);
25 probe oci8__execute__mode(void *connection, char *client_id, void *statement, unsigned int mode);
26 probe oci8__sqltext(void *connection, char *client_id, void *statement, char *sql);
28 probe oci8__connect__p__dtor__close(void *connection);
29 probe oci8__connect__p__dtor__release(void *connection);
30 probe oci8__connect__lookup(void *connection, int is_stub);
31 probe oci8__connect__expiry(void *connection, int is_stub, long idle_expiry, long timestamp);
32 …probe oci8__connect__type(int persistent, int exclusive, void *connection, long num_persistent, lo…
H A Doci8.c1822 DTRACE_OCI8_CONNECT_LOOKUP(connection, connection && connection->is_stub ? 1 : 0); in php_oci_do_connect_ex()
1833 if (connection && connection->is_persistent && connection->is_stub) { in php_oci_do_connect_ex()
1918 if (connection == connection->id->ptr) { in php_oci_do_connect_ex()
2157 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_connection_rollback()
2178 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_connection_commit()
2206 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
2207 PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0)); in php_oci_connection_close()
2269 pefree(connection, connection->is_persistent); in php_oci_connection_close()
2350connection->is_attached = connection->is_open = connection->rb_on_disconnect = connection->used_th… in php_oci_connection_release()
2382 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_password_change()
[all …]
H A Doci8_interface.c50 php_oci_connection *connection; in PHP_FUNCTION() local
1684 if (connection) { in PHP_FUNCTION()
1685 errh = connection->err; in PHP_FUNCTION()
1691 if (connection) { in PHP_FUNCTION()
1692 errh = connection->err; in PHP_FUNCTION()
1813 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1828 pefree(connection->client_id, connection->is_persistent); in PHP_FUNCTION()
1897 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1929 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1961 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
[all …]
H A Dphp_oci8_int.h176 php_oci_connection *connection; /* parent connection handle */ member
200 php_oci_connection *connection; /* parent connection handle */ member
225 php_oci_connection *connection; /* parent connection handle */ member
322 #define PHP_OCI_HANDLE_ERROR(connection, errcode) \ argument
350 (connection)->is_open = 0; \
357 (connection)->is_open = 0; \
370 #define PHP_OCI_ZVAL_TO_CONNECTION(zval, connection) \ argument
398 #define PHP_OCI_ZVAL_TO_CONNECTION_EX(zval, connection) \ argument
426 int php_oci_connection_rollback(php_oci_connection *connection);
427 int php_oci_connection_commit(php_oci_connection *connection);
[all …]
H A Doci8_statement.c69 connection->svc, in php_oci_statement_create()
71 connection->err, in php_oci_statement_create()
82 DTRACE_OCI8_SQLTEXT(connection, connection->client_id, statement, query); in php_oci_statement_create()
87 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_statement_create()
91 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_statement_create()
107 statement->connection = connection; in php_oci_statement_create()
161 statement2->connection = statement->connection; in php_oci_get_implicit_resultset()
1046 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1057 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1912 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_array_helper_date()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Derror_parse.phpt15 // Test parse error for normal connection
26 echo "Normal connection: Parse error\n";
31 // Test parse error for new connection
42 echo "New connection: Parse error\n";
47 // Test parse error for persistent connection
58 echo "Persistent connection: Parse error\n";
66 echo "No connection: error: ";
102 Normal connection: Parse error
113 New connection: Parse error
124 Persistent connection: Parse error
[all …]
H A Ddrcp_connect1.phpt38 echo " Select with connection 2 \n";
46 echo " Select with connection 3 \n";
66 echo " Select with persistent connection 2 \n";
75 resource(%d) of type (oci8 connection)
82 resource(%d) of type (oci8 connection)
83 Select with connection 2
87 resource(%d) of type (oci8 connection)
88 Select with connection 3
92 resource(%d) of type (oci8 persistent connection)
96 resource(%d) of type (oci8 persistent connection)
[all …]
H A Dpersistent.phpt20 resource(%d) of type (oci8 persistent connection)
21 resource(%d) of type (oci8 persistent connection)
22 resource(%d) of type (oci8 persistent connection)
23 resource(%d) of type (oci8 connection)
24 resource(%d) of type (oci8 connection)
25 resource(%d) of type (oci8 connection)
H A Ddrcp_conn_close2.phpt13 // Test will open a connection
14 // Close the connection
15 // Open another connection
16 // With oci_close() the connection is released to the pool and hence the
26 // Open another connection
43 resource(%d) of type (oci8 connection)
44 resource(%d) of type (oci8 connection)
H A Ddrcp_pconn_close2.phpt13 // Test will open a persistent connection
14 // Close the connection
15 // Open another connection
16 // With oci_close() the connection is released to the pool and hence the
17 // the second connection will be different
43 resource(%d) of type (oci8 persistent connection)
44 resource(%d) of type (oci8 persistent connection)
H A Dbug42134.phpt13 // Test collection creation error for normal connection
24 echo "Normal connection: New Collection error\n";
29 // Test collection creation error for new connection
40 echo "New connection: New Collection error\n";
45 // Test collection creation error for persistent connection
56 echo "Persistent connection: New Collection error\n";
66 Normal connection: New Collection error
79 New connection: New Collection error
92 Persistent connection: New Collection error
H A Ddrcp_conn_close1.phpt13 // Test will open a connection
14 // Close the connection
15 // Open another connection
24 // Open another connection
42 resource(%d) of type (oci8 connection)
43 resource(%d) of type (oci8 connection)
H A Dconnect_with_charset_001.phpt25 resource(%d) of type (oci8 connection)
26 resource(%d) of type (oci8 connection)
29 resource(%d) of type (oci8 connection)
32 resource(%d) of type (oci8 connection)
34 resource(%d) of type (oci8 connection)
35 resource(%d) of type (oci8 connection)
H A Ddrcp_pconn_close1.phpt13 // Test will open a persistent connection
14 // Close the connection
15 // Open another connection
23 // Open another connection
41 resource(%d) of type (oci8 persistent connection)
42 resource(%d) of type (oci8 persistent connection)
H A Dconn_attr_2.phpt2 Set and get of connection attributes across persistent connections and sysdba connection.
54 // Re-open a persistent connection and check for the attr values.
62 // Test with SYSDBA connection.
63 echo "\n**Test with SYSDBA connection**\n";
84 resource(%d) of type (oci8 persistent connection)
91 resource(%d) of type (oci8 persistent connection)
98 resource(%d) of type (oci8 persistent connection)
105 resource(%d) of type (oci8 persistent connection)
111 **Test with SYSDBA connection**
H A Ddrcp_scope3.phpt13 // The test opens a connection within function1 and updates a table
14 // (without committing). Another connection is opened from function
15 // 2, and the table queried. When function1 ends, the connection from
55 resource(%d) of type (oci8 persistent connection)
57 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope5.phpt16 // The test opens a connection within function1 and updates a table
17 // (without committing). Another connection is opened from function
18 // 2, and the table queried. When function1 ends, the connection from
59 resource(%d) of type (oci8 persistent connection)
61 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope1.phpt14 // Test will open a connection within a function (function 1).
16 // Open another connection from function 2.
81 resource(%d) of type (oci8 connection)
83 resource(%d) of type (oci8 connection)
88 resource(%d) of type (oci8 connection)
90 resource(%d) of type (oci8 connection)
/PHP-7.0/ext/standard/tests/http/
H A Dbug65634.phpt11 function do_test($version, $connection) {
18 if ($connection) {
19 $options['http']['header'] = "Connection: $connection";
37 echo "HTTP/1.0, connection: close:\n";
40 echo "HTTP/1.0, connection: keep-alive:\n";
46 echo "HTTP/1.1, connection: close:\n";
49 echo "HTTP/1.1, connection: keep-alive:\n";
58 HTTP/1.0, connection: close:
63 HTTP/1.0, connection: keep-alive:
73 HTTP/1.1, connection: close:
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt17 // opens a regular connection
26 printf("Regular connection 1 - '%s'\n", $row['_desc']);
38 printf("Regular connection 2 - '%s'\n", $row['_desc']);
52 printf("Persistent connection 1 - '%s'\n", $row['_desc']);
65 printf("Persistent connection 2 - '%s'\n", $row['_desc']);
79 printf("Persistent connection 3 - '%s'\n", $row['_desc']);
93 Regular connection 1 - 'works..'
94 Regular connection 2 - 'works...'
95 Persistent connection 1 - 'works...'
96 Persistent connection 2 - 'works...'
[all …]
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt2 PDO_OCI: Attribute: closing a connection in non-autocommit mode commits data
14 // Check connection can be created with AUTOCOMMIT off
32 $dbh = null; // close first connection
34 echo "Second connection should be able to see committed data\n";
50 Second connection should be able to see committed data
/PHP-7.0/ext/pgsql/
H A DREADME52 Support async connection.
87 bool pg_send_query(resource connection, string query)
95 bool pg_cancel_query(resource connection)
110 in connection, it returns false.
113 bool pg_connection_busy(resource connection)
118 int pg_connection_status(resource connection)
124 bool pg_connection_reset(resource connection)
127 connection parameter. It's useful for error recovery.
181 string pg_last_notice(resource connection)
220 Get notify message on the connection
[all …]

Completed in 61 milliseconds

12345678