Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_filestat.h88 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val…
H A Dfilestat.c837 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat() function
1088 php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
/PHP-7.0/ext/spl/
H A Dspl_directory.c266 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1136 php_stat(intern->file_name, intern->file_name_len, func_num, return_value); \
1476 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value); in SPL_METHOD()
1481 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value); in SPL_METHOD()
/PHP-7.0/ext/zip/
H A Dphp_zip.c294 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag); in php_zip_add_file()
/PHP-7.0/ext/phar/
H A Dphar_object.c1526 php_stat(fname, fname_len, FS_IS_DIR, &dummy); in phar_build()

Completed in 38 milliseconds