Home
last modified time | relevance | path

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

1234

/php-src/ext/fileinfo/
H A Dconfig.w323 ARG_ENABLE("fileinfo", "fileinfo support", "no");
13 …EXTENSION('fileinfo', 'fileinfo.c php_libmagic.c', true, "/I" + configure_module_dirname + "/libma…
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])],
24 …PHP_NEW_EXTENSION(fileinfo, fileinfo.c php_libmagic.c $libmagic_sources, $ext_shared,,-I@ext_srcdi…
H A DCREDITS1 fileinfo
H A Dphp_fileinfo.h37 PHP_MINFO_FUNCTION(fileinfo);
/php-src/ext/spl/tests/
H A Dbug78863.phpt12 foreach ($it as $fileinfo) {
13 if (!$fileinfo->isDot()) {
14 var_dump($fileinfo->getFilename());
/php-src/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 Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
4 fileinfo
H A Dbug71434.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 Dmime_content_type_002.phpt4 fileinfo
H A Dbug79756.phpt4 fileinfo
H A Dgh13344.phpt4 fileinfo
H A Dbug67647.phpt4 fileinfo
H A Dbug61173.phpt4 fileinfo
H A Dprecedural_finfo_in_method.phpt4 fileinfo
H A Dfinfo_open_003.phpt4 fileinfo
H A Dbug67516.phpt4 fileinfo
H A Dbug69320.phpt4 fileinfo
/php-src/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()
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 Dreaddir.h37 WIN32_FIND_DATAW fileinfo; /* from _findfirst/_findnext */ member

Completed in 35 milliseconds

1234