Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds