isatty 50 Zend/zend_stream.c ZEND_DLIMPORT int isatty(int fd); isatty 155 Zend/zend_stream.c if (!zend_stream_is_mmap(file_handle) && file_handle->handle.stream.isatty) { isatty 201 Zend/zend_stream.c file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) ? 1 : 0; isatty 229 Zend/zend_stream.c if (old_type == ZEND_HANDLE_FP && !file_handle->handle.stream.isatty && size) { isatty 58 Zend/zend_stream.h int isatty; isatty 3310 ext/phar/phar.c file_handle->handle.stream.isatty = 0; isatty 851 ext/posix/posix.c if (isatty(fd)) { isatty 1361 main/main.c handle->handle.stream.isatty = 0; isatty 1072 sapi/cli/php_cli_server.c php_cli_output_is_tty = isatty(STDOUT_FILENO); isatty 54 sapi/fpm/fpm/fpm_stdio.c if (fpm_global_config.daemonize || (!isatty(STDERR_FILENO) && !fpm_globals.force_stderr)) { isatty 757 sapi/phpdbg/phpdbg_cmd.c if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) isatty 783 sapi/phpdbg/phpdbg_cmd.c if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) {