httponly 1705 ext/session/session.c zend_bool secure = 0, httponly = 0; httponly 1709 ext/session/session.c zend_parse_parameters(argc, "z|SSbb", &lifetime, &path, &domain, &secure, &httponly) == FAILURE) { httponly 1737 ext/session/session.c zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); httponly 2479 ext/session/session.c ZEND_ARG_INFO(0, httponly) httponly 1427 ext/standard/basic_functions.c ZEND_ARG_INFO(0, httponly) httponly 1437 ext/standard/basic_functions.c ZEND_ARG_INFO(0, httponly) httponly 80 ext/standard/head.c 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) httponly 172 ext/standard/head.c if (httponly) { httponly 192 ext/standard/head.c zend_bool secure = 0, httponly = 0; httponly 195 ext/standard/head.c &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { httponly 199 ext/standard/head.c if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) { httponly 213 ext/standard/head.c zend_bool secure = 0, httponly = 0; httponly 216 ext/standard/head.c &name, &value, &expires, &path, &domain, &secure, &httponly) == FAILURE) { httponly 220 ext/standard/head.c if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) { httponly 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);