Home
last modified time | relevance | path

Searched refs:php_oci_statement_execute (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h492 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode);
H A Doci8_interface.c1405 if (php_oci_statement_execute(statement, (ub4) mode)) { in PHP_FUNCTION()
2600 if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT)) in PHP_FUNCTION()
H A Doci8.c2633 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
2649 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
H A Doci8_statement.c494 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode) in php_oci_statement_execute() function

Completed in 23 milliseconds