Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 3 of 3) sorted by relevance

/php-src/sapi/cli/tests/
H A Dstd_streams.phpt20 // These have a tty attached
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c95 int tty = -1; variable
97 if (tty == -1) \
98 tty = open("/dev/tty", O_RDWR); \
99 if (tty == -1) \
101 dprintf(tty, __VA_ARGS__); \
/php-src/.github/workflows/
H A Dnightly.yml487 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…

Completed in 11 milliseconds