Searched refs:php_stat (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | php_filestat.h | 88 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val…
|
H A D | filestat.c | 762 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat() function 1013 php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
|
/PHP-7.1/ext/spl/ |
H A D | spl_directory.c | 266 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp); in spl_filesystem_file_open() 1137 php_stat(intern->file_name, intern->file_name_len, func_num, return_value); \ 1480 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD() 1485 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value); in SPL_METHOD()
|
/PHP-7.1/ext/zip/ |
H A D | php_zip.c | 294 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag); in php_zip_add_file()
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 1514 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()
|
Completed in 39 milliseconds