Home
last modified time | relevance | path

Searched refs:posix_eaccess (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/posix/tests/
H A Dposix_eaccess.phpt2 posix_eaccess() with bogus paths
7 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) cannot be empty
/PHP-8.3/ext/posix/
H A Dposix.stub.php383 function posix_eaccess(string $filename, int $flags = 0): bool {} function
H A Dposix_arginfo.h237 ZEND_FUNCTION(posix_eaccess);
312 ZEND_FE(posix_eaccess, arginfo_posix_eaccess)
H A Dposix.c735 PHP_FUNCTION(posix_eaccess) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING435 . Added posix_eaccess call to check the effective user id's permission for
H A DNEWS1089 . Added posix_eaccess. (David Carlier)

Completed in 16 milliseconds