Searched refs:ctype_xdigit (Results 1 – 9 of 9) sorted by path
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_…
192 public static function ctype_xdigit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
25 function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } function
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})
11 function ctype_xdigit($string) function
45 function ctype_xdigit($input) { return p\Ctype::ctype_xdigit($input); } function
486 if (ctype_xdigit($string[$i])) {489 if (!ctype_xdigit($string[$i])) break;6461 if (!ctype_xdigit($encoding)) {8822 if (!ctype_xdigit($hex)) return false;9812 if (!ctype_xdigit($hex)) return false;