Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_btree.c25 branch = branch->branches[!!(n)];
52 if (branch->branches[1]) { in phpdbg_btree_find()
58 if (branch->branches[0]) { in phpdbg_btree_find()
80 if (branch->branches[0]) { in phpdbg_btree_find_closest()
100 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
106 if (branch->branches[1]) { in phpdbg_btree_find_closest()
107 if (branch->branches[0]) { in phpdbg_btree_find_closest()
114 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
189 if (branch->branches[0] && branch->branches[1]) { in phpdbg_btree_delete()
194 branch = branch->branches[(idx >> i) % 2]; in phpdbg_btree_delete()
[all …]
H A Dphpdbg_btree.h33 phpdbg_btree_branch *branches[2]; member
/PHP-7.2/
H A DREADME.GIT-RULES45 Currently we have the following branches in use::
70 PHP-X.Y.Z These branches are used for the release managers for tagging
76 get merged up to all other branches. If a change is not needed for
77 later branches (i.e. fixes for features which where dropped from later
78 branches) an empty merge should be done.
H A D.appveyor.yml5 branches:
H A DCONTRIBUTING.md15 supported branch of PHP that the bug affects (only green branches on
23 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as
H A DREADME.RELEASE_PROCESS42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
169 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
H A DREADME.SUBMITTING_PATCH136 development branches and on "master". New PHP features only need to
H A DCODING_STANDARDS286 In general new features should go to PECL or experimental branches until
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING409 next alternative OP_ALT or, if there aren't any branches, to the matching
H A DChangeLog544 3. Tidy code in pcre_exec.c where two branches that used to be different are
1829 the possibility of (*THEN) occurring in these branches, tail recursion is
1901 had alternative anchored branches, the search for a second match in a line
3953 pcre_study() and all its branches started with \s, PCRE still included VT
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1422 branches are tried is controlled by the greedy or ungreedy nature of
2442 27 conditional group contains more than two branches
5670 all branches start with ^ are not anchored in multiline mode, and a
5676 and end of the subject in both modes, and if all branches of a pattern
6013 do carry on into subsequent branches within the same subpattern. For
6085 match exactly the same set of strings. Because alternative branches are
6088 subsequent branches, so the above patterns match "SUNDAY" as well as
6696 This is an extension compared with Perl, which requires all branches to
6703 top-level branches:
7636 branches in the assertion. Backtracking into (*THEN) causes it to skip
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput2546 Failed: conditional group contains more than two branches at offset 13
549 Failed: conditional group contains more than two branches at offset 12
747 /The next three are in testinput2 because they have variable length branches/
H A Dtestinput2284 /The next three are in testinput2 because they have variable length branches/

Completed in 95 milliseconds