Home
last modified time | relevance | path

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

/imagick/util/
H A Dtype_check.php7 $found_prefixes = []; variable
17 if (in_array($prefix, $found_prefixes, true) === false) {
18 $found_prefixes[] = $prefix;
22 sort($found_prefixes);
25 foreach ($found_prefixes as $prefix) {

Completed in 3 milliseconds