summaryrefslogtreecommitdiff
path: root/phpdbg_list.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-11-26 16:00:28 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-11-26 16:00:28 +0000
commit969e659c4abb128017919f327aa127db36f49796 (patch)
treec3f6326a3e9e48de55ed508be049bfb918fb3843 /phpdbg_list.h
parent6d95449e0a0f5ceb326a6fe7df9c2764ca4722e5 (diff)
parent6ba73338dd34a2a80e0dd25ca333bfc0b859a930 (diff)
downloadphp-git-969e659c4abb128017919f327aa127db36f49796.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_list.h')
-rw-r--r--phpdbg_list.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpdbg_list.h b/phpdbg_list.h
index 19a015105f..f9d9d20d39 100644
--- a/phpdbg_list.h
+++ b/phpdbg_list.h
@@ -36,11 +36,11 @@ void phpdbg_list_function(const zend_function* TSRMLS_DC);
void phpdbg_list_file(const char*, long, long, int TSRMLS_DC);
static const phpdbg_command_t phpdbg_list_commands[] = {
- PHPDBG_COMMAND_D_EX(lines, "lists the specified lines", 'l', list_lines, NULL, 1),
- PHPDBG_COMMAND_D_EX(class, "lists the specified class", 'c', list_class, NULL, 1),
- PHPDBG_COMMAND_D_EX(method, "lists the specified method", 'm', list_method, NULL, 1),
- PHPDBG_COMMAND_D_EX(func, "lists the specified function", 'f', list_func, NULL, 1),
- PHPDBG_END_COMMAND
+ PHPDBG_COMMAND_D_EX(lines, "lists the specified lines", 'l', list_lines, NULL, 1),
+ PHPDBG_COMMAND_D_EX(class, "lists the specified class", 'c', list_class, NULL, 1),
+ PHPDBG_COMMAND_D_EX(method, "lists the specified method", 'm', list_method, NULL, 1),
+ PHPDBG_COMMAND_D_EX(func, "lists the specified function", 'f', list_func, NULL, 1),
+ PHPDBG_END_COMMAND
};
#endif /* PHPDBG_LIST_H */