Searched refs:ctype_xdigit (Results 1 – 17 of 17) sorted by relevance
25 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
45 function ctype_xdigit($input) { return p\Ctype::ctype_xdigit($input); } function
49 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
45 function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit($text); } function
113 if (ctype_xdigit($string[$i])) {116 if (!ctype_xdigit($string[$i])) {
95 if (!ctype_xdigit($encoding)) {
11 function ctype_xdigit($string) function
41 if (!ctype_xdigit($hex)) {
152 if (!ctype_xdigit($hex)) {
361 …while($i < strlen($string) && (ctype_xdigit($string{$i}) || ctype_space($string{$i})) && strlen($a…381 if(@ctype_xdigit($string{$i+1}) && ctype_space($string{$i})
361 return ctype_xdigit($hexString) ? hexdec($hexString) : 0;
442 …while ($i < strlen($string) && (ctype_xdigit($string[$i]) || ctype_space($string[$i])) && strlen($…459 if (@ctype_xdigit($string[$i + 1]) && ctype_space($string[$i])
758 if (empty($this->_phpbb_user_session_id) || !ctype_xdigit($this->_phpbb_user_session_id)) {
1 …ype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit virtual apache_…