Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/ext/sodium/
H A DREADME.md1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
/PHP-7.3/
H A DREADME.GIT-RULES28 confirmation from the release manager for the given branch.
47 master The active development branch.
61 PHP-5.5 This branch is closed.
63 PHP-5.4 This branch is closed.
65 PHP-5.3 This branch is closed.
67 PHP-5.2 This branch is closed.
69 PHP-5.1 This branch is closed.
71 PHP-4.4 This branch is closed.
78 1. All changes should first go to the lowest branch (i.e. 5.6) and then
H A DREADME.RELEASE_PROCESS19 The RM for the branch is also responsible for keeping the CI green on
20 ongoing basis between the releases. Check the CI status for your branch
66 4. Checkout the release branch for this release (e.g., PHP-5.4.2) from the main branch.
79 9. Tag the repository release branch with the version, e.g.:
86 Commit the changes to the main branch.
88 11. Push the changes to the main repo, the tag, the main branch and the release branch :
90 ``git push origin {main branch}``
91 ``git push origin {release branch}``
332 Forking a new release branch
337 Try to be specific about when the branch will be cut.
[all …]
H A D.appveyor.yml1 version: "{branch}.build.{build}"
H A DCONTRIBUTING.md15 supported branch of PHP that the bug affects (only green branches on
18 PHP 7.1, which corresponds to the `PHP-7.1` branch in Git. Please also make sure you
26 If your pull request exhibits conflicts with the base branch, please resolve them
H A D.travis.yml30 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
H A DREADME.md7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
H A DNEWS861 . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
/PHP-7.3/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.3/ext/opcache/tests/
H A Dbug78341.phpt2 Bug #78341: Failure to detect smart branch in DFA pass
/PHP-7.3/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.3/win32/build/
H A Dmkdist.php275 $branch = "HEAD"; // TODO - determine this from SVN branche name variable
283 Branch: $branch
/PHP-7.3/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.3/ext/mbstring/oniguruma/
H A DREADME.md1 [![Build Status](https://travis-ci.org/kkos/oniguruma.svg?branch=master)](https://travis-ci.org/kko…
H A DHISTORY1413 2004/03/16: [memo] 2.X branch for 8-bit encodings only.
/PHP-7.3/ext/opcache/
H A DREADME14 and PHP-5.5 development branch. PHP 5.2 support may be removed in the future.
/PHP-7.3/ext/imap/
H A Dphp_imap.c4801 if(cur->branch) { in build_thread_tree_helper()
4804 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic22326 # we branch into the proper key size
H A Dmagic私はガラスを食べられます22326 # we branch into the proper key size

Completed in 324 milliseconds