Searched refs:fileinfo (Results 1 – 25 of 77) sorted by relevance
1234
/php-src/ext/fileinfo/ |
H A D | config.w32 | 3 ARG_ENABLE("fileinfo", "fileinfo support", "no"); 13 …EXTENSION('fileinfo', 'fileinfo.c php_libmagic.c', true, "/I" + configure_module_dirname + "/libma… 14 ADD_EXTENSION_DEP('fileinfo', 'pcre'); 15 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])], 39 PHP_NEW_EXTENSION([fileinfo], 40 [fileinfo.c php_libmagic.c $libmagic_sources], 44 PHP_ADD_EXTENSION_DEP(fileinfo, pcre)
|
H A D | CREDITS | 1 fileinfo
|
H A D | php_fileinfo.h | 37 PHP_MINFO_FUNCTION(fileinfo);
|
/php-src/ext/spl/tests/ |
H A D | bug78863.phpt | 12 foreach ($it as $fileinfo) { 13 if (!$fileinfo->isDot()) { 14 var_dump($fileinfo->getFilename());
|
/php-src/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 | bug68735.phpt | 2 Bug #68735 fileinfo out-of-bounds memory access 4 fileinfo
|
H A D | bug71434.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 | mime_content_type_002.phpt | 4 fileinfo
|
H A D | bug79756.phpt | 4 fileinfo
|
H A D | gh13344.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 | finfo_open_003.phpt | 4 fileinfo
|
H A D | bug67516.phpt | 4 fileinfo
|
H A D | bug69320.phpt | 4 fileinfo
|
/php-src/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() 123 if (dp->fileinfo.dwFileAttributes & (FILE_ATTRIBUTE_REPARSE_POINT | FILE_ATTRIBUTE_DEVICE)) { in readdir() 125 } else if (dp->fileinfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in readdir() 193 …if ((handle = FindFirstFileExW(filespecw, FindExInfoBasic, &(dp->fileinfo), FindExSearchNameMatch,… in rewinddir()
|
H A D | readdir.h | 37 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */ member
|
Completed in 44 milliseconds
1234