Home
last modified time | relevance | path

Searched refs:php_oci_statement_create (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h487 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_…
H A Doci8_interface.c1811 statement = php_oci_statement_create(connection, query, (int) query_len); in PHP_FUNCTION()
2160 statement = php_oci_statement_create(connection, NULL, 0); in PHP_FUNCTION()
H A Doci8_statement.c50 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_… in php_oci_statement_create() function
439 nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0); in php_oci_define_callback()

Completed in 18 milliseconds