Searched refs:magic_database (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/fileinfo/ |
H A D | fileinfo.stub.php | 69 public function __construct(int $flags = FILEINFO_NONE, ?string $magic_database = null) {} argument 93 function finfo_open(int $flags = FILEINFO_NONE, ?string $magic_database = null): finfo|false {} argument
|
H A D | fileinfo_arginfo.h | 6 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, magic_database, IS_STRING, 1, "null") 38 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, magic_database, IS_STRING, 1, "null")
|
/php-src/ext/fileinfo/tests/ |
H A D | finfo_open_001.phpt | 41 finfo_open(): Argument #2 ($magic_database) must not contain any null bytes
|
Completed in 12 milliseconds