Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_filestat.h85 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
H A Dfilestat.c762 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value) in php_stat() function
1007 php_stat(filename, filename_len, funcnum, return_value); \
/PHP-7.2/
H A DUPGRADING.INTERNALS28 …- PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
/PHP-7.2/ext/spl/
H A Dspl_directory.c290 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1160 php_stat(intern->file_name, intern->file_name_len, func_num, return_value); \
1503 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD()
1508 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value); in SPL_METHOD()
/PHP-7.2/ext/zip/
H A Dphp_zip.c299 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag); in php_zip_add_file()
/PHP-7.2/ext/phar/
H A Dphar_object.c1515 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()

Completed in 48 milliseconds