PHPDBG_LIST_COMMAND_D   41 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(lines,     "lists the specified lines",    'l', list_lines,  NULL, "l"),
PHPDBG_LIST_COMMAND_D   42 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(class,     "lists the specified class",    'c', list_class,  NULL, "s"),
PHPDBG_LIST_COMMAND_D   43 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(method,    "lists the specified method",   'm', list_method, NULL, "m"),
PHPDBG_LIST_COMMAND_D   44 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(func,      "lists the specified function", 'f', list_func,   NULL, "s"),