Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt24 if (false !== ($tmp = @$mysqli->commit())) {
33 if (true !== ($tmp = $mysqli->commit())) {
53 $tmp = $mysqli->commit();
75 if (!$mysqli->commit(0 , "tx_name0123")) {
78 if (!$mysqli->commit(0 , "*/ nonsense")) {
81 if (!$mysqli->commit(0 , "tx_name ulf вендел")) {
84 if (!$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")) {
93 if (false !== ($tmp = @$mysqli->commit())) {
104 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
[all …]
/PHP-7.4/ext/pgsql/tests/
H A D05large_object.phpt20 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 D27large_object_oid.phpt23 pg_exec ($db, "commit");
31 pg_exec ($db, "commit");
39 pg_exec ("commit");
H A D28large_object_import_oid.phpt23 pg_exec($db, 'commit');
31 pg_exec($db, 'commit');
39 pg_exec('commit');
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt2 MySQL PDO->commit()
23 // DDL will issue an implicit commit
26 if (true !== ($tmp = $db->commit())) {
27 printf("[002] No commit allowed? [%s] %s\n",
42 if (true !== ($tmp = $db->commit()))
43 printf("[005] No commit allowed? [%s] %s\n",
63 if (true !== ($tmp = $db->commit()))
64 printf("[008] No commit allowed? [%s] %s\n",
H A Dpdo_mysql_begintransaction.phpt48 if (!$db->commit())
52 printf("[009] Autocommit should be on after commit()\n");
70 if (!$db->commit())
125 $db->commit();
126 // Now we should be back to autocommit - we've issues a commit
162 if (!$db->commit())
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_62024.phpt16 $dbh->commit();
32 $dbh->commit();
39 $dbh->commit();
H A DrowCount.phpt17 $dbh->commit();
31 $dbh->commit();
37 $dbh->commit();
H A Dbug_47415.phpt17 $dbh->commit();
33 $dbh->commit();
H A Dbug_48877.phpt19 $dbh->commit();
34 $dbh->commit();
H A Dbug_64037.phpt19 $dbh->commit();
33 $dbh->commit();
H A Dbug_53280.phpt15 $dbh->commit();
30 $dbh->commit();
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt27 $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-7.4/ext/oci8/tests/
H A Dcommit_002.phpt36 echo 'Could not commit: '. $m['message'] . "\n";
50 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_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_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_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.phpt42 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";
109 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode
116 Test 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode
/PHP-7.4/ext/pdo/tests/
H A Dpdo_017.phpt64 $db->commit();
66 echo countRows('commit');
74 Counted 0 rows after commit.
/PHP-7.4/Zend/tests/
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
/PHP-7.4/docs/
H A Drelease-process.md17 commit the fixes.
68 * Create the package.xml, commit
72 the RFC process and a new Git commit without rewriting the php-src Git
73 commit history.
107 8. If all is right, commit the changes to the release branch:
110 git commit -a
256 git commit distributions
260 This is to fetch the last commit id from php-distributions.git and commit
261 this last commit id to `web/php.git`, then, website will now sync.
396 Example: https://git.php.net/?p=php-src.git;a=commit;h=a63c99b
[all …]
/PHP-7.4/
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.
290 ## Git commit rules
292 This section refers to contributors that have Git push access and make commit
363 3. Do not commit multiple files and dump all messages in one commit. If you
365 nice commit message for each one. See example below.
367 4. Do write your commit message in such a way that it makes sense even without
372 5. In your commit messages, keep each line shorter than 80 characters. And try
378 The format of the commit messages is pretty simple.
[all …]

Completed in 74 milliseconds

123