httponly 1678 ext/session/session.c zend_bool secure = 0, httponly = 0; httponly 1681 ext/session/session.c zend_parse_parameters(argc TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { httponly 1700 ext/session/session.c zend_alter_ini_entry("session.cookie_httponly", sizeof("session.cookie_httponly"), httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); httponly 2258 ext/session/session.c ZEND_ARG_INFO(0, httponly) httponly 1439 ext/standard/basic_functions.c ZEND_ARG_INFO(0, httponly) httponly 1449 ext/standard/basic_functions.c ZEND_ARG_INFO(0, httponly) httponly 76 ext/standard/head.c PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC) httponly 162 ext/standard/head.c if (httponly) { httponly 182 ext/standard/head.c zend_bool secure = 0, httponly = 0; httponly 187 ext/standard/head.c &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { httponly 191 ext/standard/head.c if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRMLS_CC) == SUCCESS) { httponly 205 ext/standard/head.c zend_bool secure = 0, httponly = 0; httponly 210 ext/standard/head.c &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { httponly 214 ext/standard/head.c if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 0, httponly TSRMLS_CC) == SUCCESS) { httponly 34 ext/standard/head.h PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC);