Home
last modified time | relevance | path

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

/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_btree.c23 branch = branch->branches[!!(n)];
50 if (branch->branches[1]) { in phpdbg_btree_find()
56 if (branch->branches[0]) { in phpdbg_btree_find()
78 if (branch->branches[0]) { in phpdbg_btree_find_closest()
98 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
104 if (branch->branches[1]) { in phpdbg_btree_find_closest()
105 if (branch->branches[0]) { in phpdbg_btree_find_closest()
112 CHOOSE_BRANCH(branch->branches[1]); in phpdbg_btree_find_closest()
187 if (branch->branches[0] && branch->branches[1]) { in phpdbg_btree_delete()
192 branch = branch->branches[(idx >> i) % 2]; in phpdbg_btree_delete()
[all …]
H A Dphpdbg_btree.h31 phpdbg_btree_branch *branches[2]; member
/PHP-8.4/.github/
H A Dnightly_matrix.php38 function get_matrix_include(array $branches) { argument
40 foreach ($branches as $branch) {
76 function get_windows_matrix_include(array $branches) { argument
78 foreach ($branches as $branch) {
95 function get_macos_matrix_include(array $branches) { argument
97 foreach ($branches as $branch) {
124 function get_alpine_matrix_include(array $branches) { argument
126 foreach ($branches as $branch) {
162 $branches = $branch === 'master' variable
165 $matrix_include = get_matrix_include($branches);
[all …]
/PHP-8.4/.github/workflows/
H A Ddocs.yml4 branches:
H A Dnightly.yml14 branches: ${{ steps.set-matrix.outputs.branches }}
23 # including all branches. This is required to find
45 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
104 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
215 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
294 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
417 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
423 # These branches don't include type verification
605 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
702 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
[all …]
H A Dpush.yml14 branches:
31 branches:
/PHP-8.4/
H A DCONTRIBUTING.md36 supported branch of PHP that the bug affects (only green branches on
45 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
349 Currently, we have the following branches in use:
370 | PHP-X.Y.Z | These branches are used for the release managers for tagging the releases, hence they…
375 (i.e. 8.0) and then get merged up to all other branches. All security fixes
377 needed for later branches (i.e. fixes for features which were dropped from
378 later branches) an empty merge should be done.
H A DCODING_STANDARDS.md301 In general, new features should go to PECL or experimental branches until there
/PHP-8.4/docs/
H A Drelease-process.md120 > �� **Non-stable version branches: pre-GA** \
132 > From this point forward, all pre-GA release branches will be created from
133 > this version branch. Again, these release branches are local-only. Do not
140 > �� **Non-stable version branches: post-GA** \
270 > Version branches (e.g. `PHP-8.1`) will *always* have version numbers in
272 > Patch-level version branches (e.g. `PHP-8.1.7`) will also *always* have
292 > Local-only release branches should not be pushed!
478 the base branches and [merged upwards as usual][] (e.g. commit the CVE fix
1028 the `$branches` array in the `gpg_key_get_branches()` function to include

Completed in 25 milliseconds