Home
last modified time | relevance | path

Searched refs:COMMIT (Results 1 – 20 of 20) sorted by relevance

/PHP-5.5/ext/phar/tests/
H A Dphar_begin_setstub_commit.phpt27 echo "===COMMIT===\n";
47 ===COMMIT===
H A Dphar_begin_setstub_commitU.phpt27 echo "===COMMIT===\n";
47 ===COMMIT===
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_begin_setstub_commitU.phpt27 echo "===COMMIT===\n";
48 ===COMMIT===
H A Dphar_begin_setstub_commit.phpt27 echo "===COMMIT===\n";
48 ===COMMIT===
/PHP-5.5/ext/pgsql/tests/
H A D16pg_result_status.phpt19 COMMIT
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt27 echo "===COMMIT===\n";
61 ===COMMIT===
H A Dphar_begin_setstub_commit.phpt27 echo "===COMMIT===\n";
61 ===COMMIT===
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14704 /A(*COMMIT)(B|D)/
4775 /(\w+)b(*COMMIT)\w{2}/
5063 /(?<=(a(*COMMIT)b))c/
5360 /aaaaa(*COMMIT)b|a+c/
5418 /(a(*COMMIT)b)c|abd/
5426 /(?>a(*COMMIT)b)c|abd/
5438 /a(?>b(*COMMIT)c)d|abd/
5444 /(?>a(*COMMIT)b)c|abd/
5447 /(?>a(*COMMIT)c)d|abd/
5543 /(?!b(*COMMIT)a)bn|bnn/
[all …]
H A Dtestoutput17857 /A(*COMMIT)(B|D)/
7955 /(\w+)b(*COMMIT)\w{2}/
8408 /(?<=(a(*COMMIT)b))c/
8866 /aaaaa(*COMMIT)b|a+c/
8940 /(a(*COMMIT)b)c|abd/
8953 /(?>a(*COMMIT)b)c|abd/
8971 /a(?>b(*COMMIT)c)d|abd/
8979 /(?>a(*COMMIT)b)c|abd/
8983 /(?>a(*COMMIT)c)d|abd/
9114 /(?!b(*COMMIT)a)bn|bnn/
[all …]
H A Dtestinput22234 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
2245 /a+b?(*COMMIT)c+(*FAIL)/C
2955 hitting (*COMMIT). --/
2957 /(?1)(A(*COMMIT)|B)D/
3016 /A(*COMMIT)B/+K
3035 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
3039 /(*COMMIT)ABC/
3778 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
3784 /(?!a(*COMMIT)b)ac|ad/
H A Dtestoutput28673 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
8683 *COMMIT
8759 /a+b?(*COMMIT)c+(*FAIL)/C
8764 +4 ^ ^ (*COMMIT)
10442 hitting (*COMMIT). --/
10444 /(?1)(A(*COMMIT)|B)D/
10660 /A(*COMMIT)B/+K
10684 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
10688 /(*COMMIT)ABC/
12627 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_rollback.phpt43 printf("[002] ROLLBACK should have no effect because of the implicit COMMIT
H A Dpdo_mysql_attr_autocommit.phpt82 $db->query('COMMIT');
/PHP-5.5/ext/interbase/
H A Dinterbase.c41 #define COMMIT 1 macro
1354 case COMMIT: in _php_ibase_trans_end()
1360 case (COMMIT | RETAIN): in _php_ibase_trans_end()
1382 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, COMMIT); in PHP_FUNCTION()
1398 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, COMMIT | RETAIN); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt121 if (!mysqli_query($link, 'COMMIT'))
H A Dmysqli_autocommit_oo.phpt111 if (!$mysqli->query('COMMIT'))
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3377 (*COMMIT)ABC
4628 A(*COMMIT)B(*PRUNE)C a failure in B triggers (*COMMIT), but a failure
7425 (*COMMIT)
7435 a+(*COMMIT)b
7451 re> /(*COMMIT)abc/
7479 (*COMMIT).
7589 (A(*COMMIT)B(*THEN)C|ABD)
7598 ...(*COMMIT)(*PRUNE)...
7602 a backtrack onto (*COMMIT).
7609 /(a(*COMMIT)b)+ac/
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog866 24. In 8.31, (*COMMIT) was confined to within a recursive subpattern. Perl also
884 (1) Previously, in something like (*COMMIT)(*SKIP), COMMIT would override
1158 13. As documented, (*COMMIT) is now confined to within a recursive subpattern
1161 14. As documented, (*COMMIT) is now confined to within a positive assertion.
1166 16. (*COMMIT) control verb is now supported by the JIT compiler.
1346 rejected were: (*ACCEPT), (*COMMIT), (*FAIL), (*MARK), (*PRUNE), (*SKIP),
1841 2. (*COMMIT) was not overriding (*THEN), as it does in Perl. In a pattern
1842 such as (A(*COMMIT)B(*THEN)C|D) any failure after matching A should
1843 result in overall failure. Similarly, (*COMMIT) now overrides (*PRUNE) and
2137 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
[all …]
H A DNEWS155 (*COMMIT) verbs.
/PHP-5.5/
H A DNEWS2113 all options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
2124 options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT

Completed in 236 milliseconds