Home
last modified time | relevance | path

Searched refs:posix_pathconf (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/posix/tests/
H A Dposix_pathconf.phpt2 Test posix_pathconf
7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
12 posix_pathconf('', POSIX_PC_PATH_MAX);
16 var_dump(posix_pathconf(str_repeat('non_existent', 4096), POSIX_PC_NAME_MAX));
18 var_dump(posix_pathconf(sys_get_temp_dir(), POSIX_PC_PATH_MAX));
21 posix_pathconf(): Argument #1 ($path) must not be empty
H A Dposix_fpathconf.phpt7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
/PHP-8.4/ext/posix/
H A Dposix.stub.php450 function posix_pathconf(string $path, int $name): int|false {} function
H A Dposix_arginfo.h255 ZEND_FUNCTION(posix_pathconf);
330 ZEND_FE(posix_pathconf, arginfo_posix_pathconf)
H A Dposix.c1276 PHP_FUNCTION(posix_pathconf) in PHP_FUNCTION() argument

Completed in 12 milliseconds