Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt42 // clear error stack
/PHP-7.4/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",
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1924 struct seg *stack = NULL; in gdImageFill() local
1965 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill()
1966 sp = stack; in gdImageFill()
1972 while (sp>stack) { in gdImageFill()
2004 efree(stack); in gdImageFill()
2016 struct seg *stack; in _gdImageFillTiled() local
2033 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
2034 sp = stack; in _gdImageFillTiled()
2042 while (sp>stack) { in _gdImageFillTiled()
[all …]
/PHP-7.4/Zend/
H A Dzend_generators.c60 zval *stack; in zend_generator_freeze_call_stack() local
70 stack = emalloc(used_stack * sizeof(zval)); in zend_generator_freeze_call_stack()
77 new_call = (zend_execute_data*)(stack + used_stack - frame_size); in zend_generator_freeze_call_stack()
89 ZEND_ASSERT(prev_call == (zend_execute_data*)stack); in zend_generator_freeze_call_stack()
H A Dzend_execute.c213 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy() local
215 while (stack != NULL) { in zend_vm_stack_destroy()
216 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy()
217 efree(stack); in zend_vm_stack_destroy()
218 stack = p; in zend_vm_stack_destroy()
224 zend_vm_stack stack; in zend_vm_stack_extend() local
227 stack = EG(vm_stack); in zend_vm_stack_extend()
228 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
232 stack); in zend_vm_stack_extend()
233 ptr = stack->top; in zend_vm_stack_extend()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1454 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato…
1461 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
172 …ray, zend_ssa *ssa, int var, int *index, int *dfs, int *root, zend_worklist_stack *stack) /* {{{ */ in zend_ssa_check_scc_var() argument
195 while (stack->len > 0) { in zend_ssa_check_scc_var()
196 int var2 = zend_worklist_stack_peek(stack); in zend_ssa_check_scc_var()
200 zend_worklist_stack_pop(stack); in zend_ssa_check_scc_var()
205 zend_worklist_stack_push(stack, var); in zend_ssa_check_scc_var()
213 zend_worklist_stack stack; in zend_ssa_find_sccs() local
222 ZEND_WORKLIST_STACK_ALLOCA(&stack, ssa->vars_count, stack_use_heap); in zend_ssa_find_sccs()
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
248 ZEND_WORKLIST_STACK_FREE_ALLOCA(&stack, stack_use_heap); in zend_ssa_find_sccs()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md52 reading the arguments from the stack, it receives a single zval to convert
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h763 void* stack; member
H A Dpcre2_jit_compile.c179 struct sljit_stack *stack; member
10772 stack = 0; in compile_bracketpos_matchingpath()
10775 stack = 2; in compile_bracketpos_matchingpath()
10787 stack = 3; in compile_bracketpos_matchingpath()
10795 stack = 1; in compile_bracketpos_matchingpath()
10799 stack++; in compile_bracketpos_matchingpath()
10804 stack--; in compile_bracketpos_matchingpath()
10825 stack = 0; in compile_bracketpos_matchingpath()
10829 stack = 1; in compile_bracketpos_matchingpath()
10834 stack++; in compile_bracketpos_matchingpath()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c2529 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2533 if(!(stack = sk_X509_new_null())) { in STACK_OF()
2540 sk_X509_free(stack); in STACK_OF()
2547 sk_X509_free(stack); in STACK_OF()
2555 sk_X509_free(stack); in STACK_OF()
2563 sk_X509_push(stack,xi->x509); in STACK_OF()
2568 if (!sk_X509_num(stack)) { in STACK_OF()
2570 sk_X509_free(stack); in STACK_OF()
2573 ret = stack; in STACK_OF()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md346 - 2: enter stack frame
347 - 3: leave stack frame
/PHP-7.4/
H A Dphp.ini-development288 ; structures. Setting the depth limit too high may result in stack overflows
364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
366 ; of sensitive information in stack traces
1037 ; the available process stack and eventually crash PHP (due to reaching the
1038 ; stack size limit imposed by the Operating System).
1687 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A Dphp.ini-production288 ; structures. Setting the depth limit too high may result in stack overflows
364 ; Allows to include or exclude arguments from stack traces generated for exceptions.
366 ; of sensitive information in stack traces
1037 ; the available process stack and eventually crash PHP (due to reaching the
1038 ; stack size limit imposed by the Operating System).
1687 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A D.gdbinit149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
H A DUPGRADING360 intended to prevent stack overflows. The default depth limit is 4096 and
709 . New INI directive to include or exclude arguments from stack traces
H A DNEWS1046 . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
1731 . Fixed bug #78752 (Segfault if GC triggered while generator stack frame is
2105 . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
/PHP-7.4/ext/standard/
H A Dbasic_functions.c351 ZEND_ARG_INFO(1, stack) /* ARRAY_INFO(1, stack, 0) */
356 ZEND_ARG_INFO(1, stack) /* ARRAY_INFO(1, stack, 0) */
360 ZEND_ARG_INFO(1, stack) /* ARRAY_INFO(1, stack, 0) */
364 ZEND_ARG_INFO(1, stack) /* ARRAY_INFO(1, stack, 0) */
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in332 ; Depth of slow log stack trace.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7574 # From: Serge van den Boom <svdb@stack.nl>
13103 # byte 7: highest byte of the kernel stack pointer, always 0xfe
14473 # I think the 500 series was the old stack-based machines, running a
18939 >0 string STAK HyperCard stack
29886 >0x1e leshort &0x8 fixed-stack
H A Dmagic7574 # From: Serge van den Boom <svdb@stack.nl>
13103 # byte 7: highest byte of the kernel stack pointer, always 0xfe
14473 # I think the 500 series was the old stack-based machines, running a
18939 >0 string STAK HyperCard stack
29886 >0x1e leshort &0x8 fixed-stack

Completed in 236 milliseconds

1234