summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_print.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-04-19 21:53:49 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-04-19 21:54:09 +0200
commit31e98386dbdd0c0853a041fe450c1d48eb39c6ac (patch)
tree20df06fd06bbcc27c452fb392bf0bf445077b229 /sapi/phpdbg/phpdbg_print.h
parent4a38f51857e6d52849fae657d99d1f31492325a0 (diff)
downloadphp-git-31e98386dbdd0c0853a041fe450c1d48eb39c6ac.tar.gz
Provide method to access opcodes via command line argument
Diffstat (limited to 'sapi/phpdbg/phpdbg_print.h')
-rw-r--r--sapi/phpdbg/phpdbg_print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_print.h b/sapi/phpdbg/phpdbg_print.h
index a4ed2d0cbc..029c15946f 100644
--- a/sapi/phpdbg/phpdbg_print.h
+++ b/sapi/phpdbg/phpdbg_print.h
@@ -35,6 +35,8 @@ PHPDBG_PRINT(method);
PHPDBG_PRINT(func);
PHPDBG_PRINT(stack);
+PHPDBG_API void phpdbg_print_opcodes(char *function);
+
extern const phpdbg_command_t phpdbg_print_commands[];
#endif /* PHPDBG_PRINT_H */