/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_commit_oo.phpt | 24 $mysqli->commit(); 34 if (true !== ($tmp = $mysqli->commit())) { 54 $tmp = $mysqli->commit(); 76 if (!$mysqli->commit(0 , "tx_name0123")) { 80 var_dump($mysqli->commit(0 , "*/ nonsense")); 82 var_dump($mysqli->commit(0 , "tx_name ulf вендел")); 84 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b")); 86 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) { 93 $mysqli->commit(); 106 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, … [all …]
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 20 pg_exec ($db, "commit"); 29 pg_exec ($db, "commit"); 37 pg_exec ($db, "commit"); 42 pg_exec ($db, "commit"); 49 pg_exec ($db, "commit"); 55 pg_exec ($db, "commit"); 61 pg_query($db, 'commit'); 69 pg_query($db, 'commit');
|
H A D | 27large_object_oid.phpt | 23 pg_exec ($db, "commit"); 31 pg_exec ($db, "commit"); 39 pg_exec ("commit");
|
H A D | 28large_object_import_oid.phpt | 23 pg_exec($db, 'commit'); 31 pg_exec($db, 'commit'); 39 pg_exec('commit');
|
/PHP-8.0/ext/pdo_firebird/tests/ |
H A D | bug_62024.phpt | 16 $dbh->commit(); 32 $dbh->commit(); 39 $dbh->commit();
|
H A D | rowCount.phpt | 18 $dbh->commit(); 32 $dbh->commit(); 38 $dbh->commit();
|
H A D | bug_47415.phpt | 18 $dbh->commit(); 34 $dbh->commit();
|
H A D | bug_64037.phpt | 19 $dbh->commit(); 33 $dbh->commit();
|
H A D | bug_48877.phpt | 20 $dbh->commit(); 35 $dbh->commit();
|
H A D | bug_53280.phpt | 16 $dbh->commit(); 31 $dbh->commit();
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 2 MySQL PDO->commit() 23 // DDL will issue an implicit commit 27 $db->commit(); 47 if (true !== ($tmp = $db->commit())) 48 printf("[005] No commit allowed? [%s] %s\n", 68 if (true !== ($tmp = $db->commit())) 69 printf("[008] No commit allowed? [%s] %s\n",
|
H A D | pdo_mysql_inTransaction.phpt | 57 $db->commit(); 61 // DDL query causes an implicit commit. 67 // We should be able to start a new transaction after the implicit commit. 70 $db->commit();
|
/PHP-8.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_autocommit_2.phpt | 27 $dbh->commit(); 41 $dbh->commit(); 49 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n"; 63 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n"; 88 $dbh->exec("commit"); 110 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction 114 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
|
/PHP-8.0/ext/oci8/tests/ |
H A D | commit_002.phpt | 36 echo 'Could not commit: '. $m['message'] . "\n"; 50 echo 'Could not commit: '. $m['message'] . "\n"; 70 Could not commit: ORA-02091: %s
|
H A D | connect_scope_try1.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | connect_scope_try2.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | connect_scope_try3.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | connect_scope_try4.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | connect_scope_try5.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | connect_scope_try6.phpt | 41 oci_execute($s, OCI_DEFAULT); // no commit 43 oci_execute($s, OCI_DEFAULT); // no commit 56 // Now commit
|
H A D | imp_res_insert.phpt | 42 commit; 53 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n"; 63 echo "\nTest 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode\n"; 107 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode 114 Test 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode
|
/PHP-8.0/ext/pdo/tests/ |
H A D | pdo_017.phpt | 64 $db->commit(); 66 echo countRows('commit'); 74 Counted 0 rows after commit.
|
/PHP-8.0/Zend/tests/ |
H A D | concat_002.phpt | 9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_dbh.stub.php | 13 public function commit() {} function in PDO
|
H A D | pdo_dbh_arginfo.h | 62 ZEND_METHOD(PDO, commit); 80 ZEND_ME(PDO, commit, arginfo_class_PDO_commit, ZEND_ACC_PUBLIC)
|