Home
last modified time | relevance | path

Searched defs:allowed_list (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c146 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update()
307 const unsigned char allowed_list[] = LOWALPHA HIALPHA DIGIT "!#$%&'*+-=?^_`{|}~@.[]"; in php_filter_email() local
321 …const unsigned char allowed_list[] = LOWALPHA HIALPHA DIGIT SAFE EXTRA NATIONAL PUNCTUATION RESERV… in php_filter_url() local
334 const unsigned char allowed_list[] = "+-" DIGIT; in php_filter_number_int() local
347 const unsigned char allowed_list[] = "+-" DIGIT; in php_filter_number_float() local

Completed in 11 milliseconds