Searched refs:branch (Results 1 – 22 of 22) sorted by relevance
25 branch = branch->branches[!!(n)];43 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find() local70 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find_closest() local90 branch = tree->branch; in phpdbg_btree_find_closest()148 phpdbg_btree_branch **branch = &tree->branch; in phpdbg_btree_insert_or_update() local154 branch = &(*branch)->branches[(idx >> i) % 2]; in phpdbg_btree_insert_or_update()166 branch = &(*branch)->branches[(idx >> i) % 2]; in phpdbg_btree_insert_or_update()183 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_delete() local189 if (branch->branches[0] && branch->branches[1]) { in phpdbg_btree_delete()194 branch = branch->branches[(idx >> i) % 2]; in phpdbg_btree_delete()[all …]
41 phpdbg_btree_branch *branch; member69 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);
11 echo "In branch 1\n";47 In branch 150 In branch 153 In branch 156 In branch 159 In branch 162 In branch 165 In branch 168 In branch 171 In branch 1[all …]
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 037 In branch 139 In branch 241 In branch 3
1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
19 The RM for the branch is also responsible for keeping the CI green on89 branch.107 8. If all is right, commit the changes to the release branch:113 9. Tag the repository release branch with the version, e.g.:124 changes to the main branch.132 git push origin {main branch}133 git push origin {release branch}375 ## Forking a new release branch391 Also list the new branch in `CONTRIBUTING.md`.397 Push the new branch and the commit just added to master.[all …]
23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&132 echo Checkout SDK repository branch
38 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
2 Bug #78341: Failure to detect smart branch in DFA pass
35 or branch:47 Create snapshot of the master branch:50 Create snapshot of the PHP-7.4 branch:
2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
35 supported branch of PHP that the bug affects (only green branches on312 confirmation from the release manager for the given branch.337 | PHP-7.1 | This branch is closed. |338 | PHP-7.0 | This branch is closed. |339 | PHP-5.6 | This branch is closed. |340 | PHP-5.5 | This branch is closed. |341 | PHP-5.4 | This branch is closed. |342 | PHP-5.3 | This branch is closed. |343 | PHP-5.2 | This branch is closed. |344 | PHP-5.1 | This branch is closed. |[all …]
1 version: "{branch}.build.{build}"
48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
17 [![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/ph…
1550 . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)1945 . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
51 git clone https://github.com/laravel/framework.git --branch=8.x --depth=177 git clone https://github.com/amphp/amp.git --branch=master --depth=1
274 $branch = "HEAD"; // TODO - determine this from SVN branche name variable282 Branch: $branch
6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
4820 if(cur->branch) { in build_thread_tree_helper()4823 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
24026 # we branch into the proper key size
Completed in 144 milliseconds