Searched refs:isatty (Results 1 – 9 of 9) sorted by relevance
26 ZEND_DLIMPORT int isatty(int fd);57 if (file_handle->handle.stream.isatty) { in zend_stream_fsize()100 if (file_handle->handle.stream.isatty) { in zend_stream_read()139 file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)); in zend_stream_fixup()
45 int isatty; member
53 if (fpm_global_config.daemonize || (!isatty(STDERR_FILENO) && !fpm_globals.force_stderr)) {
756 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
867 if (isatty(fd)) { in PHP_FUNCTION()
1646 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
1646 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
1164 php_cli_output_is_tty = isatty(STDOUT_FILENO); in php_cli_is_output_tty()
3321 file_handle->handle.stream.isatty = 0; in phar_compile_file()
Completed in 127 milliseconds