Home
last modified time | relevance | path

Searched defs:top (Results 26 – 28 of 28) sorted by path

12

/php-src/ext/spl/
H A Dspl_heap.stub.php24 public function top(): mixed {} function in SplPriorityQueue
96 public function top(): mixed {} function in SplHeap
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c470 const phpdbg_param_t *top = (stack != NULL) ? *stack : NULL; in phpdbg_stack_verify() local
571 …k_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top) { in phpdbg_stack_resolve()
665 phpdbg_param_t *top = (phpdbg_param_t *) stack->next; in phpdbg_internal_stack_execute() local
717 phpdbg_param_t *top = stack; in phpdbg_stack_execute() local
H A Dphpdbg_cmd.h67 phpdbg_param_t *top; member

Completed in 13 milliseconds

12