/PHP-8.3/ext/pdo_odbc/tests/ |
H A D | autocommit_change_mode.phpt | 2 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-8.3/ext/session/tests/ |
H A D | session_commit_variation4.phpt | 17 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.3/ext/mysqli/tests/ |
H A D | mysqli_commit_oo.phpt | 20 $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-8.3/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 22 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 D | 27large_object_oid.phpt | 25 pg_exec ($db, "commit"); 33 pg_exec ($db, "commit"); 41 pg_exec ("commit");
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 2 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 D | pdo_mysql_inTransaction.phpt | 58 $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.3/ext/pdo_firebird/tests/ |
H A D | bug_62024.phpt | 18 $dbh->commit(); 34 $dbh->commit(); 41 $dbh->commit();
|
H A D | rowCount.phpt | 20 $dbh->commit(); 34 $dbh->commit(); 40 $dbh->commit();
|
H A D | bug_47415.phpt | 20 $dbh->commit(); 36 $dbh->commit();
|
H A D | bug_48877.phpt | 22 $dbh->commit(); 37 $dbh->commit();
|
H A D | bug_64037.phpt | 21 $dbh->commit(); 35 $dbh->commit();
|
H A D | bug_53280.phpt | 18 $dbh->commit(); 33 $dbh->commit();
|
/PHP-8.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_autocommit_2.phpt | 29 $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.3/ext/oci8/tests/ |
H A D | commit_002.phpt | 39 echo 'Could not commit: '. $m['message'] . "\n"; 53 echo 'Could not commit: '. $m['message'] . "\n"; 73 Could not commit: ORA-02091: %s
|
H A D | connect_scope_try3.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | connect_scope_try4.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | connect_scope_try5.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | connect_scope_try6.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | connect_scope_try1.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | connect_scope_try2.phpt | 45 oci_execute($s, OCI_DEFAULT); // no commit 47 oci_execute($s, OCI_DEFAULT); // no commit 60 // Now commit
|
H A D | imp_res_insert.phpt | 44 commit; 55 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n"; 65 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-8.3/ext/pdo/tests/ |
H A D | pdo_017.phpt | 65 $db->commit(); 67 echo countRows('commit'); 75 Counted 0 rows after commit.
|
/PHP-8.3/.github/workflows/ |
H A D | root.yml | 20 # the correct commit hashes. 22 - name: Grab the commit mapping 25 path: branch-commit-cache.json
|
/PHP-8.3/docs/ |
H A D | release-process.md | 65 > and commit any fixes. 354 Add, commit, and push your changes, when finished. 358 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.ZRCn" 389 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.0RCn" 606 git commit distributions -m "X.Y.Z tarballs" 699 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.Z" 703 See [Announce PHP 8.1.6][] for an example commit. 717 Add, commit, and push your changes, when finished. 721 git commit --gpg-sign=YOURKEYID -m "PHP X.Y.Z released" 859 This commit should: [all …]
|