Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 7204) sorted by path

12345678910>>...289

/php-src/
H A D.gdbinit636 printf "looking ref %p in roots\n", $arg0
653 lookup a refcounted in root
H A D.gitattributes16 # Configure proper diff drivers to improve the context lines in the output
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
92 config.h.in
95 /main/php_config.h.in
H A DCODING_STANDARDS.md3 This file lists standards that any programmer adding or changing code in
5 features are going in that general direction. Many sections have been
10 1. Document your code in source files and the manual. (tm)
12 1. PHP is implemented in C99. The optional fixed-width integers from
44 calculated with `strlen()`. Write your functions in such a way so that
45 they'll take advantage of the length property, both for efficiency and in
54 1. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
61 code was commented out, especially in bundled libraries.
72 in debug mode.
88 1. Function names for user-level functions should be enclosed with in the
[all …]
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
72 Feature requests are generally submitted in the form of
81 can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
157 several parts where maintenance is happening upstream in their respective
182 ├─ libbcmath/ # Forked and maintained in php-src
206 ├─ libmbfl/ # Forked and maintained in php-src
261 If you are fixing broken functionality in a [PECL](https://pecl.php.net)
291 correctly in a thread-safe PHP.
343 fighting publicly - take it up in private email.
354 Currently, we have the following branches in use:
[all …]
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in
23 may "PHP" appear in their name, without prior written permission
24 from group@php.net. You may indicate that your software works in
H A DNEWS18 . Implement GH-13609 (Dump wrapped object in WeakReference class). (nielsdos)
41 . Implemented "Improve callbacks in ext/dom and ext/xsl" RFC. (nielsdos)
43 . Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
85 - ValueError if the integer index does not fit in a signed 32 bit integer
109 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
113 . Fixed bug GH-13834 (Applying non-zero offset 36 to null pointer in
119 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
138 more in line with platforms limits. (David Carlier)
221 . Add support for clark notation for namespaces in class map. (lxShaDoWxl)
246 . Cast large floats that are within int range to int in number_format so
[all …]
H A DREADME.REDIST.BINS35 testdata directory is not copyrighted and is in the public domain.
38 included in the distribution is a just-in-time compiler that can be used to
163 Written by Solar Designer <solar at openwall.com> in 1998-2011.
188 included in the crypt_blowfish tarball.
290 in the software and related documentation as defined in the Federal
298 terms specified in this license.
316 in a product, an acknowledgment in the product documentation would be
376 Sponsored in part by the Defense Advanced Research Projects
491 G. Lane. This software is based in part on the work of the
518 the library. Credit must be given in user-accessible
[all …]
H A DREADME.md14 blog to the most popular websites in the world. PHP is distributed under the
77 It is possible to run tests using multiple cores by setting `-jN` in
100 essential bundled extensions. Additional extensions can be found in the PHP
105 The PHP source code is located in the Git repository at
117 Bug fixes don't require an RFC. If the bug has a GitHub issue, reference it in
118 the commit message using `GH-NNNNNN`. Use `#NNNNNN` for tickets in the old
129 See further documents in the repository for more information on how to
/php-src/.github/
H A DCODEOWNERS5 # the problem area and could aid in deciding whether a pull request is ready
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml16 Resulted in this output:
H A Dfeature_request.yml8 description: "Please describe the requested feature and why it should be included in PHP."
/php-src/.github/actions/apt-x64/
H A Daction.yml11 # Install sudo in Docker for consistent actions
/php-src/.github/actions/notify-slack/
H A Daction.yml10 …curl -X POST -H 'Content-type: application/json' --data '{"attachments": [{"text": "Job in *nightl…
/php-src/.github/scripts/windows/
H A Dbuild.bat29 for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
H A Dbuild_task.bat17 echo Updating dependencies in %DEPS_DIR%
H A Dfind-target-branch.bat3 for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
4 for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%B…
H A Dtest_task.bat126 for %%i in (ldap) do (
/php-src/.github/workflows/
H A Dclose-stale-feature-requests.yml27 …There has not been any recent activity in this feature request. It will automatically be closed in
H A Dclose-stale-prs.yml26 …e-pr-message: There has not been any recent activity in this PR. It will automatically be closed i…
H A Dnightly.yml328 # We only test with OpCache, the difference in coverage is negligible
417 for repository in $repositories; do
448 for repository in $repositories; do
482 # Buggy FFI test in Symfony, see https://github.com/symfony/symfony/issues/47668
486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
H A Dpush.yml40 cancel-in-progress: true
/php-src/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
H A Dthreads.m43 dnl Redistribution and use in source and binary forms, with or without
10 dnl 2. Redistributions in binary form must reproduce the above copyright
11 dnl notice, this list of conditions and the following disclaimer in
34 case $host_alias in
100 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
116 for lib in pthread pthreads c_r; do

Completed in 40 milliseconds

12345678910>>...289