Home
last modified time | relevance | path

Searched refs:posix_isatty (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/mod_php81/php-8.1.1/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
7 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
12 var_dump(posix_isatty(0));
/dports/lang/php81/php-8.1.1/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
7 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
12 var_dump(posix_isatty(0));
/dports/sysutils/php81-posix/php-8.1.1/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
7 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
12 var_dump(posix_isatty(0));
/dports/lang/php73/php-7.3.33/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/lang/php80/php-8.0.15/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/lang/php74/php-7.4.27/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/sysutils/php74-posix/php-7.4.27/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/sysutils/php80-posix/php-8.0.15/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/sysutils/php73-posix/php-7.3.33/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/www/mod_php73/php-7.3.33/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/www/mod_php74/php-7.4.27/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/www/mod_php80/php-8.0.15/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
11 var_dump(posix_isatty(0));
/dports/devel/pecl-uv/uv-0.2.4/tests/
H A D800-uv_tty.phpt5 if (function_exists("posix_isatty") && defined("STDIN") && !posix_isatty(STDIN)) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/tools/
H A DMaintenance.php185 …public static function posix_isatty( $fd ): bool { // phpcs:ignore MediaWiki.NamingConventions.Lo… function in Wikimedia\\Parsoid\\Tools\\Maintenance
189 return posix_isatty( $fd );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/tools/
H A DMaintenance.php210 …public static function posix_isatty( $fd ): bool { // phpcs:ignore MediaWiki.NamingConventions.Lo… function in Wikimedia\\Parsoid\\Tools\\Maintenance
214 return posix_isatty( $fd );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/tools/
H A DMaintenance.php210 …public static function posix_isatty( $fd ): bool { // phpcs:ignore MediaWiki.NamingConventions.Lo… function in Wikimedia\\Parsoid\\Tools\\Maintenance
214 return posix_isatty( $fd );
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-stdlib/src/
H A DConsoleHelper.php14 use function posix_isatty; alias
157 return function_exists('posix_isatty') && posix_isatty($resource);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/test/
H A Dcheck-syntax.php31 if (posix_isatty(STDOUT) && $color) {
39 if (posix_isatty(STDERR)) {
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A Dsql.php122 Maintenance::posix_isatty( 0 /*STDIN*/ )
134 $doDie = !Maintenance::posix_isatty( 0 );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A Dsql.php122 Maintenance::posix_isatty( 0 /*STDIN*/ )
134 $doDie = !Maintenance::posix_isatty( 0 );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A Dsql.php121 Maintenance::posix_isatty( 0 /*STDIN*/ )
133 $doDie = !Maintenance::posix_isatty( 0 );
/dports/devel/arcanist-lib/arcanist-b2e715f/src/hgdaemon/
H A DArcanistHgProxyServer.php463 if (!posix_isatty(STDOUT)) {
466 if (!posix_isatty(STDERR)) {
/dports/devel/arcanist/arcanist-b2e715f/src/hgdaemon/
H A DArcanistHgProxyServer.php463 if (!posix_isatty(STDOUT)) {
466 if (!posix_isatty(STDERR)) {
/dports/net-mgmt/observium/observium/libs/cli/
H A DShell.php94 return (function_exists('posix_isatty') && !posix_isatty(STDOUT));
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Output/
H A DStreamOutput.php101 return function_exists('posix_isatty') && @posix_isatty($this->stream);

123456789