Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_filestat.h87 typedef unsigned int php_stat_len; typedef
89 typedef int php_stat_len; typedef
93 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()
1089 php_stat(filename, (php_stat_len) filename_len, funcnum, return_value TSRMLS_CC); \
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c611 static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*ori… in phar_file_stat()
820 …phar_file_stat(filename, (php_stat_len) filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PAR…

Completed in 14 milliseconds