/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 474 const phpdbg_param_t *top = (stack != NULL) ? *stack : NULL; in phpdbg_stack_verify() local 575 …k_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top) { in phpdbg_stack_resolve() 669 phpdbg_param_t *top = (phpdbg_param_t *) stack->next; in phpdbg_internal_stack_execute() local 721 phpdbg_param_t *top = stack; in phpdbg_stack_execute() local
|
H A D | phpdbg_cmd.h | 67 phpdbg_param_t *top; member
|
/php-src/ext/spl/ |
H A D | spl_heap.stub.php | 24 public function top(): mixed {} function in SplPriorityQueue 96 public function top(): mixed {} function in SplHeap
|
H A D | spl_dllist.stub.php | 32 public function top(): mixed {} function in SplDoublyLinkedList
|
H A D | spl_heap.c | 734 PHP_METHOD(SplPriorityQueue, top) in PHP_METHOD() argument 844 PHP_METHOD(SplHeap, top) in PHP_METHOD() argument
|
H A D | spl_dllist.c | 548 PHP_METHOD(SplDoublyLinkedList, top) in PHP_METHOD() argument
|
/php-src/Zend/ |
H A D | zend_stack.h | 26 int size, top, max; member
|
H A D | zend_ptr_stack.h | 26 int top, max; member
|
H A D | zend_objects_API.h | 49 uint32_t top; member
|
H A D | zend_execute.h | 216 zval *top; member
|
H A D | zend_gc.c | 343 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push() 352 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop()
|
H A D | zend_vm_def.h | 5217 zval *arg, *top; variable 5313 zval *arg, *top; variable
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_script_run.c | 311 int top = PRIV(ucd_digit_sets)[0]; in PRIV() local
|
H A D | pcre2_substring.c | 487 uint16_t top = code->name_count; in pcre2_substring_nametable_scan() local
|
H A D | pcre2_compile.c | 2171 PCRE2_SIZE i, bot, top; in get_ucp() local
|
/php-src/ext/openssl/ |
H A D | php_openssl.h | 77 int top; member
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | property.h | 69 lxb_css_property_margin_top_t top; member 77 lxb_css_property_padding_top_t top; member
|
H A D | rule.h | 136 lxb_css_property_top_t *top; member
|
/php-src/ext/gd/libgd/ |
H A D | gd_gif_in.c | 191 int top, left; in gdImageCreateFromGifCtx() local
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.h | 234 zend_string *top; member
|
H A D | ZendAccelerator.c | 425 zend_string *s, *top; in accel_interned_strings_restore_state() local
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 82 zval top; member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 1351 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace_build_tssa() local 4116 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace() local
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 425 StkId top; member 464 StkId top; member
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 2401 sljit_u8 *top; member
|