Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/json/tests/
H A D007.phpt29 string(28) "Maximum stack depth exceeded"
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation2.phpt5 /* Prototype : mixed array_shift(array &$stack)
37 // arrays of different data types to be passed to $stack argument
H A Darray_shift_variation3.phpt5 /* Prototype : mixed array_shift(array &$stack)
25 // unexpected values to be passed to $stack argument
H A Darray_push_error2.phpt5 /* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
H A Darray_shift_basic.phpt5 /* Prototype : mixed array_shift(array &$stack)
H A Darray_push_variation6.phpt5 /* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
28 // arrays of different data types as keys to be passed to $stack argument
H A Darray_push_basic.phpt5 /* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
H A Darray_shift_variation6.phpt5 /* Prototype : mixed array_shift(array &$stack)
H A Darray_shift_variation4.phpt5 /* Prototype : mixed array_shift(array &$stack)
H A Darray_shift_variation8.phpt5 /* Prototype : mixed array_shift(array &$stack)
/PHP-7.4/ext/imap/tests/
H A Dimap_alerts_error.phpt10 …load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after i…
H A Dimap_fetchheader_variation5.phpt37 // clear error stack
/PHP-7.4/ext/gd/tests/
H A Dgithub_bug_215.phpt2 Github #215 (imagefilltoborder stack overflow when invalid pallete index used)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_parser.y187 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse() argument
197 phpdbg_init_lexer(stack, input); in phpdbg_do_parse()
H A Dconfig.w3222 ADD_FLAG("LDFLAGS_PHPDBG", "/stack:8388608");
H A Dphpdbg_print.c38 …PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's'…
124 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg.h142 int phpdbg_do_parse(phpdbg_param_t *stack, char *input);
/PHP-7.4/Zend/
H A Dzend.c1245 #define SAVE_STACK(stack) do { \ argument
1246 if (CG(stack).top) { \
1247 memcpy(&stack, &CG(stack), sizeof(zend_stack)); \
1248 CG(stack).top = CG(stack).max = 0; \
1249 CG(stack).elements = NULL; \
1251 stack.top = 0; \
1255 #define RESTORE_STACK(stack) do { \ argument
1256 if (stack.top) { \
1257 zend_stack_destroy(&CG(stack)); \
1258 memcpy(&CG(stack), &stack, sizeof(zend_stack)); \
/PHP-7.4/sapi/phpdbg/tests/
H A Dexceptions_002.phpt29 prompt> [The stack contains nothing !]
/PHP-7.4/tests/func/
H A D010.phpt10 // the stack size + some random constant
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_free_key.phpt16 /* stack up some entropy; performance is not critical,
/PHP-7.4/ext/xsl/tests/
H A Dbug71540.phpt61 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt2 Ensure by value assignments leave temporaries on the stack, for all sorts of assignees.
/PHP-7.4/main/
H A Dalloca.c415 long size, pseg, this_segment, stack; in i00afunc() local

Completed in 56 milliseconds

1234