Home
last modified time | relevance | path

Searched refs:fileinfo (Results 1 – 25 of 72) sorted by relevance

123

/PHP-8.1/ext/fileinfo/
H A Dconfig.w323 ARG_ENABLE("fileinfo", "fileinfo support", "no");
13 …EXTENSION('fileinfo', 'fileinfo.c', true, "/I" + configure_module_dirname + "/libmagic /I" + confi…
14 ADD_SOURCES(configure_module_dirname + '\\libmagic', LIBMAGIC_SOURCES, "fileinfo");
H A Dconfig.m41 PHP_ARG_ENABLE([fileinfo],
2 [for fileinfo support],
3 [AS_HELP_STRING([--disable-fileinfo],
4 [Disable fileinfo support])],
52 PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic)
H A DCREDITS1 fileinfo
H A Dphp_fileinfo.h35 PHP_MINFO_FUNCTION(fileinfo);
/PHP-8.1/ext/spl/tests/
H A Dbug78863.phpt12 foreach ($it as $fileinfo) {
13 if (!$fileinfo->isDot()) {
14 var_dump($fileinfo->getFilename());
/PHP-8.1/ext/fileinfo/tests/
H A Dbug-gh11891.phpt2 Bug GH-11891: fileinfo returns text/xml for some svg files
4 fileinfo
H A Dfinfo_phpinfo_basic.phpt4 fileinfo
14 var_dump(preg_match("/fileinfo support => enabled/", $output));
H A Dbug71434.phpt2 Bug #68735 fileinfo out-of-bounds memory access
4 fileinfo
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
4 fileinfo
H A Dbug81723.phpt4 fileinfo
H A Dfinfo_open_002.phpt4 fileinfo
H A Dfinfo_extension_flag.phpt4 fileinfo
H A Dbug68398.phpt4 fileinfo
H A Dbug68731.phpt4 fileinfo
H A Dbug79756.phpt4 fileinfo
H A Dmime_content_type_002.phpt4 fileinfo
H A Dbug67647.phpt4 fileinfo
H A Dbug61173.phpt4 fileinfo
H A Dprecedural_finfo_in_method.phpt4 fileinfo
H A Dbug67516.phpt4 fileinfo
H A Dbug69320.phpt4 fileinfo
H A Dbug77961.phpt4 fileinfo
H A Dbug79283.phpt4 fileinfo
/PHP-8.1/win32/
H A Dreaddir.c73 …if ((handle = FindFirstFileExW(filespecw, FindExInfoBasic, &(dp->fileinfo), FindExSearchNameMatch,… in opendir()
104 if (FindNextFileW(dp->handle, &(dp->fileinfo)) == 0) { in readdir()
110 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
186 …if ((handle = FindFirstFileExW(filespecw, FindExInfoBasic, &(dp->fileinfo), FindExSearchNameMatch,… in rewinddir()
H A Dreaddir.h31 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */ member

Completed in 25 milliseconds

123