/php-src/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 23 branch = branch->branches[!!(n)]; 41 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find() local 68 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find_closest() local 88 branch = tree->branch; in phpdbg_btree_find_closest() 146 phpdbg_btree_branch **branch = &tree->branch; in phpdbg_btree_insert_or_update() local 152 branch = &(*branch)->branches[(idx >> i) % 2]; in phpdbg_btree_insert_or_update() 164 branch = &(*branch)->branches[(idx >> i) % 2]; in phpdbg_btree_insert_or_update() 181 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_delete() local 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 D | phpdbg_btree.h | 39 phpdbg_btree_branch *branch; member 67 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);
|
/php-src/.github/workflows/ |
H A D | root.yml | 25 path: branch-commit-cache.json 41 name: ${{ matrix.branch.ref }} 47 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }} 50 branch: ${{ matrix.branch.ref }} 51 …nity_verify_type_inference: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) |… 52 …libmysqlclient_with_mysqli: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }} 53 …run_alpine: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.… 54 …run_macos_arm64: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.br… 55 …ubuntu_version: ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 3) || matrix.br… 56 …windows_version: ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.b…
|
H A D | nightly.yml | 8 branch: 42 ref: ${{ inputs.branch }} 152 ref: ${{ inputs.branch }} 242 ref: ${{ inputs.branch }} 311 ref: ${{ inputs.branch }} 358 if: inputs.branch == 'master' 387 ref: ${{ inputs.branch }} 441 ref: ${{ inputs.branch }} 635 ref: ${{ inputs.branch }} 703 ref: ${{ inputs.branch }} [all …]
|
/php-src/tests/lang/ |
H A D | 020.phpt | 11 echo "In branch 1\n"; 47 In branch 1 50 In branch 1 53 In branch 1 56 In branch 1 59 In branch 1 62 In branch 1 65 In branch 1 68 In branch 1 71 In branch 1 [all …]
|
H A D | 021.phpt | 12 echo "In branch 0\n"; 15 echo "In branch 1\n"; 18 echo "In branch 2\n"; 21 echo "In branch 3\n"; 24 echo "In branch 4\n"; 35 In branch 0 37 In branch 1 39 In branch 2 41 In branch 3
|
/php-src/.github/ |
H A D | nightly_matrix.php | 23 foreach (BRANCHES as $branch) { 24 $previous_commit_hash = $branch_commit_map[$branch['ref']] ?? null; 25 $current_commit_hash = trim(shell_exec('git rev-parse origin/' . $branch['ref'])); 28 $changed_branches[] = $branch; 31 $branch_commit_map[$branch['ref']] = $current_commit_hash; 58 $branch = $argv[3] ?? 'master'; variable 59 $branches = $branch === 'master' 61 : [['ref' => $branch, 'version' => get_current_version()]];
|
H A D | CODEOWNERS | 9 # earliest supported PHP branch (PHP-X.Y) and not only to the master branch. 10 # GitHub reads the CODEOWNERS file from the pull request's targeted branch.
|
/php-src/ext/sodium/ |
H A D | README.md | 1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
|
/php-src/.github/scripts/windows/ |
H A D | build_task.bat | 13 call %~dp0find-target-branch.bat 18 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%… 24 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
|
H A D | build.bat | 26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1 35 echo Checkout SDK repository branch
|
H A D | test_task.bat | 10 call %~dp0find-target-branch.bat
|
/php-src/docs/ |
H A D | release-process.md | 118 3. Check out the *release branch* for this release from the *version branch*. 122 > main branch as the version branch. You will create a local-only release 123 > branch from the main branch. Do not push it! 131 > "[Forking a new version branch](#forking-a-new-version-branch)" below. 144 > version branch from the `PHP-8.2` version branch. 498 version branch*. 868 version branch. This frees up the main branch (i.e., `master`) for any new 872 branch is about to be created. Be specific about when the branch creation 878 3. Add a commit on the main branch (i.e., `master`) after the branch point. 892 4. Push the new version branch and the changes to the `master` branch, with an [all …]
|
/php-src/ext/opcache/tests/ |
H A D | bug78341.phpt | 2 Bug #78341: Failure to detect smart branch in DFA pass
|
/php-src/Zend/tests/ |
H A D | coalesce_assign_optimization.phpt | 2 Live range construction should not break if coalesce assign branch is optimized away
|
/php-src/ext/opcache/tests/jit/ |
H A D | jmpz_002.phpt | 2 JIT JMPZ: Separate JMPZ for "smart branch" may be only emitted by function JIT
|
H A D | jmpz_001.phpt | 2 JIT JMPZ: JMPZ may require code for "smart branch" and at the same time be a target of another JMP.
|
/php-src/benchmark/ |
H A D | benchmark.php | 27 if (false !== $branch = getenv('GITHUB_REF_NAME')) { 28 $data['branch'] = $branch;
|
/php-src/scripts/dev/ |
H A D | makedist | 52 or branch: 64 Create snapshot of the master branch: 67 Create snapshot of the PHP-7.4 branch:
|
/php-src/ |
H A D | CONTRIBUTING.md | 358 | PHP-8.0 | This branch is closed. | 359 | PHP-7.4 | This branch is closed. | 360 | PHP-7.3 | This branch is closed. | 361 | PHP-7.2 | This branch is closed. | 362 | PHP-7.1 | This branch is closed. | 363 | PHP-7.0 | This branch is closed. | 364 | PHP-5.6 | This branch is closed. | 365 | PHP-5.5 | This branch is closed. | 366 | PHP-5.4 | This branch is closed. | 367 | PHP-5.3 | This branch is closed. | [all …]
|
H A D | .gitignore | 286 /branch-commit-cache.json
|
/php-src/Zend/tests/traits/bugs/ |
H A D | abstract-methods06.phpt | 2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
|
/php-src/Zend/tests/type_declarations/iterable/ |
H A D | or_null.phpt | 6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
|
/php-src/win32/build/ |
H A D | mkdist.php | 274 $branch = "HEAD"; // TODO - determine this from GitHub branch name variable 282 Branch: $branch
|
/php-src/Zend/tests/typehints/ |
H A D | or_null.phpt | 6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
|