Home
last modified time | relevance | path

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

/PHP-8.0/ext/session/tests/
H A Dsession_get_cookie_params_variation1.phpt47 ["httponly"]=>
61 ["httponly"]=>
75 ["httponly"]=>
89 ["httponly"]=>
103 ["httponly"]=>
117 ["httponly"]=>
131 ["httponly"]=>
H A Dsession_get_cookie_params_basic.phpt29 "httponly" => FALSE,
47 ["httponly"]=>
62 ["httponly"]=>
77 ["httponly"]=>
92 ["httponly"]=>
/PHP-8.0/ext/standard/
H A Dhead.c81 zend_string *path, zend_string *domain, bool secure, bool httponly, in php_setcookie() argument
179 if (httponly) { in php_setcookie()
196 zend_string **domain, zend_bool *secure, zend_bool *httponly, zend_string **samesite) in php_head_parse_cookie_options_array() argument
215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
231 zend_bool secure = 0, httponly = 0; in php_setcookie_common() local
241 Z_PARAM_BOOL(httponly) in php_setcookie_common()
252 &domain, &secure, &httponly, &samesite) in php_setcookie_common()
258 …if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, !is_raw) == SUCC… in php_setcookie_common()
H A Dhead.h32 zend_string *path, zend_string *domain, bool secure, bool httponly,
H A Dbasic_functions.stub.php501 …= 0, string $path = "", string $domain = "", bool $secure = false, bool $httponly = false): bool {} argument
503 …= 0, string $path = "", string $domain = "", bool $secure = false, bool $httponly = false): bool {} argument
H A Dbasic_functions_arginfo.h752 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, httponly, _IS_BOOL, 0, "false")
/PHP-8.0/ext/session/
H A Dsession.stub.php62 …string $path = null, ?string $domain = null, ?bool $secure = null, ?bool $httponly = null): bool {} argument
H A Dsession_arginfo.h85 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, httponly, _IS_BOOL, 1, "null")
H A Dsession.c1682 zend_bool httponly = 0, httponly_null = 1; in PHP_FUNCTION() local
1697 Z_PARAM_BOOL_OR_NULL(httponly, httponly_null) in PHP_FUNCTION()
1751 httponly = zval_is_true(value); in PHP_FUNCTION()
1816 …result = zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE… in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/network/
H A Dsetcookie.phpt21 … $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secure' => true, 'httponly' => true, 'samesi…
/PHP-8.0/
H A Dphp.ini-development1396 ; http://php.net/session.cookie-httponly
H A Dphp.ini-production1398 ; http://php.net/session.cookie-httponly

Completed in 50 milliseconds