Home
last modified time | relevance | path

Searched refs:httponly (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt50 ["httponly"]=>
62 ["httponly"]=>
74 ["httponly"]=>
86 ["httponly"]=>
98 ["httponly"]=>
110 ["httponly"]=>
H A Dsession_get_cookie_params_basic.phpt44 ["httponly"]=>
57 ["httponly"]=>
70 ["httponly"]=>
H A Dsession_set_cookie_params_basic.phpt11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation1.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation2.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation4.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation3.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_variation5.phpt13 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
H A Dsession_set_cookie_params_error.phpt11 …ookie_params(int $lifetime [, string $path [, string $domain [, bool $secure [, bool $httponly]]]])
/PHP-5.5/ext/standard/
H A Dhead.c76 …th, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC) in php_setcookie()
162 if (httponly) { in php_setcookie()
182 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
187 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
191 …lue, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRMLS_CC) == SUC… in PHP_FUNCTION()
205 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
210 &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) { in PHP_FUNCTION()
214 …lue, value_len, expires, path, path_len, domain, domain_len, secure, 0, httponly TSRMLS_CC) == SUC… in PHP_FUNCTION()
H A Dhead.h34 …h, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC);
H A Dbasic_functions.c1463 ZEND_ARG_INFO(0, httponly)
1473 ZEND_ARG_INFO(0, httponly)
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt32 'Set-Cookie: name=value; httponly'
/PHP-5.5/ext/session/
H A Dsession.c1658 zend_bool secure = 0, httponly = 0;
1661 …_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len, &secure, &httponly) == FAILURE) {
1680 …zend_alter_ini_entry("session.cookie_httponly", sizeof("session.cookie_httponly"), httponly ? "1" …
2223 ZEND_ARG_INFO(0, httponly)
/PHP-5.5/
H A Dphp.ini-development1432 ; http://php.net/session.cookie-httponly
H A Dphp.ini-production1432 ; http://php.net/session.cookie-httponly

Completed in 69 milliseconds