mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
add folds
This commit is contained in:
parent
637436628a
commit
6ffa1d256f
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env)
|
|||
}/*}}}*/
|
||||
|
||||
static BOOL php_win32_cp_cli_io_setup(void)
|
||||
{
|
||||
{/*{{{*/
|
||||
BOOL ret = TRUE;
|
||||
|
||||
if (PG(input_encoding) && PG(input_encoding)[0]) {
|
||||
|
@ -420,7 +420,7 @@ static BOOL php_win32_cp_cli_io_setup(void)
|
|||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
}/*}}}*/
|
||||
|
||||
PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc)
|
||||
{/*{{{*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue