Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_btree.c23 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 Dphpdbg_btree.h39 phpdbg_btree_branch *branch; member
67 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);
/PHP-8.1/.github/
H A Dnightly_matrix.php10 $result = array_map(function ($branch) {
14 'ref' => $branch,
29 foreach (BRANCHES as $branch) {
34 $changed_branches[] = $branch;
47 foreach ($branches as $branch) {
50 'branch' => $branch,
60 'branch' => $branch,
69 'branch' => $branch,
83 foreach ($branches as $branch) {
85 'branch' => $branch,
[all …]
/PHP-8.1/tests/lang/
H A D020.phpt11 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 D021.phpt12 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-8.1/.github/workflows/
H A Dnightly.yml25 path: branch-commit-cache.json
59 ref: ${{ matrix.branch.ref }}
146 ref: ${{ matrix.branch.ref }}
207 ref: ${{ matrix.branch.ref }}
310 ref: ${{ matrix.branch.ref }}
337 if: matrix.branch.ref != 'PHP-8.0'
351 if: matrix.branch.ref != 'PHP-8.0'
426 ref: ${{ matrix.branch.ref }}
502 ref: ${{ matrix.branch.ref }}
601 ref: ${{ matrix.branch.ref }}
[all …]
/PHP-8.1/ext/sodium/
H A DREADME.md1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
/PHP-8.1/.github/scripts/windows/
H A Dbuild_task.bat13 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 Dbuild.bat28 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
37 echo Checkout SDK repository branch
H A Dtest_task.bat12 call %~dp0find-target-branch.bat
/PHP-8.1/docs/
H A Drelease-process.md69 branch.
94 8. Tag the repository release branch with the version, e.g.:
105 changes to the main branch.
110 (a local temporary branch should be used).
114 git push origin {main branch}
115 git push origin {release branch}
366 ## Forking a new release branch
369 branch is about to be cut. Try to be specific about when the branch will
382 Also list the new branch in `CONTRIBUTING.md`.
398 the new branch. Example:
[all …]
/PHP-8.1/ext/opcache/tests/
H A Dbug78341.phpt2 Bug #78341: Failure to detect smart branch in DFA pass
/PHP-8.1/Zend/tests/
H A Dcoalesce_assign_optimization.phpt2 Live range construction should not break if colesce assign branch is optimized away
/PHP-8.1/ext/opcache/tests/jit/
H A Djmpz_002.phpt2 JIT JMPZ: Separate JMPZ for "smart branch" may be only emitted by function JIT
H A Djmpz_001.phpt2 JIT JMPZ: JMPZ may require code for "smart branch" and at the same time be a target of another JMP.
/PHP-8.1/scripts/dev/
H A Dmakedist44 or branch:
56 Create snapshot of the master branch:
59 Create snapshot of the PHP-7.4 branch:
/PHP-8.1/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
/PHP-8.1/
H A DCONTRIBUTING.md35 supported branch of PHP that the bug affects (only green branches on
310 confirmation from the release manager for the given branch.
336 | PHP-7.1 | This branch is closed. |
337 | PHP-7.0 | This branch is closed. |
338 | PHP-5.6 | This branch is closed. |
339 | PHP-5.5 | This branch is closed. |
340 | PHP-5.4 | This branch is closed. |
341 | PHP-5.3 | This branch is closed. |
342 | PHP-5.2 | This branch is closed. |
343 | PHP-5.1 | This branch is closed. |
[all …]
H A D.travis.yml48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
H A DREADME.md17 [![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/php/ph…
H A D.gitignore283 /branch-commit-cache.json
H A DNEWS556 . Fixed bug GH-11134 (Incorrect match default branch optimization). (ilutov)
/PHP-8.1/win32/build/
H A Dmkdist.php274 $branch = "HEAD"; // TODO - determine this from SVN branche name variable
282 Branch: $branch
/PHP-8.1/Zend/tests/typehints/
H A Dor_null.phpt6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
/PHP-8.1/ext/imap/
H A Dphp_imap.c4296 if(cur->branch) { in build_thread_tree_helper()
4299 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()

Completed in 84 milliseconds

12