Home
last modified time | relevance | path

Searched refs:posix_fpathconf (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/posix/tests/
H A Dposix_fpathconf.phpt2 Test posix_fpathconf
11 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
/php-src/ext/posix/
H A Dposix.stub.php455 function posix_fpathconf($file_descriptor, int $name): int|false {} function
H A Dposix_arginfo.h258 ZEND_FUNCTION(posix_fpathconf);
333 ZEND_FE(posix_fpathconf, arginfo_posix_fpathconf)
H A Dposix.c1308 PHP_FUNCTION(posix_fpathconf) in PHP_FUNCTION() argument

Completed in 10 milliseconds