Home
last modified time | relevance | path

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

123

/PHP-5.3/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.3/ext/sybase_ct/tests/
H A Dbug26407.phpt26 commit
35 commit
43 commit
56 commit
71 commit
79 commit
/PHP-5.3/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.3/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.3/ext/pdo_firebird/tests/
H A Dbug_62024.phpt17 $dbh->commit();
33 $dbh->commit();
40 $dbh->commit();
H A DrowCount.phpt17 $dbh->commit();
31 $dbh->commit();
37 $dbh->commit();
H A Dbug_47415.phpt16 $dbh->commit();
32 $dbh->commit();
H A Dbug_48877.phpt17 $dbh->commit();
32 $dbh->commit();
H A Dbug_64037.phpt20 $dbh->commit();
34 $dbh->commit();
H A Dbug_53280.phpt15 $dbh->commit();
30 $dbh->commit();
/PHP-5.3/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.3/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt24 if (!is_null($tmp = @$mysqli->commit()))
31 if (!is_null($tmp = @$mysqli->commit($link)))
35 if (true !== ($tmp = $mysqli->commit()))
50 $tmp = $mysqli->commit();
69 if (NULL !== ($tmp = @$mysqli->commit()))
/PHP-5.3/
H A DREADME.GIT-RULES74 3. Do not commit multiple file and dump all messages in one commit. If you
75 modified several unrelated files, commit each group separately and
76 provide a nice commit message for each one. See example below.
78 4. Do write your commit message in such a way that it makes sense even
83 5. In your commit messages, keep each line shorter than 80 characters. And
90 The format of the commit messages is pretty simple.
97 An Example from the git project (commit 2b34e486bc):
101 It looks like commit 99fb6e04 (pack-objects: convert to use
106 commit message. Bug ID should be prefixed by "#" for easier access to
H A DREADME.RELEASE_PROCESS31 no trunk at this point and commit this to svn
32 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
40 - create the package.xml, commit
51 2. run the "scripts/dev/credits" script in php-src and commit the changes in the
65 7. If all is right, commit the changes to the release branch with ``git commit -a``.
131 a. ``git commit -a && git push origin master``
143 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
145 Don't forget to update NEWS manually in an extra commit then.
175 git commit distributions;
177 This is to fetch the last commit id from php-distributions.git and commit this
[all …]
/PHP-5.3/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_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
H A Dconnect_scope_try2.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
56 // Now commit
/PHP-5.3/ext/pdo/tests/
H A Dpdo_017.phpt64 $db->commit();
66 echo countRows('commit');
74 Counted 0 rows after commit.
/PHP-5.3/ext/spl/examples/
H A Dphar_from_dir.php48 $phar->commit();

Completed in 33 milliseconds

123