Searched refs:posix_fpathconf (Results 1 – 4 of 4) sorted by relevance
2 Test posix_fpathconf11 var_dump(posix_fpathconf(-1, POSIX_PC_PATH_MAX));14 posix_fpathconf("string arg", POSIX_PC_PATH_MAX);19 var_dump(posix_fpathconf($fd, POSIX_PC_PATH_MAX));25 posix_fpathconf(): Argument #1 ($file_descriptor) must be of type int|resource, string given
462 function posix_fpathconf($file_descriptor, int $name): int|false {} function
258 ZEND_FUNCTION(posix_fpathconf);333 ZEND_FE(posix_fpathconf, arginfo_posix_fpathconf)
1307 PHP_FUNCTION(posix_fpathconf) in PHP_FUNCTION() argument
Completed in 11 milliseconds