Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 789) sorted by path

12345678910>>...32

/php-src/.github/
H A DCODEOWNERS2 # or interested parties over a particular area of the php-src source code.
9 …ories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml10 The following code:
/php-src/.github/actions/brew/
H A Daction.yml11 code=" keg.link\(verbose: verbose\?"
12 sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
/php-src/.github/actions/verify-generated-files/
H A Daction.yml15 git add . -N && git diff --exit-code
/php-src/
H A DCODING_STANDARDS.md3 This file lists standards that any programmer adding or changing code in
4 PHP should follow. The code base does not yet fully follow it, but new
10 1. Document your code in source files and the manual. (tm)
31 cache and the bison code for minimum memory copying overhead.
58 1. When commenting out code using a `#if` statement, do NOT use `0` only.
61 code was commented out, especially in bundled libraries.
238 style he or she is not used to, but, at the very least, when you write code
273 code is taking place.
307 code can be reasonably be kept as part of the codebase. See the `README` in the
H A DCONTRIBUTING.md9 PHP or PECL code, tests or documentation. Once you've followed this guide and
21 * [PHP source code directory structure](#php-source-code-directory-structure)
58 and build PHP source code. We recommend to look at our
81 can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
93 provide a good starting point for learning about the fundamentals of the code
154 ## PHP source code directory structure
156 PHP source code also includes several files generated during development and
340 of the code you want to contribute to.
351 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
434 New source code files should include the following header block:
H A DEXTENSIONS10 role as you write your new code].
11 Obsolete: Old code. Something tagged obsolete generally means
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
H A DREADME.REDIST.BINS131 1. Redistributions of source code must retain the above copyright
180 you place this code and any modifications you make under a license
196 hadn't seen his code).
229 1. Redistributions of source code must retain the above copyright
325 Portions of this code are based on Berkeley's uuencode/uudecode
334 1. Redistributions of source code must retain the above copyright
387 1. Redistributions of source code must retain the above copyright
430 This code is based on, and used with the permission of, the
444 1. Redistributions of source code must retain the above copyright
524 particular purpose, with respect to this code and accompanying
[all …]
H A DREADME.md37 ### Building PHP source code
72 ## Testing PHP source code
105 The PHP source code is located in the Git repository at
H A DUPGRADING141 is a child class of RuntimeException, code that uses RuntimeException
/php-src/TSRM/
H A DLICENSE8 - Redistributions of source code must retain the above copyright notice,
H A Dthreads.m47 dnl 1. Redistributions of source code must retain the above copyright
/php-src/Zend/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
26 Once covered code has been published under a particular version
29 code under the terms of any subsequent version of the license
32 to covered code created under this License.
H A DREADME.md36 raw PHP code execution (with specialized executor and direct threading execution
55 Specializer will generate code only for defined combination of types. You can
58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the
62 You can see the conformity of new macros to old code in the following list:
122 The executors code is generated by the PHP script `zend_vm_gen.php`. It uses
126 code itself. It is included from `zend_execute.c`.
/php-src/Zend/asm/
H A DLICENSE14 works are solely in the form of machine-executable object code generated by
H A Djump_i386_ms_pe_masm.asm25 .code
H A Djump_x86_64_ms_pe_masm.asm85 .code
H A Dmake_arm64_aapcs_elf_gas.S78 # exit code is zero
H A Dmake_arm64_aapcs_macho_gas.S78 ; exit code is zero
H A Dmake_arm64_aapcs_pe_armasm.asm102 ; exit code is zero
H A Dmake_arm_aapcs_elf_gas.S74 @ exit code is zero
H A Dmake_arm_aapcs_macho_gas.S68 @ exit code is zero
H A Dmake_i386_ms_pe_masm.asm27 .code
133 ; exit code is zero
H A Dmake_loongarch64_sysv_elf_gas.S65 # exit code is zero

Completed in 44 milliseconds

12345678910>>...32