Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Dphp_oci8_int.h485 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_…
H A Doci8_interface.c1787 statement = php_oci_statement_create(connection, query, (int) query_len); in PHP_FUNCTION()
2101 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
440 nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0); in php_oci_define_callback()

Completed in 16 milliseconds