Searched defs:httponly (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | head.c | 81 zend_string *path, zend_string *domain, bool secure, bool httponly, in php_setcookie() 195 zend_string **domain, bool *secure, bool *httponly, zend_string **samesite) in php_head_parse_cookie_options_array() 230 bool secure = 0, httponly = 0; in php_setcookie_common() local
|
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/ext/session/ |
H A D | session.stub.php | 88 …?string $path = null, ?string $domain = null, ?bool $secure = null, ?bool $httponly = null): bool …
|
H A D | session.c | 1697 bool httponly = 0, httponly_null = 1; in PHP_FUNCTION() local
|
Completed in 21 milliseconds