Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 518) sorted by path

12345678910>>...21

/php-src/
H A DCODING_STANDARDS.md282 To reduce the problems normally associated with the first public implementation
283 of a new set of functions, it has been suggested that the first implementation
H A DCONTRIBUTING.md65 If this is the first time you've filed a bug, we suggest reading the
345 5. If you don't know how to do something, ask first!
379 1. All non-security bugfix changes should first go to the lowest bugfix branch
H A DREADME.REDIST.BINS272 the new terms are clearly indicated on the first page of each file where
H A DUPGRADING149 of incorrectly stopping at the first NUL character. See GH-12592.
164 contain null bytes. This never actually worked correctly in the first place,
H A DUPGRADING.INTERNALS189 users should use the opportunity to verify that seeding is first
/php-src/Zend/Optimizer/
H A Dsccp.c2485 int i, first = 1; in sccp_optimize_op_array() local
2493 if (first) { in sccp_optimize_op_array()
2494 first = 0; in sccp_optimize_op_array()
H A Dzend_dump.c37 first = 0; in zend_dump_ht()
184 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
188 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
192 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
197 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
201 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
206 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
216 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
220 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
224 if (first) first = 0; else fprintf(stderr, ", "); in zend_dump_type_info()
[all …]
H A Dzend_inference.c4233 int first = 1; in zend_infer_types_ex() local
4248 if (first) { in zend_infer_types_ex()
4251 first = 0; in zend_infer_types_ex()
/php-src/Zend/
H A DREADME.md124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S101 # pass transfer_t as first arg in context function
H A Djump_arm64_aapcs_macho_gas.S99 ; pass transfer_t as first arg in context function
H A Djump_arm64_aapcs_pe_armasm.asm121 ; pass transfer_t as first arg in context function
H A Djump_arm_aapcs_elf_gas.S79 @ pass transfer_t as first arg in context function
H A Djump_arm_aapcs_macho_gas.S90 @ pass transfer_t as first arg in context function
H A Djump_loongarch64_sysv_elf_gas.S106 # pass transfer_t as first arg in context function
H A Djump_mips32_o32_elf_gas.S109 # pass transfer_t as first arg in context function
H A Djump_ppc32_sysv_xcoff_gas.S199 # zero in r3 indicates first jump to context-function
H A Djump_ppc64_sysv_elf_gas.S194 # zero in r3 indicates first jump to context-function
H A Djump_ppc64_sysv_macho_gas.S147 ; zero in r3 indicates first jump to context-function
H A Djump_ppc64_sysv_xcoff_gas.S156 # zero in r3 indicates first jump to context-function
H A Djump_riscv64_sysv_elf_gas.S137 # pass transfer_t as first arg in context function
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
33 ; reserve space for first argument of context-function
50 ; first arg of make_fcontext() == top of context-stack
76 ; will be entered after calling jump_fcontext() first time
H A Dmake_ppc32_sysv_elf_gas.S62 # first arg of make_fcontext() == top address of context-function
H A Dmake_ppc32_sysv_macho_gas.S83 ; first arg of make_fcontext() == top address of context-function
H A Dmake_ppc32_sysv_xcoff_gas.S71 # first arg of make_fcontext() == top address of context-function
90 # zero in r3 indicates first jump to context-function

Completed in 68 milliseconds

12345678910>>...21