Searched refs:OCI_COMMIT_ON_SUCCESS (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | imp_res_insert.phpt | 55 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n"; 57 oci_execute($s, OCI_COMMIT_ON_SUCCESS); 76 echo "\nTest 3 - Commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n"; 78 oci_execute($s, OCI_COMMIT_ON_SUCCESS); 109 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode 124 Test 3 - Commit in procedure, OCI_COMMIT_ON_SUCCESS mode
|
H A D | bug36096.phpt | 17 if(oci_execute($stmt, OCI_COMMIT_ON_SUCCESS)){
|
H A D | bug37220.phpt | 36 $success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.stub.php | 34 const OCI_COMMIT_ON_SUCCESS = UNKNOWN; define 599 function oci_execute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {} 606 function ociexecute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {}
|
H A D | oci8_statement.c | 504 case OCI_COMMIT_ON_SUCCESS: in php_oci_statement_execute() 562 if (mode & OCI_COMMIT_ON_SUCCESS) { in php_oci_statement_execute()
|
H A D | oci8_arginfo.h | 809 REGISTER_LONG_CONSTANT("OCI_COMMIT_ON_SUCCESS", OCI_COMMIT_ON_SUCCESS, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8_interface.c | 1204 zend_long mode = OCI_COMMIT_ON_SUCCESS; in PHP_FUNCTION()
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_driver.c | 337 (dbh->auto_commit && !dbh->in_txn) ? OCI_COMMIT_ON_SUCCESS : OCI_DEFAULT); in oci_handle_doer()
|
H A D | oci_statement.c | 148 mode = OCI_COMMIT_ON_SUCCESS; in oci_stmt_execute()
|
Completed in 31 milliseconds