Home
last modified time | relevance | path

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

/PHP-8.3/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) cannot be empty
H A Dposix_fpathconf.phpt7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
/PHP-8.3/ext/posix/
H A Dposix.stub.php436 function posix_pathconf(string $path, int $name): int|false {} function
H A Dposix_arginfo.h256 ZEND_FUNCTION(posix_pathconf);
332 ZEND_FE(posix_pathconf, arginfo_posix_pathconf)
H A Dposix.c1276 PHP_FUNCTION(posix_pathconf) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING432 . Added posix_pathconf call to get configuration value from a directory/file.
H A DNEWS1086 . Added posix_pathconf. (David Carlier)

Completed in 15 milliseconds