Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.c25 branch = branch->branches[!!(n)];
49 if (branch->branches[1]) { in phpdbg_btree_find()
55 if (branch->branches[0]) { in phpdbg_btree_find()
77 if (branch->branches[0]) { in phpdbg_btree_find_closest()
97 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
103 if (branch->branches[1]) { in phpdbg_btree_find_closest()
104 if (branch->branches[0]) { in phpdbg_btree_find_closest()
111 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
186 if (branch->branches[0] && branch->branches[1]) { in phpdbg_btree_delete()
191 branch = branch->branches[(idx >> i) % 2]; in phpdbg_btree_delete()
[all …]
H A Dphpdbg_btree.h33 phpdbg_btree_branch *branches[2]; member
/PHP-7.0/
H A DREADME.GIT-RULES44 Currently we have the following branches in use::
65 PHP-X.Y.Z These branches are used for the release managers for tagging
71 get merged up to all other branches. If a change is not needed for
72 later branches (i.e. fixes for features which where dropped from later
73 branches) an empty merge should be done.
H A D.appveyor.yml6 branches:
H A DREADME.RELEASE_PROCESS42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
158 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.0/ext/pcre/pcrelib/
H A DHACKING409 next alternative OP_ALT or, if there aren't any branches, to the matching
H A DChangeLog358 3. Tidy code in pcre_exec.c where two branches that used to be different are
1643 the possibility of (*THEN) occurring in these branches, tail recursion is
1715 had alternative anchored branches, the search for a second match in a line
3767 pcre_study() and all its branches started with \s, PCRE still included VT
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1422 branches are tried is controlled by the greedy or ungreedy nature of
2443 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
6017 do carry on into subsequent branches within the same subpattern. For
6089 match exactly the same set of strings. Because alternative branches are
6092 subsequent branches, so the above patterns match "SUNDAY" as well as
6692 This is an extension compared with Perl, which requires all branches to
6699 top-level branches:
7632 branches in the assertion. Backtracking into (*THEN) causes it to skip
/PHP-7.0/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 94 milliseconds