Searched refs:php_oci_statement_execute (Results 1 – 4 of 4) sorted by relevance
492 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode);
1405 if (php_oci_statement_execute(statement, (ub4) mode)) { in PHP_FUNCTION()2595 if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT)) in PHP_FUNCTION()
2633 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()
494 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode) in php_oci_statement_execute() function
Completed in 36 milliseconds