/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 25 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 D | phpdbg_btree.h | 41 phpdbg_btree_branch *branch; member 69 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);
|
H A D | README.md | 8 [![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.…
|
/PHP-7.2/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-7.2/ext/sodium/ |
H A D | README.md | 1 …//travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodiu…
|
/PHP-7.2/ |
H A D | README.GIT-RULES | 28 confirmation from the release manager for the given branch. 47 master The active development branch. 58 PHP-5.5 This branch is closed. 60 PHP-5.4 This branch is closed. 62 PHP-5.3 This branch is closed. 64 PHP-5.2 This branch is closed. 66 PHP-5.1 This branch is closed. 68 PHP-4.4 This branch is closed. 75 1. All changes should first go to the lowest branch (i.e. 5.6) and then
|
H A D | README.RELEASE_PROCESS | 19 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 40 - Create an directory for the extension incl. branch and tag structure, 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.: 83 in the *main* branch (PHP-5.4 for example) to prepare for the **next** version. 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}`` [all …]
|
H A D | .appveyor.yml | 1 version: "{branch}.build.{build}"
|
H A D | CONTRIBUTING.md | 15 supported branch of PHP that the bug affects (only green branches on 18 PHP 7.0, which corresponds to the `PHP-7.0` 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.yml | 29 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
|
H A D | README.md | 7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
|
/PHP-7.2/appveyor/ |
H A D | build.bat | 23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1 32 echo Checkout SDK repository branch
|
H A D | build_task.bat | 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 %…
|
/PHP-7.2/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-7.2/win32/build/ |
H A D | mkdist.php | 281 $branch = "HEAD"; // TODO - determine this from SVN branche name variable 289 Branch: $branch
|
/PHP-7.2/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…
|
/PHP-7.2/ext/opcache/ |
H A D | README | 14 and PHP-5.5 development branch. PHP 5.2 support may be removed in the future.
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 281 branch and must therefore be treated as potentially matching an empty 1007 case when an overflowing capture is in a branch that is subsequently 1572 /A(*MARK:A)A+(*SKIP:B)Z|AAC/ this meant that the AAC branch was never 1849 successfully matched, but the branch in which it appeared failed, the 2021 to it in the current branch. For example, in ((a|b)(*THEN)(*F)|c..) it 2294 item in branch that calls a recursion is a subroutine call - as in the 2316 the pattern is reset in the first branch, pcre_compile() failed with 2669 19. A conditional group that had only one branch was not being correctly 3680 20. Extended pcre_study() to be more clever in cases where a branch of a 5041 subpattern starts with (?(R) the "true" branch is used if recursion has [all …]
|
H A D | HACKING | 423 subpattern entirely is a valid branch. In the case of the first two, not
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1419 previous branch point in the tree, and tries the next alternative 1420 branch at that level. This often involves backing up (moving to the 2470 54 DEFINE group contains more than one branch 2765 branch starts with "^", or 2767 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not 2798 branch starts with "^", or 2800 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not 4674 strings, each alternative branch of a lookbehind assertion can match a 4927 | start of alternative branch 6112 # before ---------------branch-reset----------- after [all …]
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 4718 if(cur->branch) { in build_thread_tree_helper() 4721 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1218 2004/03/16: [memo] 2.X branch for 8-bit encodings only.
|
/PHP-7.2/win32/ |
H A D | install.txt | 416 Option Pack branch or the Control Panel=>Administrative Tools under
|
/PHP-7.2/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 7894 Failed: DEFINE group contains more than one branch at offset 22
|