Searched refs:posix_eaccess (Results 1 – 4 of 4) sorted by relevance
2 posix_eaccess() with bogus paths7 if (!function_exists("posix_eaccess")) die("skip only platforms with posix_eaccess");13 posix_eaccess(str_repeat('bogus path', 1042));20 posix_eaccess(): Argument #1 ($filename) must not be empty
404 function posix_eaccess(string $filename, int $flags = 0): bool {} function
236 ZEND_FUNCTION(posix_eaccess);310 ZEND_FE(posix_eaccess, arginfo_posix_eaccess)
735 PHP_FUNCTION(posix_eaccess) in PHP_FUNCTION() argument
Completed in 10 milliseconds