Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_filestat.h44 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value);
H A Dfilestat.c731 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 Dspl_directory.c319 php_stat(intern->file_name, FS_IS_DIR, &tmp); in spl_filesystem_file_open()
1148 php_stat(intern->file_name, func_num, return_value); \
1469 php_stat(intern->file_name, FS_LPERMS, return_value); in PHP_METHOD()
1479 php_stat(intern->file_name, FS_IS_DIR, return_value); in PHP_METHOD()

Completed in 21 milliseconds