Searched refs:min_length (Results 1 – 4 of 4) sorted by relevance
75 if (!isset($charset->min_length) ||76 !(is_int($charset->min_length)) ||77 ($charset->min_length < 0) ||78 ($charset->min_length > $charset->max_length))80 gettype($charset->min_length), $charset->min_length);
70 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {} argument
70 ZEND_ARG_TYPE_INFO(0, min_length, IS_LONG, 0)
405 unsigned int min_length = 0;408 min_length = 2;410 min_length = 1;413 ZEND_IGNORE_VALUE(min_length); /* On Posix systems this may be unused */414 if (IS_ABSOLUTE_PATH(name, min_length)) {
Completed in 9 milliseconds