woops+correction in help

This commit is contained in:
krakjoe 2014-02-24 17:11:09 +00:00
parent 85b5907e85
commit 043bfd6e2c
2 changed files with 3 additions and 4 deletions

View file

@ -87,7 +87,7 @@ static inline int phpdbg_call_register(phpdbg_param_t *stack TSRMLS_DC) /* {{{ *
zval fname, *fretval;
zend_fcall_info fci;
ZVAL_STRINGL(&fname, name->str, name->len+1, 1);
ZVAL_STRINGL(&fname, name->str, name->len, 1);
memset(&fci, 0, sizeof(zend_fcall_info));