Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 279) sorted by path

12345678910>>...12

/php-src/
H A DREADME.REDIST.BINS565 zip_dirent.c -- read directory entry (local or central), clean dirent
H A DUPGRADING382 a single entry.
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm41 ; on context-function entry: (ESP -0x4) % 8 == 0
H A Dmake_ppc64_sysv_elf_gas.S111 # entry point (ELFv2) or descriptor (ELFv1)
113 # save address of context-function entry point
116 # save address of context-function entry point
H A Dmake_x86_64_ms_pe_masm.asm89 ; generate function table entry in .pdata and unwind information in
/php-src/Zend/tests/
H A Dbug68215.phpt25 function test(&$child, $entry)
H A Dentry_block_with_predecessors.phpt2 For SSA form the entry block should have no predecessors
/php-src/Zend/tests/weakrefs/
H A Dgh10043-001.phpt2 Self-referencing map entry GC - 001
H A Dgh10043-002.phpt2 Self-referencing map entry GC - 002
H A Dgh10043-003.phpt2 Self-referencing map entry GC - 003
H A Dgh10043-004.phpt2 Self-referencing map entry GC - 004
H A Dgh10043-005.phpt2 Self-referencing map entry GC - 005
H A Dgh10043-006.phpt2 Self-referencing map entry GC - 006
H A Dgh10043-007.phpt2 Self-referencing map entry GC - 007
H A Dgh10043-008.phpt2 Self-referencing map entry GC - 008
H A Dgh10043-009.phpt2 Self-referencing map entry GC - 009
H A Dgh10043-010.phpt2 Self-referencing map entry GC - 010
H A Dgh10043-011.phpt2 Self-referencing map entry GC - 011
H A Dgh10043-012.phpt2 Self-referencing map entry GC - 012
H A Dgh10043-014.phpt2 Self-referencing map entry GC - 014
H A Dgh10043-015.phpt2 Self-referencing map entry GC - 015
H A Dgh10043-016.phpt2 Self-referencing map entry GC - 016
/php-src/Zend/
H A Dzend.c157 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
187 zend_long size = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
191 ZSTR_VAL(entry->name), ZEND_MAX_ALLOWED_STACK_SIZE_UNCHECKED, size); in ZEND_INI_MH()
203 zend_ulong size = zend_ini_parse_uquantity_warn(new_value, entry->name); in ZEND_INI_MH()
219 ZSTR_VAL(entry->name), min, size); in ZEND_INI_MH()
233 zend_long tmp = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
H A Dzend_builtin_functions.c1168 zend_string *entry; in ZEND_FUNCTION() local
1173 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
1174 if (entry) { in ZEND_FUNCTION()
1175 add_next_index_str(return_value, zend_string_copy(entry)); in ZEND_FUNCTION()
H A Dzend_call_stack.c606 struct kinfo_vmentry *entry; in zend_call_stack_get_netbsd_vm() local
630 entry = (struct kinfo_vmentry *)start; in zend_call_stack_get_netbsd_vm()
631 if (entry->kve_start <= addr_on_stack && entry->kve_end >= addr_on_stack) { in zend_call_stack_get_netbsd_vm()
649 stack->base = (void *)entry->kve_end; in zend_call_stack_get_netbsd_vm()

Completed in 46 milliseconds

12345678910>>...12