Searched refs:php_stat_len (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | php_filestat.h | 87 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 D | filestat.c | 849 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.6/ext/phar/ |
H A D | func_interceptors.c | 611 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 10 milliseconds