Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/oci8/
H A Doci8_collection.c51 collection->connection = connection; in php_oci_collection_create()
230 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_create()
240 php_oci_connection *connection = collection->connection; in php_oci_collection_size() local
247 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_size()
259 php_oci_connection *connection = collection->connection; in php_oci_collection_max() local
272 php_oci_connection *connection = collection->connection; in php_oci_collection_trim() local
279 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_trim()
300 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_null()
323 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
339 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
[all …]
H A Doci8_lob.c67 descriptor->connection = connection; in php_oci_lob_create()
117 php_oci_connection *connection = descriptor->connection; in php_oci_lob_get_length() local
130 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
139 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
150 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
208 php_oci_connection *connection = descriptor->connection; in php_oci_lob_calculate_buffer() local
221 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_calculate_buffer()
239 php_oci_connection *connection = descriptor->connection; in php_oci_lob_read() local
290 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
364 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
[all …]
H A Doci8_failover.c53 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in callback_fn()
58 ZVAL_RES(&params[0], connection->id); in callback_fn()
106 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback()
111 zval_ptr_dtor(&connection->taf_callback); in php_oci_register_taf_callback()
112 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
114 if (!Z_ISUNDEF(connection->taf_callback)) { in php_oci_register_taf_callback()
118 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
132 failover.fo_ctx = connection; in php_oci_register_taf_callback()
141 zval_ptr_dtor(&connection->taf_callback); in php_oci_register_taf_callback()
142 ZVAL_UNDEF(&connection->taf_callback); in php_oci_register_taf_callback()
[all …]
H A Doci8.c1071 DTRACE_OCI8_CONNECT_LOOKUP(connection, connection && connection->is_stub ? 1 : 0); in php_oci_do_connect_ex()
1082 if (connection && connection->is_persistent && connection->is_stub) { in php_oci_do_connect_ex()
1167 if (connection == connection->id->ptr && le) { in php_oci_do_connect_ex()
1404 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_connection_rollback()
1425 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_connection_commit()
1453 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
1454 PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0)); in php_oci_connection_close()
1516 pefree(connection, connection->is_persistent); in php_oci_connection_close()
1596connection->is_attached = connection->is_open = connection->rb_on_disconnect = connection->used_th… in php_oci_connection_release()
1631 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_password_change()
[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.stub.php105 * @param resource $connection
115 * @param resource $connection
125 * @param resource $connection
291 * @param resource $connection
355 * @param resource $connection
361 * @param resource $connection
396 * @param resource $connection
421 * @param resource $connection
427 * @param resource $connection
450 * @param resource $connection
[all …]
H A Doci8_interface.c49 php_oci_connection *connection; in PHP_FUNCTION() local
1527 if (connection) { in PHP_FUNCTION()
1528 errh = connection->err; in PHP_FUNCTION()
1534 if (connection) { in PHP_FUNCTION()
1535 errh = connection->err; in PHP_FUNCTION()
1655 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1670 pefree(connection->client_id, connection->is_persistent); in PHP_FUNCTION()
1740 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1774 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
1808 connection->errcode = php_oci_error(connection->err, errstatus); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php39 function pg_connect_poll(PgSql\Connection $connection): int {} argument
41 function pg_close(?PgSql\Connection $connection = null): bool {} argument
44 function pg_dbname(?PgSql\Connection $connection = null): string {} argument
58 function pg_port(?PgSql\Connection $connection = null): string {} argument
61 function pg_tty(?PgSql\Connection $connection = null): string {} argument
64 function pg_host(?PgSql\Connection $connection = null): string {} argument
78 function pg_ping(?PgSql\Connection $connection = null): bool {} argument
284 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} argument
292 function pg_lounlink($connection, $oid = UNKNOWN): bool {} argument
478 function pg_get_pid(PgSql\Connection $connection): int {} argument
[all …]
/PHP-8.1/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
66 echo "No connection: error: ";
76 echo "New connection (take #2): Parse error: ";
102 Normal connection: Parse error
113 New connection: Parse error
124 Persistent connection: Parse error
[all …]
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
17 // the second connection will be different
26 // Open another connection
43 resource(%d) of type (oci8 connection)
44 resource(%d) of type (oci8 connection)
H A Ddrcp_connect1.phpt40 echo " Select with connection 2\n";
48 echo " Select with connection 3\n";
68 echo " Select with persistent connection 2\n";
77 resource(%d) of type (oci8 connection)
84 resource(%d) of type (oci8 connection)
85 Select with connection 2
89 resource(%d) of type (oci8 connection)
90 Select with connection 3
94 resource(%d) of type (oci8 persistent connection)
98 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_close1.phpt13 // Test will open a connection
14 // Close the connection
15 // Open another connection
16 // With oci_close() being a no-op, the same connection will be returned
24 // Open another connection
43 resource(%d) of type (oci8 connection)
44 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
16 // With oci_close() being a no-op, the same connection will be returned
23 // Open another connection
42 resource(%d) of type (oci8 persistent connection)
43 resource(%d) of type (oci8 persistent 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.phpt15 // Test collection creation error for normal connection
26 echo "Normal connection: New Collection error\n";
31 // Test collection creation error for new connection
42 echo "New connection: New Collection error\n";
47 // Test collection creation error for persistent connection
58 echo "Persistent connection: New Collection error\n";
68 Normal connection: New Collection error
81 New connection: New Collection error
94 Persistent connection: New Collection error
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)
/PHP-8.1/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt89 Deprecated: pg_execute(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
93 Deprecated: pg_lo_open(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
97 Deprecated: pg_dbname(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
101 Deprecated: pg_options(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
103 Deprecated: pg_port(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
105 Deprecated: pg_tty(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
107 Deprecated: pg_host(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
113 Deprecated: pg_ping(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
115 Deprecated: pg_query(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
117 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
[all …]
H A Dbug65119.phpt14 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
15 pg_query($connection, "begin");
16 pg_query($connection, "CREATE TABLE bug65119 (i INTEGER)");
17 pg_copy_from($connection, "bug65119", $values, "\t", "NULL");
18 pg_query($connection, "rollback");
/PHP-8.1/ext/mysqli/tests/
H A Dbug67983.phpt17 $connection = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
19 mysqli_options($connection, MYSQLI_OPT_INT_AND_FLOAT_NATIVE, true);
21 mysqli_set_charset($connection, 'utf8');
22 mysqli_query($connection, 'DROP TABLE IF EXISTS test');
23 mysqli_query($connection, 'CREATE TABLE test (id BIT(8))');
24 mysqli_query($connection, 'INSERT INTO test VALUES (0), (1), (42)');
26 $res = mysqli_query($connection, 'SELECT * FROM test');
H A Dbug79375.phpt149 Running query on first connection
150 Got %d for first connection
151 Running query on second connection
154 Running query on first connection
155 Got %d for first connection
159 Running query on first connection
160 Got %d for first connection
164 Running query on first connection
165 Got %d for first connection
169 Running query on first connection
[all …]
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-8.1/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-8.1/ext/pdo_mysql/tests/
H A Dbug79375.phpt73 testNormalQuery($db, 'first connection');
89 testUnbuffered($db, 'first connection');
102 Running query on first connection
103 Got 1 for first connection
104 Running query on second connection
107 Running query on first connection
108 Got 1 for first connection
109 Running query on second connection
112 Running query on first connection
113 Got 1 for first connection
[all …]
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug78192.phpt7 $connection = new \PDO('sqlite::memory:');
8 $connection->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
9 $connection->query('CREATE TABLE user (id INTEGER PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL)…
11 $stmt = $connection->prepare('INSERT INTO user (id, name) VALUES(:id, :name)');
17 $stmt = $connection->prepare('SELECT * FROM user WHERE id = :id');
21 $connection->query('ALTER TABLE user ADD new_col VARCHAR(255)');

Completed in 87 milliseconds

123456789