Searched refs:PHPDBG_LIST_COMMAND_D (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_list.c | 36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ macro 40 …PHPDBG_LIST_COMMAND_D(lines, "lists the specified lines", 'l', list_lines, NULL, "l", PHPD… 41 …PHPDBG_LIST_COMMAND_D(class, "lists the specified class", 'c', list_class, NULL, "s", PHPD… 42 …PHPDBG_LIST_COMMAND_D(method, "lists the specified method", 'm', list_method, NULL, "m", PHPD… 43 …PHPDBG_LIST_COMMAND_D(func, "lists the specified function", 'f', list_func, NULL, "s", PHPD…
|
Completed in 5 milliseconds