Home
last modified time | relevance | path

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

/PHP-8.1/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.1/.github/
H A Dnightly_matrix.php9 function get_branch_matrix(array $branches) { argument
16 }, $branches);
45 function get_matrix_include(array $branches) { argument
47 foreach ($branches as $branch) {
81 function get_windows_matrix_include(array $branches) { argument
83 foreach ($branches as $branch) {
107 $branches = get_branches(); variable
108 $matrix_include = get_matrix_include($branches);
109 $windows_matrix_include = get_windows_matrix_include($branches);
111 echo '::set-output name=branches::' . json_encode($branches, JSON_UNESCAPED_SLASHES) . "\n";
/PHP-8.1/.github/workflows/
H A Dnightly.yml12 branches: ${{ steps.set-matrix.outputs.branches }}
19 # including all branches. This is required to find
41 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
45 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
119 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
194 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
295 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
415 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
491 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
588 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
[all …]
H A Dpush.yml16 branches:
34 branches:
/PHP-8.1/
H A DCONTRIBUTING.md35 supported branch of PHP that the bug affects (only green branches on
43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
327 Currently we have the following branches in use:
345 | PHP-X.Y.Z | These branches are used for the release managers for tagging the releases, hence they…
350 (i.e. 7.3) and then get merged up to all other branches. All security fixes
352 needed for later branches (i.e. fixes for features which were dropped from
353 later branches) an empty merge should be done.
H A DCODING_STANDARDS.md286 In general, new features should go to PECL or experimental branches until there
/PHP-8.1/docs/
H A Drelease-process.md109 Non stable release branches don't need to be pushed
197 the base branches and merged upwards as usual (e.g. commit the CVE fix to
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc1216 || // Combine the following two branches.

Completed in 47 milliseconds