Home
last modified time | relevance | path

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

123

/php-src/ext/pdo_odbc/tests/
H A Dautocommit_change_mode.phpt2 PDO ODBC auto commit mode
18 echo "auto commit ON from ON\n";
23 echo "auto commit OFF from ON\n";
28 echo "auto commit OFF from OFF\n";
33 echo "auto commit ON from OFF\n";
63 echo "auto commit OFF\n";
94 auto commit ON from ON
98 auto commit OFF from ON
102 auto commit OFF from OFF
106 auto commit ON from OFF
[all …]
/php-src/ext/pdo_firebird/tests/
H A Dautocommit_change_mode.phpt2 PDO_Firebird: change auto commit
18 echo "auto commit ON from ON\n";
23 echo "auto commit OFF from ON\n";
28 echo "auto commit OFF from OFF\n";
33 echo "auto commit ON from OFF\n";
63 echo "auto commit OFF\n";
94 auto commit ON from ON
98 auto commit OFF from ON
102 auto commit OFF from OFF
106 auto commit ON from OFF
[all …]
H A Dautocommit.phpt2 PDO_Firebird: auto commit
18 echo "========== in auto commit mode ==========\n";
19 echo "auto commit mode ON\n";
34 echo "========== not in auto commit mode ==========\n";
35 echo "auto commit mode OFF\n";
61 ========== in auto commit mode ==========
62 auto commit mode ON
74 ========== not in auto commit mode ==========
75 auto commit mode OFF
H A Dtransaction_isolation_level_behavior.phpt43 $dbh->commit();
66 $dbh->commit();
89 $dbh->commit();
119 $dbh->commit();
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt20 $mysqli->commit();
27 if (true !== ($tmp = $mysqli->commit())) {
47 $tmp = $mysqli->commit();
69 if (!$mysqli->commit(0 , "tx_name0123")) {
73 var_dump($mysqli->commit(0 , "*/ nonsense"));
75 var_dump($mysqli->commit(0 , "tx_name ulf вендел"));
77 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
79 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
86 $mysqli->commit();
100 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt2 MySQL PDO->commit()
24 // 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 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();
H A Dbug66528.phpt2 Bug #66528: No PDOException or errorCode if database becomes unavailable before PDO::commit
24 $dbh->commit();
H A Dpdo_mysql_begintransaction.phpt50 if (!$db->commit())
54 printf("[009] Autocommit should be on after commit()\n");
72 if (!$db->commit())
127 $db->commit();
128 // Now we should be back to autocommit - we've issues a commit
164 if (!$db->commit())
H A Dpdo_mysql_rollback.phpt77 $db->commit();
83 $db->commit();
H A Dpdo_mysql_interface.phpt20 'commit' => true,
/php-src/docs/
H A Drelease-process.md63 > and commit any fixes.
363 Add, commit, and push your changes, when finished.
367 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.ZRCn"
398 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.0RCn"
616 git commit distributions -m "X.Y.Z tarballs"
720 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.Z"
724 See [Announce PHP 8.1.6][] for an example commit.
738 Add, commit, and push your changes, when finished.
742 git commit --gpg-sign=YOURKEYID -m "PHP X.Y.Z released"
880 This commit should:
[all …]
/php-src/ext/pdo/tests/
H A Dpdo_017.phpt66 $db->commit();
68 echo countRows('commit');
81 Counted 0 rows after commit.
/php-src/ext/mysqli/tests/transactions/
H A D014.phpt2 mysqli autocommit/commit/rollback with innodb with CACHE
43 /* Check if commit was successful */
H A D015.phpt2 mysqli autocommit/commit/rollback with innodb with SQL_NO_CACHE
41 /* Check if commit was successful */
/php-src/Zend/tests/
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
H A Dgc_049.phpt25 $isSecondGcRerun = false; // https://github.com/php/php-src/commit/b58d74547f
/php-src/ext/pdo_sqlite/tests/
H A Dbug81227.phpt19 $db->commit();
H A Dpdo_sqlite_transaction.phpt14 $db->commit();
/php-src/
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
27 * [Git commit rules](#git-commit-rules)
130 should be credited, the `Co-authored-by` tag in the commit message may be used.
310 ## Git commit rules
312 This section refers to contributors that have Git push access and make commit
388 3. Do not commit multiple files and dump all messages in one commit. If you
390 nice commit message for each one. See example below.
392 4. Do write your commit message in such a way that it makes sense even without
397 5. In your commit messages, keep each line shorter than 80 characters. And try
403 The format of the commit messages is pretty simple.
[all …]
/php-src/ext/pgsql/tests/
H A Dbug72197.phpt31 /* don't commit */
/php-src/ext/dom/tests/
H A DDOMXPath_constructor_registered_functions.phpt38 // Note: since libxml2 commit aca16fb3d45e0b2c45364ffc1cea8eb4abaca87d this only outputs 1 warning.…
/php-src/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt24 $db->commit();
H A Dbug67462.phpt25 $pdo->commit(); // This should fail!

Completed in 28 milliseconds

123