Home
last modified time | relevance | path

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

/PHP-8.1/sapi/cli/tests/
H A Dstd_streams.phpt20 // These have a tty attached
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c81 int tty = -1; variable
83 if (tty == -1) \
84 tty = open("/dev/tty", O_RDWR); \
85 if (tty == -1) \
87 dprintf(tty, __VA_ARGS__); \
/PHP-8.1/.github/workflows/
H A Dnightly.yml366 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…

Completed in 11 milliseconds