Home
last modified time | relevance | path

Searched refs:stack (Results 101 – 125 of 142) sorted by relevance

123456

/PHP-8.1/Zend/asm/
H A Dmake_i386_sysv_elf_gas.S113 .section .note.GNU-stack,"",%progbits
H A Dmake_x86_64_sysv_elf_gas.S147 .section .note.GNU-stack,"",%progbits
H A Djump_ppc64_sysv_macho_gas.S74 ; reserve space on stack
144 ; adjust stack
H A Djump_x86_64_sysv_elf_gas.S142 .section .note.GNU-stack,"",%progbits
H A Djump_s390x_sysv_elf_gas.S156 .section .note.GNU-stack,"",%progbits
H A Djump_ppc32_sysv_macho_gas.S80 ; reserve space on stack
193 ; adjust stack
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_parser.y188 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse() argument
198 phpdbg_init_lexer(stack, input); in phpdbg_do_parse()
H A Dphpdbg_print.c37 …PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's'…
99 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg.h118 int phpdbg_do_parse(phpdbg_param_t *stack, char *input);
/PHP-8.1/Zend/
H A Dzend_fibers.h86 zend_fiber_stack *stack; member
H A Dzend.c1356 #define SAVE_STACK(stack) do { \ argument
1357 if (CG(stack).top) { \
1358 memcpy(&stack, &CG(stack), sizeof(zend_stack)); \
1359 CG(stack).top = CG(stack).max = 0; \
1360 CG(stack).elements = NULL; \
1362 stack.top = 0; \
1366 #define RESTORE_STACK(stack) do { \ argument
1367 if (stack.top) { \
1368 zend_stack_destroy(&CG(stack)); \
1369 memcpy(&CG(stack), &stack, sizeof(zend_stack)); \
H A Dzend_generators.c63 zval *stack; in zend_generator_freeze_call_stack() local
73 stack = emalloc(used_stack * sizeof(zval)); in zend_generator_freeze_call_stack()
80 new_call = (zend_execute_data*)(stack + used_stack - frame_size); in zend_generator_freeze_call_stack()
92 ZEND_ASSERT(prev_call == (zend_execute_data*)stack); in zend_generator_freeze_call_stack()
/PHP-8.1/sapi/phpdbg/tests/
H A Dexceptions_002.phpt29 prompt> [The stack contains nothing !]
/PHP-8.1/tests/func/
H A D010.phpt10 // the stack size + some random constant
/PHP-8.1/ext/imap/tests/
H A Dimap_fetchheader_variation5.phpt33 // clear error stack
H A Dimap_fetch_overview_variation5.phpt44 // clear error stack
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt2 Ensure by value assignments leave temporaries on the stack, for all sorts of assignees.
/PHP-8.1/ext/standard/tests/array/
H A Darray_push_variation6.phpt23 // arrays of different data types as keys to be passed to $stack argument
H A Darray_shift_variation3.phpt20 // unexpected values to be passed to $stack argument
H A Darray_shift_variation2.phpt32 // arrays of different data types to be passed to $stack argument
/PHP-8.1/ext/xsl/tests/
H A Dbug71540.phpt62 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc1731 | add r4, SPAD // stack alignment
1981 | add r4, 0x28 // stack alignment
1987 | add r4, 8 // stack alignment
3650 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
4152 zend_jit_trace_stack *stack;
4155 stack = JIT_G(current_frame)->stack;
11967 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
12784 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
13306 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
13882 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
[all …]
H A Dzend_jit_arm64.dasc2056 | //add r4, 8 // stack alignment
3316 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
3791 zend_jit_trace_stack *stack;
3794 stack = JIT_G(current_frame)->stack;
9256 /* CPU stack allocated temporary zval */
11231 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
12023 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
12518 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
12618 SET_STACK_REG(JIT_G(current_frame)->stack,
13074 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack;
[all …]
/PHP-8.1/main/
H A Dalloca.c415 long size, pseg, this_segment, stack; in i00afunc() local
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_error4.phpt2 Pattern exhausting PCRE JIT stack
61 "name": "asm89\\/stack-cors",
834 "asm89\\/stack-cors": "0.2.1",

Completed in 171 milliseconds

123456