Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h93 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val…
H A Dfilestat.c849 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat() function
1089 php_stat(filename, (php_stat_len) filename_len, funcnum, return_value TSRMLS_CC); \
/PHP-5.5/ext/spl/
H A Dspl_directory.c280 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, &tmp TSRMLS_CC); in spl_filesystem_file_open()
1164 php_stat(intern->file_name, intern->file_name_len, func_num, return_value TSRMLS_CC); \
1504 php_stat(intern->file_name, intern->file_name_len, FS_IS_LINK, return_value TSRMLS_CC); in SPL_METHOD()
1509 php_stat(intern->file_name, intern->file_name_len, FS_IS_DIR, return_value TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/ext/zip/
H A Dphp_zip.c315 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag TSRMLS_CC); in php_zip_add_file()
/PHP-5.5/ext/phar/
H A Dphar_object.c1498 php_stat(fname, fname_len, FS_IS_DIR, &dummy TSRMLS_CC); in phar_build()

Completed in 30 milliseconds