Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.c25 branch = branch->branches[!!(n)];
43 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find() local
70 phpdbg_btree_branch *branch = tree->branch; in phpdbg_btree_find_closest() local
90 branch = tree->branch; in phpdbg_btree_find_closest()
148 phpdbg_btree_branch **branch = &tree->branch; in phpdbg_btree_insert_or_update() local
154 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() local
189 if (branch->branches[0] && branch->branches[1]) { in phpdbg_btree_delete()
194 branch = branch->branches[(idx >> i) % 2]; in phpdbg_btree_delete()
[all …]
H A Dphpdbg_btree.h41 phpdbg_btree_branch *branch; member
69 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);
/PHP-7.4/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-7.4/ext/sodium/
H A DREADME.md1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
/PHP-7.4/docs/
H A Drelease-process.md19 The RM for the branch is also responsible for keeping the CI green on
89 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 branch
391 Also list the new branch in `CONTRIBUTING.md`.
397 Push the new branch and the commit just added to master.
[all …]
/PHP-7.4/appveyor/
H A Dbuild.bat23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
32 echo Checkout SDK repository branch
H A Dbuild_task.bat38 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 %…
/PHP-7.4/ext/opcache/tests/
H A Dbug78341.phpt2 Bug #78341: Failure to detect smart branch in DFA pass
/PHP-7.4/scripts/dev/
H A Dmakedist35 or branch:
47 Create snapshot of the master branch:
50 Create snapshot of the PHP-7.4 branch:
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
/PHP-7.4/
H A DCONTRIBUTING.md35 supported branch of PHP that the bug affects (only green branches on
312 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 …]
H A D.appveyor.yml1 version: "{branch}.build.{build}"
H A D.travis.yml48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
H A DREADME.md17 [![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/ph…
H A DNEWS1550 . 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)
/PHP-7.4/azure/
H A Dcommunity_job.yml51 git clone https://github.com/laravel/framework.git --branch=8.x --depth=1
77 git clone https://github.com/amphp/amp.git --branch=master --depth=1
/PHP-7.4/win32/build/
H A Dmkdist.php274 $branch = "HEAD"; // TODO - determine this from SVN branche name variable
282 Branch: $branch
/PHP-7.4/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-7.4/ext/imap/
H A Dphp_imap.c4820 if(cur->branch) { in build_thread_tree_helper()
4823 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24026 # we branch into the proper key size
H A Dmagic24026 # we branch into the proper key size

Completed in 170 milliseconds