Searched refs:httponly (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/session/tests/ |
H A D | session_get_cookie_params_variation1.phpt | 47 ["httponly"]=> 61 ["httponly"]=> 75 ["httponly"]=> 89 ["httponly"]=> 103 ["httponly"]=> 117 ["httponly"]=> 131 ["httponly"]=>
|
H A D | session_get_cookie_params_basic.phpt | 29 "httponly" => FALSE, 47 ["httponly"]=> 62 ["httponly"]=> 77 ["httponly"]=> 92 ["httponly"]=>
|
/PHP-8.0/ext/standard/ |
H A D | head.c | 81 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 D | head.h | 32 zend_string *path, zend_string *domain, bool secure, bool httponly,
|
H A D | basic_functions.stub.php | 501 …= 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 D | basic_functions_arginfo.h | 752 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, httponly, _IS_BOOL, 0, "false")
|
/PHP-8.0/ext/session/ |
H A D | session.stub.php | 62 …string $path = null, ?string $domain = null, ?bool $secure = null, ?bool $httponly = null): bool {} argument
|
H A D | session_arginfo.h | 85 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, httponly, _IS_BOOL, 1, "null")
|
H A D | session.c | 1682 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 D | setcookie.phpt | 21 … $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secure' => true, 'httponly' => true, 'samesi…
|
/PHP-8.0/ |
H A D | php.ini-development | 1396 ; http://php.net/session.cookie-httponly
|
H A D | php.ini-production | 1398 ; http://php.net/session.cookie-httponly
|
Completed in 62 milliseconds