/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 469 const phpdbg_param_t *top = (stack != NULL) ? *stack : NULL; in phpdbg_stack_verify() local 570 …k_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top) { in phpdbg_stack_resolve() 664 phpdbg_param_t *top = (phpdbg_param_t *) stack->next; in phpdbg_internal_stack_execute() local 716 phpdbg_param_t *top = stack; in phpdbg_stack_execute() local
|
H A D | phpdbg_cmd.h | 67 phpdbg_param_t *top; member
|
/PHP-8.0/ext/spl/ |
H A D | spl_heap.stub.php | 17 public function top() {} function in SplPriorityQueue 89 public function top() {} function in SplHeap
|
H A D | spl_dllist.stub.php | 23 public function top() {} function in SplDoublyLinkedList
|
H A D | spl_heap.c | 689 PHP_METHOD(SplPriorityQueue, top) in PHP_METHOD() argument 800 PHP_METHOD(SplHeap, top) in PHP_METHOD() argument
|
H A D | spl_dllist.c | 610 PHP_METHOD(SplDoublyLinkedList, top) in PHP_METHOD() argument
|
/PHP-8.0/Zend/ |
H A D | zend_stack.h | 24 int size, top, max; member
|
H A D | zend_ptr_stack.h | 24 int top, max; member
|
H A D | zend_objects_API.h | 47 uint32_t top; member
|
H A D | zend_execute.h | 163 zval *top; member
|
H A D | zend_gc.c | 291 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push() 300 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 | 5031 zval *arg, *top; variable 5126 zval *arg, *top; variable
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_script_run.c | 407 int top = PRIV(ucd_digit_sets)[0]; in PRIV() local
|
H A D | pcre2_substring.c | 484 uint16_t top = code->name_count; in pcre2_substring_nametable_scan() local
|
H A D | pcre2_compile.c | 2068 PCRE2_SIZE i, bot, top; in get_ucp() local
|
H A D | pcre2_jit_compile.c | 243 struct backtrack_common *top; member
|
/PHP-8.0/ext/openssl/ |
H A D | php_openssl.h | 77 int top; member
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_gif_in.c | 191 int top, left; in gdImageCreateFromGifCtx() local
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.h | 250 zend_string *top; member
|
H A D | ZendAccelerator.c | 393 zend_string *s, *top; in accel_interned_strings_restore_state() local
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 1088 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace_build_tssa() local 3702 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace() local
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | sccp.c | 84 zval top; member
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 4348 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() 4368 THREADNODE *top; in PHP_FUNCTION() local
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1441 sljit_u8 *top; member
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 425 StkId top; member 464 StkId top; member
|