Searched refs:php_win32_console_fileno_set_vt100 (Results 1 – 4 of 4) sorted by relevance
53 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable);
58 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable) in php_win32_console_fileno_set_vt100() function
1198 php_win32_console_fileno_set_vt100(STDOUT_FILENO, TRUE); in WinMain()1199 php_win32_console_fileno_set_vt100(STDERR_FILENO, TRUE); in WinMain()
1752 if (php_win32_console_fileno_set_vt100(fileno, enable ? TRUE : FALSE)) { in PHP_FUNCTION()
Completed in 13 milliseconds