Searched refs:FILEINFO_NONE (Results 1 – 20 of 20) sorted by relevance
/php-src/ext/fileinfo/ |
H A D | fileinfo.stub.php | 9 const FILEINFO_NONE = UNKNOWN; define 69 public function __construct(int $flags = FILEINFO_NONE, ?string $magic_database = null) {} 76 …public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false … 83 …public function buffer(string $string, int $flags = FILEINFO_NONE, $context = null): string|false … 93 function finfo_open(int $flags = FILEINFO_NONE, ?string $magic_database = null): finfo|false {} 103 function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): s… 109 function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINFO_NONE, $context = null): s…
|
/php-src/ext/fileinfo/tests/ |
H A D | bug61964-mb.phpt | 10 $ret = @finfo_open(FILEINFO_NONE, $magic_file . ".non-exits私はガラスを食べられます"); 21 $ret = finfo_open(FILEINFO_NONE, $dir); 24 $ret = @finfo_open(FILEINFO_NONE, $dir); 27 $ret = @finfo_open(FILEINFO_NONE, $dir. "/non-exits-dir私はガラスを食べられます"); 35 finfo_open(FILEINFO_NONE, $dir);
|
H A D | bug61964.phpt | 10 $ret = @finfo_open(FILEINFO_NONE, $magic_file . ".non-exits"); 21 $ret = finfo_open(FILEINFO_NONE, $dir); 24 $ret = @finfo_open(FILEINFO_NONE, $dir); 27 $ret = @finfo_open(FILEINFO_NONE, $dir. "/non-exits-dir"); 35 finfo_open(FILEINFO_NONE, $dir);
|
H A D | finfo_set_flags_basic-mb.phpt | 12 var_dump( finfo_set_flags( $finfo, FILEINFO_NONE ) ); 18 $finfo = new finfo( FILEINFO_NONE, $magicFile );
|
H A D | finfo_set_flags_basic.phpt | 12 var_dump( finfo_set_flags( $finfo, FILEINFO_NONE ) ); 18 $finfo = new finfo( FILEINFO_NONE, $magicFile );
|
H A D | cve-2014-1943-mb.phpt | 16 $fi = finfo_open(FILEINFO_NONE); 22 $fi = finfo_open(FILEINFO_NONE, $fm);
|
H A D | cve-2014-1943.phpt | 16 $fi = finfo_open(FILEINFO_NONE); 22 $fi = finfo_open(FILEINFO_NONE, $fm);
|
H A D | bug79283.phpt | 12 $finfo = new finfo(FILEINFO_NONE, $magic_file);
|
H A D | bug71527.phpt | 9 $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527.magic");
|
H A D | bug77961.phpt | 7 finfo_open(FILEINFO_NONE, __DIR__ . '/bug77961.magic');
|
H A D | bug71527-mb.phpt | 9 … $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527私はガラスを食べられます.magic");
|
H A D | finfo_upstream.phpt | 15 $finfo = finfo_open(FILEINFO_NONE, file_exists($mp) ? $mp : NULL);
|
H A D | cve-2014-3538-mb.phpt | 18 $fi = finfo_open(FILEINFO_NONE);
|
H A D | cve-2014-3538.phpt | 18 $fi = finfo_open(FILEINFO_NONE);
|
H A D | cve-2014-3538-nojit.phpt | 22 $fi = finfo_open(FILEINFO_NONE);
|
H A D | finfo_open_basic.phpt | 13 var_dump( finfo_open( FILEINFO_NONE, $magicFile ) );
|
H A D | finfo_buffer_basic-mb.phpt | 10 FILEINFO_NONE,
|
H A D | finfo_buffer_variation1-mb.phpt | 10 FILEINFO_NONE,
|
H A D | finfo_buffer_variation1.phpt | 10 FILEINFO_NONE,
|
H A D | finfo_buffer_basic.phpt | 10 FILEINFO_NONE,
|
Completed in 11 milliseconds