Searched refs:branches (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 25 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 D | phpdbg_btree.h | 33 phpdbg_btree_branch *branches[2]; member
|
/PHP-7.1/ |
H A D | README.GIT-RULES | 44 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.yml | 5 branches:
|
H A D | README.RELEASE_PROCESS | 42 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 D | README.SUBMITTING_PATCH | 136 development branches and on "master". New PHP features only need to
|
H A D | CODING_STANDARDS | 286 In general new features should go to PECL or experimental branches until
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | HACKING | 409 next alternative OP_ALT or, if there aren't any branches, to the matching
|
H A D | ChangeLog | 358 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.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1422 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.1/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 546 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 D | testinput2 | 284 /The next three are in testinput2 because they have variable length branches/
|
Completed in 65 milliseconds