Searched refs:adrlist (Results 1 – 1 of 1) sorted by relevance
3192 static bool header_injection(const zend_string *str, bool adrlist) in header_injection() argument3201 (adrlist && p[1] == '\0') in header_injection()3203 || (!adrlist && (p[1] == ' ' || p[1] == '\t')) in header_injection()3236 #define CHECK_HEADER_INJECTION(zstr, adrlist, header) \ in PHP_FUNCTION() argument3237 if (header_injection(zstr, adrlist)) { \ in PHP_FUNCTION()
Completed in 13 milliseconds