Home
last modified time | relevance | path

Searched refs:url_encode (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dhead.h34 …har *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TS…
H A Dhead.c76 …har *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TS… in php_setcookie() argument
89 …if (!url_encode && value && strpbrk(value, ",; \t\r\n\013\014") != NULL) { /* man isspace for \013… in php_setcookie()
95 if (value && url_encode) { in php_setcookie()

Completed in 7 milliseconds