Home
last modified time | relevance | path

Searched refs:php_setcookie (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/standard/
H A Dhead.h40 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, …
H A Dhead.c83 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, … in php_setcookie() function
265 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 1) == SUCCESS) { in PHP_FUNCTION()
318 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 0) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.3/
H A DUPGRADING.INTERNALS31 bb. php_setcookie
178 bb. php_setcookie() now expects an additional samesite argument, and the
180 int php_setcookie(zend_string *name, zend_string *value, time_t expires,

Completed in 24 milliseconds