Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_readdir_mb_names.phpt47 echo "filename: $file : filetype: " . filetype($dirw . $file) . "\n";
62 filename: . : filetype: dir
63 filename: .. : filetype: dir
65 filename: tschüß : filetype: file
66 filename: tschüß3 : filetype: dir
67 filename: Voláçao : filetype: file
68 filename: Voláçao3 : filetype: dir
70 filename: š.txt : filetype: file
71 filename: żółć : filetype: dir
74 filename: привет : filetype: file
[all …]
H A Dbug64699.phpt35 $type = filetype($path);
38 … echo "filetype()[".str_pad($type, 4)."] == is_dir()[".str_pad($type2, 4)."] -> $comp: {$file}\n";
54 filetype()[dir ] == is_dir()[dir ] -> OK: .
55 filetype()[dir ] == is_dir()[dir ] -> OK: ..
56 filetype()[dir ] == is_dir()[dir ] -> OK: a
57 filetype()[dir ] == is_dir()[dir ] -> OK: şŞıİğĞ
58 filetype()[dir ] == is_dir()[dir ] -> OK: ソ
59 filetype()[dir ] == is_dir()[dir ] -> OK: ゾ
60 filetype()[dir ] == is_dir()[dir ] -> OK: 多国語
61 filetype()[dir ] == is_dir()[dir ] -> OK: 表
H A Dutil.inc118 if (filetype($dir . DIRECTORY_SEPARATOR . $object) == "dir")
/PHP-7.4/ext/standard/tests/file/
H A Dfiletype_error.phpt2 Test filetype() function: Error conditions
6 Prototype: string filetype ( string $filename );
13 print( filetype("/no/such/file/dir") );
16 print( filetype("string") );
17 print( filetype(100) );
20 print( filetype() );
23 print( filetype("file", "file") );
29 Warning: filetype(): Lstat failed for /no/such/file/dir in %s on line %d
31 Warning: filetype(): Lstat failed for string in %s on line %d
33 Warning: filetype(): Lstat failed for 100 in %s on line %d
[all …]
H A Dfiletype_basic.phpt2 Test filetype() function: Basic functionality
6 Prototype: string filetype ( string $filename );
11 echo "*** Testing filetype() with files and dirs ***\n";
13 print( filetype(__FILE__) )."\n";
14 print( filetype(".") )."\n";
19 *** Testing filetype() with files and dirs ***
H A Dfiletype_variation.phpt2 Test filetype() function: Variations
12 Prototype: string filetype ( string $filename );
17 echo "*** Testing filetype() with various types ***\n";
29 print( filetype($file1) )."\n";
30 print( filetype($file2) )."\n";
35 print( filetype($link1 ) )."\n";
39 print( filetype($link2) )."\n";
48 print( filetype("$file_path/filetype_variation") )."\n";
53 print( filetype( $file3) )."\n";
62 *** Testing filetype() with various types ***
H A Dfiletype_variation2.phpt2 Test filetype() function: Check character type
17 Prototype: string filetype ( string $filename );
23 print( filetype("/dev/null") )."\n";
H A Dfiletype_variation3.phpt2 Test filetype() function: Check block device
17 Prototype: string filetype ( string $filename );
23 print( filetype("/dev/ram0") )."\n";
H A D001.phpt63 echo "test.file is " . filetype('test.file') . "\n";
64 echo "test.link is " . filetype('test.link') . "\n";
H A D001-win32-mb.phpt47 echo "$fname is " . filetype($fname) . "\n";
H A D001-win32.phpt44 echo "test.file is " . filetype('test.file') . "\n";
/PHP-7.4/tests/security/
H A Dopen_basedir_filetype.phpt8 test_open_basedir("filetype");
16 *** Testing open_basedir configuration [filetype] ***
23 Warning: filetype(): open_basedir restriction in effect. File(../bad) is not within the allowed pat…
26 Warning: filetype(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the all…
29 Warning: filetype(): open_basedir restriction in effect. File(..) is not within the allowed path(s)…
32 Warning: filetype(): open_basedir restriction in effect. File(../) is not within the allowed path(s…
35 Warning: filetype(): open_basedir restriction in effect. File(/) is not within the allowed path(s):…
38 Warning: filetype(): open_basedir restriction in effect. File(../bad/.) is not within the allowed p…
41 Warning: filetype(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within th…
47 Warning: filetype(): open_basedir restriction in effect. File(./../.) is not within the allowed pat…
[all …]
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt24 echo "filetype=";
25 var_dump(filetype($srcFile));
40 filetype=
41 Warning: filetype(): Lstat failed for compress.zlib://%s004.txt.gz in %s on line %d
/PHP-7.4/ext/standard/
H A Dimage.c1312 if ( !filetype) filetype = tmp; in php_getimagetype()
1319 if (!memcmp(filetype, php_sig_gif, 3)) { in php_getimagetype()
1321 } else if (!memcmp(filetype, php_sig_jpg, 3)) { in php_getimagetype()
1323 } else if (!memcmp(filetype, php_sig_png, 3)) { in php_getimagetype()
1328 if (!memcmp(filetype, php_sig_png, 8)) { in php_getimagetype()
1334 } else if (!memcmp(filetype, php_sig_swf, 3)) { in php_getimagetype()
1336 } else if (!memcmp(filetype, php_sig_swc, 3)) { in php_getimagetype()
1338 } else if (!memcmp(filetype, php_sig_psd, 3)) { in php_getimagetype()
1340 } else if (!memcmp(filetype, php_sig_bmp, 2)) { in php_getimagetype()
1349 if (!memcmp(filetype+8, php_sig_webp, 4)) { in php_getimagetype()
[all …]
H A Dphp_image.h61 PHPAPI int php_getimagetype(php_stream *stream, char *filetype);
H A Dphp_filestat.h36 PHP_FUNCTION(filetype);
H A Dfilestat.c1048 FileFunction(PHP_FN(filetype), FS_TYPE) in FileFunction()
H A Dbasic_functions.c3262 PHP_FE(filetype, arginfo_filetype)
/PHP-7.4/ext/phar/tests/
H A Dstat2_5.3.phpt25 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
H A Dstat.phpt39 echo "filetype\n";
40 var_dump(filetype("dir/file1.txt"));
202 filetype
/PHP-7.4/ext/exif/
H A Dexif.c1961 image_filetype filetype; member
2888 switch(ImageInfo->Thumbnail.filetype) { in exif_thumbnail_build()
3417 ImageInfo->Thumbnail.filetype = ImageInfo->FileType; in exif_process_IFD_TAG_impl()
3420 ImageInfo->Thumbnail.filetype = IMAGE_FILETYPE_TIFF_MM; in exif_process_IFD_TAG_impl()
3426 if (ImageInfo->Thumbnail.filetype == IMAGE_FILETYPE_UNKNOWN) { in exif_process_IFD_TAG_impl()
3427 ImageInfo->Thumbnail.filetype = IMAGE_FILETYPE_JPEG; in exif_process_IFD_TAG_impl()
3704 if (ImageInfo->Thumbnail.filetype != IMAGE_FILETYPE_UNKNOWN in exif_process_IFD_in_JPEG()
4225 if (ImageInfo->Thumbnail.filetype != IMAGE_FILETYPE_UNKNOWN in exif_process_IFD_in_TIFF_impl()
4461 ImageInfo->Thumbnail.filetype = IMAGE_FILETYPE_UNKNOWN; in exif_read_from_impl()
4692 …exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Thumbnail.FileType", ImageInfo.Thumbnail.filetype); in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c627 if (r->finfo.filetype == 0) { in php_handler()
632 if (r->finfo.filetype == APR_DIR) { in php_handler()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c1033 PHAR_INTERCEPT(filetype); in phar_intercept_functions_init()
1069 PHAR_RELEASE(filetype); in phar_intercept_functions_shutdown()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18679 >>12 belong x filetype=%d
29571 >>>9 byte x Corel Shell: Unknown filetype %d
29579 >>>9 byte x Corel Notebook: Unknown filetype %d
29584 >>>9 byte x Corel Calculator: Unknown filetype %d
29594 >>>9 byte x Corel Calendar: Unknown filetype %d
29638 >>>9 byte x Corel Mail: Unknown filetype %d
29643 >>>9 byte x Corel Printer: Unknown filetype %d
29650 >>>9 byte x Corel Scheduler: Unknown filetype %d
29672 >>>9 byte x Corel Terminal: Unknown filetype %d
29701 >>>9 byte x GroupWise: Unknown filetype %d
[all …]
H A Dmagic18679 >>12 belong x filetype=%d
29571 >>>9 byte x Corel Shell: Unknown filetype %d
29579 >>>9 byte x Corel Notebook: Unknown filetype %d
29584 >>>9 byte x Corel Calculator: Unknown filetype %d
29594 >>>9 byte x Corel Calendar: Unknown filetype %d
29638 >>>9 byte x Corel Mail: Unknown filetype %d
29643 >>>9 byte x Corel Printer: Unknown filetype %d
29650 >>>9 byte x Corel Scheduler: Unknown filetype %d
29672 >>>9 byte x Corel Terminal: Unknown filetype %d
29701 >>>9 byte x GroupWise: Unknown filetype %d
[all …]

Completed in 175 milliseconds