Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 69) sorted by relevance

123

/PHP-8.1/ext/session/tests/
H A Dsession_commit_variation4.phpt17 var_dump(session_id("session-commit-variation4"));
43 string(25) "session-commit-variation4"
45 string(25) "session-commit-variation4"
48 string(25) "session-commit-variation4"
50 string(25) "session-commit-variation4"
52 string(25) "session-commit-variation4"
54 string(25) "session-commit-variation4"
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt25 $mysqli->commit();
35 if (true !== ($tmp = $mysqli->commit())) {
55 $tmp = $mysqli->commit();
77 if (!$mysqli->commit(0 , "tx_name0123")) {
81 var_dump($mysqli->commit(0 , "*/ nonsense"));
83 var_dump($mysqli->commit(0 , "tx_name ulf вендел"));
85 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
87 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
94 $mysqli->commit();
107 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
[all …]
/PHP-8.1/ext/pgsql/tests/
H A D05large_object.phpt22 pg_exec ($db, "commit");
37 pg_exec ($db, "commit");
48 pg_exec ($db, "commit");
53 pg_exec ($db, "commit");
60 pg_exec ($db, "commit");
66 pg_exec ($db, "commit");
72 pg_query($db, 'commit');
80 pg_query($db, 'commit');
H A D27large_object_oid.phpt25 pg_exec ($db, "commit");
33 pg_exec ($db, "commit");
41 pg_exec ("commit");
H A D28large_object_import_oid.phpt25 pg_exec($db, 'commit');
33 pg_exec($db, 'commit');
41 pg_exec('commit');
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt2 MySQL PDO->commit()
24 // DDL will issue an implicit commit
28 $db->commit();
48 if (true !== ($tmp = $db->commit()))
49 printf("[005] No commit allowed? [%s] %s\n",
69 if (true !== ($tmp = $db->commit()))
70 printf("[008] No commit allowed? [%s] %s\n",
H A Dpdo_mysql_inTransaction.phpt58 $db->commit();
62 // DDL query causes an implicit commit.
68 // We should be able to start a new transaction after the implicit commit.
71 $db->commit();
/PHP-8.1/ext/pdo_firebird/tests/
H A Dbug_62024.phpt18 $dbh->commit();
34 $dbh->commit();
41 $dbh->commit();
H A DrowCount.phpt20 $dbh->commit();
34 $dbh->commit();
40 $dbh->commit();
H A Dbug_47415.phpt20 $dbh->commit();
36 $dbh->commit();
H A Dbug_48877.phpt22 $dbh->commit();
37 $dbh->commit();
H A Dbug_64037.phpt21 $dbh->commit();
35 $dbh->commit();
H A Dbug_53280.phpt18 $dbh->commit();
33 $dbh->commit();
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt29 $dbh->commit();
43 $dbh->commit();
51 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n";
65 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n";
90 $dbh->exec("commit");
112 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
116 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
/PHP-8.1/ext/oci8/tests/
H A Dcommit_002.phpt38 echo 'Could not commit: '. $m['message'] . "\n";
52 echo 'Could not commit: '. $m['message'] . "\n";
72 Could not commit: ORA-02091: %s
H A Dconnect_scope_try2.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dconnect_scope_try6.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dconnect_scope_try1.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dconnect_scope_try3.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dconnect_scope_try4.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dconnect_scope_try5.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
H A Dimp_res_insert.phpt43 commit;
54 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n";
64 echo "\nTest 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode\n";
108 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode
115 Test 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode
/PHP-8.1/ext/pdo/tests/
H A Dpdo_017.phpt65 $db->commit();
67 echo countRows('commit');
75 Counted 0 rows after commit.
/PHP-8.1/Zend/tests/
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
/PHP-8.1/
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
26 * [Git commit rules](#git-commit-rules)
103 should be credited, the `Co-authored-by` tag in the commit message may be used.
288 ## Git commit rules
290 This section refers to contributors that have Git push access and make commit
362 3. Do not commit multiple files and dump all messages in one commit. If you
364 nice commit message for each one. See example below.
366 4. Do write your commit message in such a way that it makes sense even without
371 5. In your commit messages, keep each line shorter than 80 characters. And try
377 The format of the commit messages is pretty simple.
[all …]

Completed in 22 milliseconds

123