Home
last modified time | relevance | path

Searched refs:commit (Results 26 – 50 of 54) sorted by relevance

123

/PHP-5.4/ext/pdo_mysql/tests/
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())
H A Dpdo_mysql_rollback.phpt73 $db->commit();
79 $db->commit();
H A Dpdo_mysql_interface.phpt21 'commit' => true,
/PHP-5.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_transaction.phpt13 $db->commit();
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt23 $db->commit();
H A Dis_in_transaction.phpt29 $db->commit();
H A Dcopy_to.phpt35 $db->commit();
/PHP-5.4/ext/oci8/tests/
H A Ddescriptors.phpt2 commit connection after destroying the descriptor
H A Dconnect_scope1.phpt37 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope2.phpt37 oci_execute($s, OCI_DEFAULT); // no commit
H A Ddrcp_scope5.phpt13 // Similar to drcp_scope3.phpt but does a commit before end of
/PHP-5.4/ext/pdo_firebird/tests/
H A Dddl.phpt28 $db->commit();
/PHP-5.4/ext/pdo_dblib/tests/
H A Dbug_38955.phpt19 $db->commit();
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt37 // Use 2nd connection to check that autocommit does commit
H A Dbug57702.phpt41 $db->commit();
/PHP-5.4/ext/mysqli/tests/
H A D015.phpt2 mysqli autocommit/commit/rollback with innodb
H A D014.phpt2 mysqli autocommit/commit/rollback
H A Dmysqli_class_mysqli_interface.phpt26 'commit' => true,
/PHP-5.4/
H A DREADME.SUBMITTING_PATCH10 patches accepted, commit privileges are often quickly granted.
189 Your name will likely be included in the SVN commit log. If your
/PHP-5.4/ext/pdo/
H A Dphp_pdo_driver.h304 pdo_dbh_txn_func commit; member
H A Dpdo_dbh.c641 static PHP_METHOD(PDO, commit) in PHP_METHOD() argument
655 if (dbh->methods->commit(dbh TSRMLS_CC)) { in PHP_METHOD()
1271 PHP_ME(PDO, commit, arginfo_pdo__void, ZEND_ACC_PUBLIC)
/PHP-5.4/ext/interbase/tests/
H A D005.phpt55 ibase_close(); /* commit here! */
/PHP-5.4/ext/interbase/
H A Dinterbase.c1310 static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */ in _php_ibase_trans_end() argument
1350 switch (commit) { in _php_ibase_trans_end()
1371 if ((commit & RETAIN) == 0 && res_id != 0) { in _php_ibase_trans_end()
/PHP-5.4/ext/phar/
H A DTODO17 X Phar->begin()/Phar->commit() for specifying a new stub to the phar,
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.c478 PHP_FALIAS(commit, mysqli_commit, arginfo_mysqli_no_params)

Completed in 42 milliseconds

123