Home
last modified time | relevance | path

Searched refs:stack (Results 126 – 150 of 168) sorted by last modified time

1234567

/php-src/ext/filter/tests/
H A Dbug52929.phpt12 // An invalid address likely to crash PHP due to stack exhaustion if it goes to
/php-src/ext/com_dotnet/tests/
H A Dbug73679.phpt12 $stack = new DOTNET("mscorlib", "System.Collections.Stack", -2200000000);
13 $stack->Push(".Net");
14 $stack->Push("Hello ");
15 echo $stack->Pop() . $stack->Pop();
/php-src/Zend/tests/named_params/
H A Ddefaults.phpt23 // NB: We also want to test the stack trace.
/php-src/Zend/tests/generators/
H A Dbacktrace.phpt2 Printing the stack trace in a generator
/php-src/Zend/tests/
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)
H A Dbug78502.phpt2 Bug #78502: Incorrect stack size calculation for indirectly recursive function call
H A Dbug78752.phpt2 Bug #78752: Segfault if GC triggered while generator stack frame is being destroyed
H A Dbug79108.phpt2 Bug #79108: Referencing argument in a function makes it a reference in the stack trace
H A Dbug71474.phpt2 Bug #71474: Crash because of VM stack corruption on Magento2
H A Dbug36214.phpt6 public $stack = array();
9 $this->stack[$name] = $var;return;
13 return $this->stack[$name];
/php-src/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-src/Zend/asm/
H A Djump_mips64_n64_elf_gas.S55 # reserve space on stack
112 # adjust stack
124 .section .note.GNU-stack,"",%progbits
H A Djump_ppc32_sysv_elf_gas.S66 stwu %r1, -240(%r1) # allocate stack space, R1 % 16 == 0
184 # adjust stack
201 .section .note.GNU-stack,"",%progbits
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_ppc64_sysv_xcoff_gas.S81 # reserve space on stack
153 # adjust stack
H A Djump_riscv64_sysv_elf_gas.S66 # prepare stack for GP + FPU
144 # restore stack from GP + FPU
H A Djump_s390x_sysv_elf_gas.S156 .section .note.GNU-stack,"",%progbits
H A Djump_x86_64_ms_pe_masm.asm90 ; prepare stack
116 ; save current deallocation stack
119 ; save current stack limit
122 ; save current stack base
166 ; restore current deallocation stack
169 ; restore current stack limit
172 ; restore current stack base
187 ; prepare stack
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
63 # reserve space for context-data on context-stack
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
62 ; reserve space for context-data on context-stack
H A Dmake_arm64_aapcs_pe_armasm.asm65 ; save stack top address to x3
68 ; shift address in x0 (allocated stack) to lower 16 byte boundary
71 ; reserve space for context-data on context-stack
76 ; save bottom address of context-stack as 'limit' and 'dealloction stack'
H A Dmake_arm_aapcs_elf_gas.S51 @ reserve space for context-data on context-stack

Completed in 37 milliseconds

1234567