mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- CS + ws
This commit is contained in:
parent
793f1d7c4a
commit
c987e46b6f
1 changed files with 8 additions and 7 deletions
|
@ -132,7 +132,8 @@ static inline int phpdbg_call_register(phpdbg_input_t *input TSRMLS_DC) /* {{{ *
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init TSRMLS_DC) {
|
void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init TSRMLS_DC) /* {{{ */
|
||||||
|
{
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
|
|
||||||
if (init_file && VCWD_STAT(init_file, &sb) != -1) {
|
if (init_file && VCWD_STAT(init_file, &sb) != -1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue