Home
last modified time | relevance | path

Searched refs:FILEINFO_NONE (Results 1 – 20 of 20) sorted by relevance

/php-src/ext/fileinfo/
H A Dfileinfo.stub.php9 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 Dbug61964-mb.phpt10 $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 Dbug61964.phpt10 $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 Dfinfo_set_flags_basic-mb.phpt12 var_dump( finfo_set_flags( $finfo, FILEINFO_NONE ) );
18 $finfo = new finfo( FILEINFO_NONE, $magicFile );
H A Dfinfo_set_flags_basic.phpt12 var_dump( finfo_set_flags( $finfo, FILEINFO_NONE ) );
18 $finfo = new finfo( FILEINFO_NONE, $magicFile );
H A Dcve-2014-1943-mb.phpt16 $fi = finfo_open(FILEINFO_NONE);
22 $fi = finfo_open(FILEINFO_NONE, $fm);
H A Dcve-2014-1943.phpt16 $fi = finfo_open(FILEINFO_NONE);
22 $fi = finfo_open(FILEINFO_NONE, $fm);
H A Dbug79283.phpt12 $finfo = new finfo(FILEINFO_NONE, $magic_file);
H A Dbug71527.phpt9 $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527.magic");
H A Dbug77961.phpt7 finfo_open(FILEINFO_NONE, __DIR__ . '/bug77961.magic');
H A Dbug71527-mb.phpt9 … $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527私はガラスを食べられます.magic");
H A Dfinfo_upstream.phpt15 $finfo = finfo_open(FILEINFO_NONE, file_exists($mp) ? $mp : NULL);
H A Dcve-2014-3538-mb.phpt18 $fi = finfo_open(FILEINFO_NONE);
H A Dcve-2014-3538.phpt18 $fi = finfo_open(FILEINFO_NONE);
H A Dcve-2014-3538-nojit.phpt22 $fi = finfo_open(FILEINFO_NONE);
H A Dfinfo_open_basic.phpt13 var_dump( finfo_open( FILEINFO_NONE, $magicFile ) );
H A Dfinfo_buffer_basic-mb.phpt10 FILEINFO_NONE,
H A Dfinfo_buffer_variation1-mb.phpt10 FILEINFO_NONE,
H A Dfinfo_buffer_variation1.phpt10 FILEINFO_NONE,
H A Dfinfo_buffer_basic.phpt10 FILEINFO_NONE,

Completed in 53 milliseconds