Searched refs:posix_isatty (Results 1 – 8 of 8) sorted by relevance
2 posix_isatty(): manually validating int ZPP param34 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 …
2 posix_isatty(): uncastable user stream12 var_dump(posix_isatty($fp));18 Warning: posix_isatty(): Could not use stream of type 'user-space' in %s on line %d
2 posix_isatty(): Basic tests8 var_dump(posix_isatty(STDIN));
2 posix_isatty(): errors for invalid file descriptors19 var_dump(posix_isatty($value));
2 posix_isatty(): casting stream does not emit data loss and should not emit warnings25 var_dump(posix_isatty($handle));
389 function posix_isatty($file_descriptor): bool {} function
226 ZEND_FUNCTION(posix_isatty);300 ZEND_FE(posix_isatty, arginfo_posix_isatty)
512 PHP_FUNCTION(posix_isatty) in PHP_FUNCTION() argument
Completed in 13 milliseconds