Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt24 if (!is_null($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 (NULL !== ($tmp = @$mysqli->commit())) {
104 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
[all …]
/PHP-5.5/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-5.5/ext/sybase_ct/tests/
H A Dbug26407.phpt26 commit
35 commit
43 commit
56 commit
71 commit
79 commit
/PHP-5.5/ext/pdo/
H A DREADME26 When auto-commit is on, the driver will implicitly commit each query as it is
32 When auto-commit is off, you must then use $dbh->beginTransaction() to
33 initiate a transaction. When your work is done, you then call $dbh->commit()
37 You can change the auto-commit mode at run-time:
45 $dbh->beginTransaction(). When you commit() or rollBack() such a transaction,
51 responsibility to call commit() when you are done making changes and
/PHP-5.5/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",
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt17 $dbh->commit();
33 $dbh->commit();
40 $dbh->commit();
H A DrowCount.phpt18 $dbh->commit();
32 $dbh->commit();
38 $dbh->commit();
H A Dbug_47415.phpt17 $dbh->commit();
33 $dbh->commit();
H A Dbug_48877.phpt18 $dbh->commit();
33 $dbh->commit();
H A Dbug_64037.phpt20 $dbh->commit();
34 $dbh->commit();
H A Dbug_53280.phpt16 $dbh->commit();
31 $dbh->commit();
/PHP-5.5/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-5.5/
H A DREADME.GIT-RULES82 3. Do not commit multiple file and dump all messages in one commit. If you
83 modified several unrelated files, commit each group separately and
84 provide a nice commit message for each one. See example below.
86 4. Do write your commit message in such a way that it makes sense even
91 5. In your commit messages, keep each line shorter than 80 characters. And
98 The format of the commit messages is pretty simple.
105 An Example from the git project (commit 2b34e486bc):
109 It looks like commit 99fb6e04 (pack-objects: convert to use
114 commit message. Bug ID should be prefixed by "#" for easier access to
H A DREADME.RELEASE_PROCESS18 commit the fixes.
41 no trunk at this point and commit this to svn
42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
50 - create the package.xml, commit
77 8. If all is right, commit the changes to the release branch with ``git commit -a``.
143 a. ``git commit -a && git push origin master``
155 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
157 Don't forget to update NEWS manually in an extra commit then.
188 git commit distributions;
190 This is to fetch the last commit id from php-distributions.git and commit this
[all …]
/PHP-5.5/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_try1.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
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_try5.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
/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt64 $db->commit();
66 echo countRows('commit');
74 Counted 0 rows after commit.
/PHP-5.5/ext/spl/examples/
H A Dphar_from_dir.php48 $phar->commit();

Completed in 29 milliseconds

123