Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h83 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
H A Dfilestat.c768 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value) in php_stat() function
1002 php_stat(filename, filename_len, funcnum, return_value); \
/PHP-7.4/ext/spl/
H A Dspl_directory.c291 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1161 php_stat(intern->file_name, intern->file_name_len, func_num, return_value); \
1514 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD()
1519 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value); in SPL_METHOD()
/PHP-7.4/ext/zip/
H A Dphp_zip.c297 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag); in php_zip_add_file()
/PHP-7.4/ext/phar/
H A Dphar_object.c1488 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()

Completed in 37 milliseconds