We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374366 commit 6ffa1d2Copy full SHA for 6ffa1d2
win32/codepage.c
@@ -394,7 +394,7 @@ PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env)
394
}/*}}}*/
395
396
static BOOL php_win32_cp_cli_io_setup(void)
397
-{
+{/*{{{*/
398
BOOL ret = TRUE;
399
400
if (PG(input_encoding) && PG(input_encoding)[0]) {
@@ -420,7 +420,7 @@ static BOOL php_win32_cp_cli_io_setup(void)
420
}
421
422
return ret;
423
-}
+}/*}}}*/
424
425
PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc)
426
{/*{{{*/
0 commit comments