mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
- CS
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ void phpdbg_clear_param(phpdbg_param_t *param TSRMLS_DC) /* {{{ */
|
||||
|
||||
} /* }}} */
|
||||
|
||||
static inline phpdbg_input_t** phpdbg_read_argv(char *buffer, int *argc TSRMLS_DC) /* {{{ */
|
||||
static inline phpdbg_input_t **phpdbg_read_argv(char *buffer, int *argc TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
char *p;
|
||||
char b[PHPDBG_MAX_CMD];
|
||||
|
||||
Reference in New Issue
Block a user