summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-07 09:30:24 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-07 09:30:24 +0200
commit302933daea77663f5759b10accd1d0231393b24c (patch)
tree6326b68e92b9be142944895cbf528c8d4661460c /sapi/phpdbg/phpdbg_prompt.c
parente93aca7167bee0a9f15007759e4372170f469ef5 (diff)
downloadphp-git-302933daea77663f5759b10accd1d0231393b24c.tar.gz
Remove no_separation flag
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r--sapi/phpdbg/phpdbg_prompt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c
index f6b5ef41e5..2c58ffc3fb 100644
--- a/sapi/phpdbg/phpdbg_prompt.c
+++ b/sapi/phpdbg/phpdbg_prompt.c
@@ -122,7 +122,6 @@ static inline int phpdbg_call_register(phpdbg_param_t *stack) /* {{{ */
//???fci.symbol_table = zend_rebuild_symbol_table();
fci.object = NULL;
fci.retval = &fretval;
- fci.no_separation = 1;
if (name->next) {
zval params;