Searched refs:posix_pathconf (Results 1 – 5 of 5) sorted by relevance
2 Test posix_pathconf7 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
7 if (!function_exists("posix_pathconf")) die("skip only platforms with posix_pathconf");
457 function posix_pathconf(string $path, int $name): int|false {} function
255 ZEND_FUNCTION(posix_pathconf);330 ZEND_FE(posix_pathconf, arginfo_posix_pathconf)
1276 PHP_FUNCTION(posix_pathconf) in PHP_FUNCTION() argument
Completed in 9 milliseconds