Searched defs:finfo (Results 1 – 4 of 4) sorted by relevance
66 class finfo class95 function finfo_close(finfo $finfo): bool {} argument97 function finfo_set_flags(finfo $finfo, int $flags): bool {} // TODO make return type void argument103 function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): s… argument109 function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINFO_NONE, $context = null): s… argument
59 #define FILEINFO_FROM_OBJECT(finfo, object) \ argument106 PHP_MINIT_FUNCTION(finfo) in PHP_MINIT_FUNCTION() argument164 php_fileinfo *finfo; in PHP_FUNCTION() local271 php_fileinfo *finfo; in PHP_FUNCTION() local295 php_fileinfo *finfo = NULL; in _php_finfo_get_type() local
45 zend_stat_t finfo; member
509 zend_fcall_info *finfo, in php_converter_resolve_callback()
Completed in 12 milliseconds