Home
last modified time | relevance | path

Searched refs:setrawcookie (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/standard/tests/
H A Dsetrawcookie_basic_001.phpt2 Test setrawcookie basic functionality
7 var_dump(setrawcookie('cookie_name', rawurlencode('cookie_content')));
H A Dsetrawcookie_basic_002.phpt2 Test setrawcookie to fail when output exists before
8 var_dump(@setrawcookie('cookie_name', rawurlencode('cookie_content')));
/PHP-7.3/ext/standard/
H A Dhead.h34 PHP_FUNCTION(setrawcookie);
H A Dhead.c288 PHP_FUNCTION(setrawcookie) in PHP_FUNCTION() argument
H A Dbasic_functions.c3058 PHP_FE(setrawcookie, arginfo_setrawcookie)
/PHP-7.3/
H A DUPGRADING383 . setcookie() and setrawcookie() now also support the following signature:
H A DNEWS1692 signature for setcookie(), setrawcookie() and session_set_cookie_params().

Completed in 32 milliseconds