Searched refs:php_stat (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/standard/ |
H A D | php_filestat.h | 44 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value);
|
H A D | filestat.c | 731 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat() function 1012 php_stat(filename, funcnum, return_value); \
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 323 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open() 1152 php_stat(intern->file_name, func_num, return_value); \ 1473 php_stat(intern->file_name, FS_LPERMS, return_value); in PHP_METHOD() 1483 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()
|
Completed in 19 milliseconds