Home
last modified time | relevance | path

Searched refs:php_stat (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/standard/
H A Dphp_filestat.h44 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value);
H A Dfilestat.c741 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat() function
1017 php_stat(filename, funcnum, return_value); \
/PHP-8.1/ext/spl/
H A Dspl_directory.c314 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1174 php_stat(intern->file_name, func_num, return_value); \
1482 php_stat(intern->file_name, FS_LPERMS, return_value); in PHP_METHOD()
1492 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()

Completed in 16 milliseconds