Searched refs:fileinfo (Results 1 – 25 of 72) sorted by relevance
123
/PHP-8.1/ext/fileinfo/ |
H A D | config.w32 | 3 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 D | config.m4 | 1 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 D | CREDITS | 1 fileinfo
|
H A D | php_fileinfo.h | 35 PHP_MINFO_FUNCTION(fileinfo);
|
/PHP-8.1/ext/spl/tests/ |
H A D | bug78863.phpt | 12 foreach ($it as $fileinfo) { 13 if (!$fileinfo->isDot()) { 14 var_dump($fileinfo->getFilename());
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | bug-gh11891.phpt | 2 Bug GH-11891: fileinfo returns text/xml for some svg files 4 fileinfo
|
H A D | finfo_phpinfo_basic.phpt | 4 fileinfo 14 var_dump(preg_match("/fileinfo support => enabled/", $output));
|
H A D | bug71434.phpt | 2 Bug #68735 fileinfo out-of-bounds memory access 4 fileinfo
|
H A D | bug68735.phpt | 2 Bug #68735 fileinfo out-of-bounds memory access 4 fileinfo
|
H A D | bug81723.phpt | 4 fileinfo
|
H A D | finfo_open_002.phpt | 4 fileinfo
|
H A D | finfo_extension_flag.phpt | 4 fileinfo
|
H A D | bug68398.phpt | 4 fileinfo
|
H A D | bug68731.phpt | 4 fileinfo
|
H A D | bug79756.phpt | 4 fileinfo
|
H A D | mime_content_type_002.phpt | 4 fileinfo
|
H A D | bug67647.phpt | 4 fileinfo
|
H A D | bug61173.phpt | 4 fileinfo
|
H A D | precedural_finfo_in_method.phpt | 4 fileinfo
|
H A D | bug67516.phpt | 4 fileinfo
|
H A D | bug69320.phpt | 4 fileinfo
|
H A D | bug77961.phpt | 4 fileinfo
|
H A D | bug79283.phpt | 4 fileinfo
|
/PHP-8.1/win32/ |
H A D | readdir.c | 73 …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 D | readdir.h | 31 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */ member
|
Completed in 35 milliseconds
123