php_setcookie     199 ext/standard/head.c 	if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) {
php_setcookie     220 ext/standard/head.c 	if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) {
php_setcookie      41 ext/standard/head.h PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int url_encode, int httponly);