Searched defs:finfo (Results 1 – 4 of 4) sorted by relevance
6 class finfo class35 function finfo_close(finfo $finfo): bool {} argument37 function finfo_set_flags(finfo $finfo, int $flags): bool {} // TODO make return type void argument43 function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): s… argument49 function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINFO_NONE, $context = null): s… argument
59 #define FILEINFO_FROM_OBJECT(finfo, object) \ argument107 PHP_MINIT_FUNCTION(finfo) in PHP_MINIT_FUNCTION() argument182 php_fileinfo *finfo; in PHP_FUNCTION() local289 php_fileinfo *finfo; in PHP_FUNCTION() local313 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 13 milliseconds