Home
last modified time | relevance | path

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

/PHP-8.4/ext/posix/tests/
H A Dposix_isatty_manual_zpp.phpt2 posix_isatty(): manually validating int ZPP param
34 var_dump(posix_isatty($type));
39 Deprecated: posix_isatty(): Passing null to parameter #1 ($file_descriptor) of type int is deprecat…
54 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, string given …
57 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, array given i…
60 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass give…
63 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToSt…
66 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in …
H A Dposix_isatty_non_castable_user_stream.phpt2 posix_isatty(): uncastable user stream
12 var_dump(posix_isatty($fp));
18 Warning: posix_isatty(): Could not use stream of type 'user-space' in %s on line %d
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
8 var_dump(posix_isatty(STDIN));
H A Dposix_isatty_value_errors.phpt2 posix_isatty(): errors for invalid file descriptors
19 var_dump(posix_isatty($value));
H A Dposix_isatty_no_warning_on_stream_cast.phpt2 posix_isatty(): casting stream does not emit data loss and should not emit warnings
25 var_dump(posix_isatty($handle));
/PHP-8.4/ext/posix/
H A Dposix.stub.php382 function posix_isatty($file_descriptor): bool {} function
H A Dposix_arginfo.h226 ZEND_FUNCTION(posix_isatty);
300 ZEND_FE(posix_isatty, arginfo_posix_isatty)
H A Dposix.c512 PHP_FUNCTION(posix_isatty) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS934 . Updated posix_isatty to set the error number on file descriptors.
H A DUPGRADING710 . posix_isatty now sets the error number when the file descriptor/stream argument

Completed in 21 milliseconds