Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h44 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value);
H A Dfilestat.c765 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat() function
1041 php_stat(filename, funcnum, return_value); \
/PHP-8.2/ext/spl/
H A Dspl_directory.c342 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1196 php_stat(intern->file_name, func_num, return_value); \
1508 php_stat(intern->file_name, FS_LPERMS, return_value); in PHP_METHOD()
1518 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()

Completed in 22 milliseconds