Home
last modified time | relevance | path

Searched refs:stack (Results 76 – 100 of 142) sorted by relevance

123456

/PHP-8.1/Zend/tests/fibers/
H A Dgh9735-007.phpt2 Bug GH-9735 007 (Fiber stack variables do not participate in cycle collector)
/PHP-8.1/Zend/asm/
H A Djump_ppc64_sysv_xcoff_gas.S81 # reserve space on stack
153 # adjust stack
H A Djump_ppc32_sysv_xcoff_gas.S68 # reserve space on stack
196 # adjust stack
H A Djump_ppc64_sysv_elf_gas.S99 # reserve space on stack
182 # adjust stack
221 .section .note.GNU-stack,"",%progbits
H A Djump_riscv64_sysv_elf_gas.S66 # prepare stack for GP + FPU
144 # restore stack from GP + FPU
H A Dmake_x86_64_ms_pe_masm.asm119 ; save address of context stack limit as 'dealloction stack'
H A Dmake_arm_aapcs_macho_gas.S48 @ reserve space for context-data on context-stack
H A Dmake_ppc32_sysv_elf_gas.S66 # reserve space on context-stack, including 16 bytes of linkage
146 .section .note.GNU-stack,"",%progbits
H A Djump_i386_sysv_elf_gas.S93 .section .note.GNU-stack,"",%progbits
H A Dmake_arm_aapcs_elf_gas.S51 @ reserve space for context-data on context-stack
/PHP-8.1/ext/imap/tests/
H A Dbug64076.phpt13 imap_errors(); // clear error stack
/PHP-8.1/Zend/tests/
H A Dbug78502.phpt2 Bug #78502: Incorrect stack size calculation for indirectly recursive function call
H A Dbug77345_gc_1.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
H A Dbug77345_gc_2.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
/PHP-8.1/ext/filter/tests/
H A Dbug52929.phpt12 // An invalid address likely to crash PHP due to stack exhaustion if it goes to
/PHP-8.1/Zend/tests/assert/
H A Dexpect_009.phpt2 test stack trace is correct from failed exception in extended class
H A Dexpect_010.phpt2 test stack trace is correct from failed exception in extended class (parent implementing constructo…
/PHP-8.1/ext/json/tests/
H A D007.phpt27 string(28) "Maximum stack depth exceeded"
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c98 if (stack->type == STACK_PARAM) { in phpdbg_call_register()
101 name = stack->next; in phpdbg_call_register()
256 phpdbg_param_t stack; in phpdbg_line_init() local
258 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_line_init()
262 if (phpdbg_do_parse(&stack, input) <= 0) { in phpdbg_line_init()
280 phpdbg_stack_free(&stack); in phpdbg_line_init()
1531 phpdbg_param_t stack; in phpdbg_interactive() local
1545 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_interactive()
1553 phpdbg_stack_free(&stack); in phpdbg_interactive()
1585 phpdbg_stack_free(&stack); in phpdbg_interactive()
[all …]
H A Dconfig.w3219 ADD_FLAG("LDFLAGS_PHPDBG", "/stack:8388608");
/PHP-8.1/sapi/cgi/tests/
H A Dapache_request_headers.phpt2 apache_request_headers() stack overflow.
/PHP-8.1/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt2 ReflectionFiber should not segfault when inspecting fibers where the previous stack frame is a nati…
/PHP-8.1/ext/gd/tests/
H A Dgithub_bug_215.phpt2 Github #215 (imagefilltoborder stack overflow when invalid pallete index used)
/PHP-8.1/Zend/tests/named_params/
H A Ddefaults.phpt23 // NB: We also want to test the stack trace.

Completed in 69 milliseconds

123456