Home
last modified time | relevance | path

Searched refs:PHPDBG_LIST_COMMAND_D (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ macro
42PHPDBG_LIST_COMMAND_D(lines, "lists the specified lines", 'l', list_lines, NULL, "l", PHPD…
43PHPDBG_LIST_COMMAND_D(class, "lists the specified class", 'c', list_class, NULL, "s", PHPD…
44PHPDBG_LIST_COMMAND_D(method, "lists the specified method", 'm', list_method, NULL, "m", PHPD…
45PHPDBG_LIST_COMMAND_D(func, "lists the specified function", 'f', list_func, NULL, "s", PHPD…

Completed in 5 milliseconds