Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/oci8/
H A Dphp_oci8_int.h174 php_oci_connection *connection; /* parent connection handle */ member
198 php_oci_connection *connection; /* parent connection handle */ member
223 php_oci_connection *connection; /* parent connection handle */ member
320 #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.c67 connection->svc, in php_oci_statement_create()
69 connection->err, in php_oci_statement_create()
80 DTRACE_OCI8_SQLTEXT(connection, connection->client_id, statement, query); in php_oci_statement_create()
85 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_statement_create()
89 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_statement_create()
105 statement->connection = connection; in php_oci_statement_create()
159 statement2->connection = statement->connection; in php_oci_get_implicit_resultset()
1047 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1058 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1936 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_array_helper_date()
[all …]
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h40 ZEND_ARG_INFO(0, connection)
47 ZEND_ARG_INFO(0, connection)
54 ZEND_ARG_INFO(0, connection)
60 ZEND_ARG_INFO(0, connection)
66 ZEND_ARG_INFO(0, connection)
206 ZEND_ARG_INFO(0, connection)
213 ZEND_ARG_INFO(0, connection)
220 ZEND_ARG_INFO(0, connection)
255 ZEND_ARG_INFO(0, connection)
263 ZEND_ARG_INFO(0, connection)
[all …]
/PHP-8.1/ext/pgsql/tests/
H A D27large_object_oid.phpt35 echo "create LO using default connection\n";
48 create LO using default connection
50 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
52 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
54 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
56 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
H A Dconnect_after_close.phpt2 Reopen connection after it was closed
21 Deprecated: pg_close(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
24 Deprecated: pg_close(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
H A D28large_object_import_oid.phpt35 echo "import LO using default connection\n";
90 import LO using default connection
92 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
94 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
96 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
98 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
102 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
106 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
H A Dbug72197.phpt36 pg_lo_create(): Argument #1 ($connection) must be of type PgSql\Connection when the connection is p…
39 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
H A Dconnection_reuse.phpt2 Reusing connection with same connection string
H A Dno_link_open.phpt16 Deprecated: pg_dbname(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
17 No PostgreSQL connection opened yet
H A Dclose_default_link.phpt2 pg_close() default link after connection variable has been dropped
17 Deprecated: pg_close(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt2 PDO_OCI: Attribute: closing a connection in non-autocommit mode commits data
16 // Check connection can be created with AUTOCOMMIT off
34 $dbh = null; // close first connection
36 echo "Second connection should be able to see committed data\n";
52 Second connection should be able to see committed data
/PHP-8.1/ext/oci8/tests/
H A Dconn_attr_2.phpt2 Set and get of connection attributes across persistent connections and sysdba connection.
56 // Re-open a persistent connection and check for the attr values.
64 // Test with SYSDBA connection.
65 echo "\n**Test with SYSDBA connection**\n";
86 resource(%d) of type (oci8 persistent connection)
93 resource(%d) of type (oci8 persistent connection)
100 resource(%d) of type (oci8 persistent connection)
107 resource(%d) of type (oci8 persistent connection)
113 **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
56 resource(%d) of type (oci8 persistent connection)
58 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope2.phpt14 // Test will open a connection within a function (function 1).
16 // Open another connection from function 2.
80 resource(%d) of type (oci8 connection)
82 resource(%d) of type (oci8 connection)
87 resource(%d) of type (oci8 connection)
89 resource(%d) of type (oci8 connection)
H A Ddrcp_connection_class.phpt17 echo "Setting a new connection class now\n";
20 // Get the New connection class name. Should return New CC
29 Setting a new connection class now
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
60 resource(%d) of type (oci8 persistent connection)
62 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.
82 resource(%d) of type (oci8 connection)
84 resource(%d) of type (oci8 connection)
89 resource(%d) of type (oci8 connection)
91 resource(%d) of type (oci8 connection)
H A Dconn_attr_3.phpt2 Set and get of connection attributes with oci_close().
70 resource(%d) of type (oci8 connection)
74 resource(%d) of type (oci8 connection)
77 resource(%d) of type (oci8 persistent connection)
81 resource(%d) of type (oci8 persistent connection)
84 resource(%d) of type (oci8 connection)
90 resource(%d) of type (oci8 connection)
H A Ddrcp_newconnect.phpt19 // Another connection now
39 resource(%d) of type (oci8 connection)
40 resource(%d) of type (oci8 connection)
H A Ddrcp_characterset.phpt55 resource(%d) of type (oci8 connection)
56 resource(%d) of type (oci8 persistent connection)
57 resource(%d) of type (oci8 connection)
58 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope4.phpt16 // In PHP 5.3, the test opens a connection within function1 and
17 // updates a table (without committing). Another connection is opened
58 resource(%d) of type (oci8 persistent connection)
60 resource(%d) of type (oci8 persistent connection)
H A Dold_oci_close1.phpt25 resource(%d) of type (oci8 connection)
27 string(%d) "oci_parse(): supplied resource is not a valid oci8 connection resource"
/PHP-8.1/ext/standard/tests/network/
H A Dshutdown.phpt41 /* Accept connection 1 */
44 die('Unable to accept connection');
54 /* Accept connection 2 */
57 die('Unable to accept connection');
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt2 Killing a persistent connection.
44 // Kill the persistent connection - don't use mysqli_kill, mysqlnd will catch that...
46 …printf("[006] Cannot kill persistent connection, [%d] %s\n", mysqli_errno($link), mysqli_error($li…
60 …printf("[008] Thread of the persistent connection should have been gone, [%d] %s\n", mysqli_errno(…
62 …printf("[009] Thread of the regular connection should be still there, [%d] %s\n", mysqli_errno($li…
64 // On PHP side this should do nothing. PHP should not try to close the connection or something.
75 …printf("[012] New persistent connection cannot execute queries, [%d] %s\n", @mysqli_errno($plink),…
88 …printf("[014] New regular connection cannot execute queries, [%d] %s\n", mysqli_errno($link), mysq…
H A Dbug73462.phpt13 /* Initial persistent connection */
20 /* Failed connection to invalid host */
28 /* Re-use persistent connection */

Completed in 40 milliseconds

123456789