diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-10-26 07:24:35 +0000 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-27 00:00:14 +0100 |
commit | 41537cdddc71a6e499f1c7c118bf862105ff95fa (patch) | |
tree | 5d16f658461d73ec3d4d4dcb02977b6dc1e01238 /sapi/phpdbg/phpdbg_cmd.h | |
parent | 51c1cc4ff5a1ae1606d07de79db07d9d826378cf (diff) | |
download | php-git-41537cdddc71a6e499f1c7c118bf862105ff95fa.tar.gz |
remove dodgy param parser, bring userland breakpoint api inline with PHP7
Diffstat (limited to 'sapi/phpdbg/phpdbg_cmd.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_cmd.h b/sapi/phpdbg/phpdbg_cmd.h index 4c9e5383d8..a79641c080 100644 --- a/sapi/phpdbg/phpdbg_cmd.h +++ b/sapi/phpdbg/phpdbg_cmd.h @@ -145,7 +145,6 @@ PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack); /* * Parameter Management */ -PHPDBG_API phpdbg_param_type phpdbg_parse_param(const char*, size_t, phpdbg_param_t* TSRMLS_DC); PHPDBG_API void phpdbg_clear_param(phpdbg_param_t* TSRMLS_DC); PHPDBG_API void phpdbg_copy_param(const phpdbg_param_t*, phpdbg_param_t* TSRMLS_DC); PHPDBG_API zend_bool phpdbg_match_param(const phpdbg_param_t *, const phpdbg_param_t * TSRMLS_DC); |