Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds