Searched refs:min_length (Results 1 – 3 of 3) sorted by relevance
74 if (!isset($charset->min_length) ||75 !(is_int($charset->min_length)) ||76 ($charset->min_length < 0) ||77 ($charset->min_length > $charset->max_length))79 gettype($charset->min_length), $charset->min_length);
52 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {} argument
70 ZEND_ARG_TYPE_INFO(0, min_length, IS_LONG, 0)
Completed in 9 milliseconds