Home
last modified time | relevance | path

Searched refs:OCI_COMMIT_ON_SUCCESS (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_insert.phpt54 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n";
56 oci_execute($s, OCI_COMMIT_ON_SUCCESS);
75 echo "\nTest 3 - Commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n";
77 oci_execute($s, OCI_COMMIT_ON_SUCCESS);
108 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode
123 Test 3 - Commit in procedure, OCI_COMMIT_ON_SUCCESS mode
H A Dbug36096.phpt13 if(oci_execute($stmt, OCI_COMMIT_ON_SUCCESS)){
H A Dbug37220.phpt35 $success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
/PHP-8.2/ext/oci8/
H A Doci8.stub.php34 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 Doci8_statement.c504 case OCI_COMMIT_ON_SUCCESS: in php_oci_statement_execute()
562 if (mode & OCI_COMMIT_ON_SUCCESS) { in php_oci_statement_execute()
H A Doci8_arginfo.h809 REGISTER_LONG_CONSTANT("OCI_COMMIT_ON_SUCCESS", OCI_COMMIT_ON_SUCCESS, CONST_PERSISTENT); in register_oci8_symbols()
H A Doci8_interface.c1204 zend_long mode = OCI_COMMIT_ON_SUCCESS; in PHP_FUNCTION()
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c337 (dbh->auto_commit && !dbh->in_txn) ? OCI_COMMIT_ON_SUCCESS : OCI_DEFAULT); in oci_handle_doer()
H A Doci_statement.c148 mode = OCI_COMMIT_ON_SUCCESS; in oci_stmt_execute()

Completed in 31 milliseconds