Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt73 if (!isset($charset->min_length) ||
74 !(is_int($charset->min_length)) ||
75 ($charset->min_length < 0) ||
76 ($charset->min_length > $charset->max_length))
78 gettype($charset->min_length), $charset->min_length);
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php38 function pspell_config_ignore(int $config, int $min_length): bool {} argument
H A Dpspell_arginfo.h70 ZEND_ARG_TYPE_INFO(0, min_length, IS_LONG, 0)

Completed in 6 milliseconds