Home
last modified time | relevance | path

Searched refs:stack (Results 51 – 75 of 142) sorted by relevance

123456

/PHP-8.1/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S60 # prepare stack for GP + FPU
108 # restore stack from GP + FPU
H A Dmake_s390x_sysv_elf_gas.S108 .section .note.GNU-stack,"",%progbits
H A Dmake_ppc32_sysv_macho_gas.S87 ; reserve space for context-data on context-stack
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug35229.phpt2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
/PHP-8.1/sapi/cgi/
H A Dconfig.w326 ADD_FLAG("LDFLAGS_CGI", "/stack:67108864");
/PHP-8.1/ext/pcre/tests/
H A Derrors05.phpt14 var_dump(preg_last_error_msg() === 'JIT stack limit exhausted');
/PHP-8.1/Zend/tests/fibers/
H A Dgh10249.phpt17 Fiber stack size is too small, it needs to be at least %d bytes
H A Dgh9735-001.phpt2 Bug GH-9735 001 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-002.phpt2 Bug GH-9735 002 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-003.phpt2 Bug GH-9735 003 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-004.phpt2 Bug GH-9735 004 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-005.phpt2 Bug GH-9735 005 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-008.phpt2 Bug GH-9735 008 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-009.phpt2 Bug GH-9735 009 (Fiber stack variables do not participate in cycle collector)
H A Dgh9735-006.phpt2 Bug GH-9735 006 (Fiber stack variables do not participate in cycle collector)
/PHP-8.1/Zend/tests/
H A Dbug71474.phpt2 Bug #71474: Crash because of VM stack corruption on Magento2
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
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_in.c90 int stack[STACK_SIZE], *sp; member
455 sd->sp = sd->stack; in LWZReadByte_()
467 if (sd->sp > sd->stack) in LWZReadByte_()
481 sd->sp = sd->stack; in LWZReadByte_()
501 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
512 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
538 if (sd->sp > sd->stack) in LWZReadByte_()
/PHP-8.1/ext/reflection/tests/
H A DReflectionFiber_notrace_1.phpt2 ReflectionFiber should not segfault when inspecting fibers with no stack frames before suspend
/PHP-8.1/ext/standard/
H A Darray.c3126 *stack, /* Input array */ local
3133 Z_PARAM_ARRAY_EX(stack, 0, 1)
3156 zval *stack, /* Input stack */ local
3162 Z_PARAM_ARRAY_EX(stack, 0, 1)
3185 Z_ARRVAL_P(stack)->nNextFreeElement = Z_ARRVAL_P(stack)->nNextFreeElement - 1;
3197 zval *stack, /* Input stack */ local
3203 Z_PARAM_ARRAY_EX(stack, 0, 1)
3297 *stack; /* Input stack */ local
3305 Z_PARAM_ARRAY_EX(stack, 0, 1)
3990 Z_PARAM_ARRAY(stack)
[all …]
/PHP-8.1/Zend/tests/generators/
H A Dbacktrace.phpt2 Printing the stack trace in a generator
/PHP-8.1/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
/PHP-8.1/ext/standard/tests/array/
H A Darray_push_variation2.phpt12 $stack = array (1, 2);
87 $temp_array = $stack;
/PHP-8.1/ext/mbstring/tests/
H A Dmbregex_stack_limit.phpt2 Test oniguruma stack limit

Completed in 57 milliseconds

123456