Searched refs:php_win32_console_fileno_has_vt100 (Results 1 – 4 of 4) sorted by relevance
47 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno);
36 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno) in php_win32_console_fileno_has_vt100() function
1711 if (php_win32_console_fileno_has_vt100(fileno)) { in PHP_FUNCTION()
1131 …ty = php_win32_console_fileno_is_console(STDOUT_FILENO) && php_win32_console_fileno_has_vt100(STDO… in php_cli_is_output_tty()
Completed in 30 milliseconds