Searched refs:php_oci_statement_execute (Results 1 – 4 of 4) sorted by relevance
475 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC);
1329 if (php_oci_statement_execute(statement, mode TSRMLS_CC)) {2462 if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT TSRMLS_CC))
2715 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) in php_oci_fetch_row()2731 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) in php_oci_fetch_row()
480 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC) in php_oci_statement_execute() function
Completed in 26 milliseconds