Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Dphp_oci8_int.h497 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode);
H A Doci8_interface.c1214 if (php_oci_statement_execute(statement, (ub4) mode)) { in PHP_FUNCTION()
2335 if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT)) in PHP_FUNCTION()
H A Doci8.c1721 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
1737 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) in php_oci_fetch_row()
H A Doci8_statement.c490 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode) in php_oci_statement_execute() function

Completed in 27 milliseconds