Home
last modified time | relevance | path

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

/PHP-8.4/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) must not be empty
/PHP-8.4/ext/posix/
H A Dposix.stub.php397 function posix_eaccess(string $filename, int $flags = 0): bool {} function
H A Dposix_arginfo.h236 ZEND_FUNCTION(posix_eaccess);
310 ZEND_FE(posix_eaccess, arginfo_posix_eaccess)
H A Dposix.c735 PHP_FUNCTION(posix_eaccess) in PHP_FUNCTION() argument

Completed in 14 milliseconds