mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- Fix valgrind reports + CS
This commit is contained in:
parent
a1156cae5c
commit
8951406678
3 changed files with 9 additions and 7 deletions
|
@ -37,7 +37,8 @@ PHPDBG_PRINT(opline) /* {{{ */
|
|||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
static inline void phpdbg_print_function_helper(zend_function *method TSRMLS_DC) {
|
||||
static inline void phpdbg_print_function_helper(zend_function *method TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
switch (method->type) {
|
||||
case ZEND_USER_FUNCTION: {
|
||||
zend_op_array* op_array = &method->op_array;
|
||||
|
@ -85,7 +86,7 @@ static inline void phpdbg_print_function_helper(zend_function *method TSRMLS_DC)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_PRINT(exec) /* {{{ */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue