Searched refs:file_descriptor (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/posix/tests/ |
H A D | posix_isatty_manual_zpp.phpt | 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 D | posix_ttyname_manual_zpp.phpt | 39 Deprecated: posix_ttyname(): Passing null to parameter #1 ($file_descriptor) of type int is depreca… 54 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, string given… 57 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, array given … 60 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass giv… 65 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToS… 70 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in…
|
H A D | posix_ttyname_value_errors.phpt | 22 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be between 0 and %d in %s on line %d 25 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be between 0 and %d in %s on line %d
|
H A D | posix_fpathconf.phpt | 25 posix_fpathconf(): Argument #1 ($file_descriptor) must be of type int|resource, string given
|
/php-src/ext/posix/ |
H A D | posix.stub.php | 385 /** @param resource|int $file_descriptor */ 386 function posix_ttyname($file_descriptor): string|false {} argument 388 /** @param resource|int $file_descriptor */ 389 function posix_isatty($file_descriptor): bool {} argument 461 /** @param resource|int $file_descriptor */ 462 function posix_fpathconf($file_descriptor, int $name): int|false {} argument
|
H A D | posix_arginfo.h | 87 ZEND_ARG_INFO(0, file_descriptor) 91 ZEND_ARG_INFO(0, file_descriptor) 183 ZEND_ARG_INFO(0, file_descriptor)
|
Completed in 30 milliseconds