Home
last modified time | relevance | path

Searched refs:php_win32_console_fileno_has_vt100 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/win32/
H A Dconsole.h47 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno);
H A Dconsole.c36 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno) in php_win32_console_fileno_has_vt100() function
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1743 if (php_win32_console_fileno_has_vt100(fileno)) { in PHP_FUNCTION()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c1179 …ty = php_win32_console_fileno_is_console(STDOUT_FILENO) && php_win32_console_fileno_has_vt100(STDO… in php_cli_is_output_tty()

Completed in 19 milliseconds