Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 25 of 39) sorted by path

12

/PHP-5.5/
H A DNEWS1360 . Fixed bug #66469 (Session module is sending multiple set-cookie headers when
6589 - Fixed bug #35975 (Session cookie expires date format isn't the most
8123 - Added support for httpOnly flag for session extension and cookie setting
8419 - Fixed bug #38211 (variable name and cookie name match breaks script
9582 - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
H A Dacinclude.m41767 ], [cookie_io_functions_t cookie;], [have_cookie_io_functions_t=yes], [])
1782 __ssize_t reader(void *cookie, char *buffer, size_t size)
1784 __ssize_t writer(void *cookie, const char *buffer, size_t size)
1786 int closer(void *cookie)
1788 int seeker(void *cookie, __off64_t *position, int whence)
1789 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1817 ], [ _IO_cookie_io_functions_t cookie; ], [have_IO_cookie_io_functions_t=yes], [])
/PHP-5.5/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_011.phpt19 echo '*** Testing curl with cookie ***' . "\n";
21 $url = "{$host}/get.php?test=cookie";
36 *** Testing curl with cookie ***
/PHP-5.5/ext/date/tests/
H A Dbug53879.phpt2 Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16088 # Web browser cookie files
16091 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
16092 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
16093 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
/PHP-5.5/ext/filter/tests/
H A D041.phpt2 COOKIE multiple cookie test
/PHP-5.5/ext/imap/
H A Dphp_imap.c3477 char *cookie = NIL; in PHP_FUNCTION() local
3822 for (param = bod->parameter; param && !cookie; param = param->next) { in PHP_FUNCTION()
3824 cookie = param->value; in PHP_FUNCTION()
3829 if (!cookie) { in PHP_FUNCTION()
3830 cookie = "-"; in PHP_FUNCTION()
3831 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
3846 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3858 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c2584 char *cookie = NULL; in PHP_FUNCTION() local
2593 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len) != S… in PHP_FUNCTION()
2614 lcookie.bv_val = cookie; in PHP_FUNCTION()
2673 zval *link, *result, *cookie, *estimated; in PHP_FUNCTION() local
2683 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|zz", &link, &result, &cookie, &estimated)… in PHP_FUNCTION()
2749 zval_dtor(cookie); in PHP_FUNCTION()
2751 ZVAL_EMPTY_STRING(cookie); in PHP_FUNCTION()
2753 ZVAL_STRINGL(cookie, lcookie.bv_val, lcookie.bv_len, 1); in PHP_FUNCTION()
2952 ZEND_ARG_INFO(0, cookie)
2958 ZEND_ARG_INFO(1, cookie)
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt19 $cookie = '';
21 ldap_control_paged_result($link, 2, true, $cookie),
24 ldap_control_paged_result_response($link, $result, $cookie),
25 ldap_control_paged_result($link, 20, true, $cookie),
/PHP-5.5/ext/session/tests/
H A Dbug68063.phpt8 // Could also be set with a cookie like "PHPSESSID=; path=/"
H A Drfc1867_sid_cookie.phpt2 session rfc1867 sid cookie
H A Drfc1867_sid_get_2.phpt21 PHPSESSID=rfc1867-tests-cookie
H A Drfc1867_sid_invalid.phpt2 session rfc1867 sid cookie
H A Drfc1867_sid_only_cookie.phpt2 session rfc1867 sid only cookie
H A Drfc1867_sid_only_cookie_2.phpt2 session rfc1867 sid only cookie 2
H A Dsession_get_cookie_params_basic.phpt18 * Description : Get the session cookie parameters
H A Dsession_get_cookie_params_error.phpt12 * Description : Get the session cookie parameters
H A Dsession_get_cookie_params_variation1.phpt18 * Description : Get the session cookie parameters
H A Dsession_set_cookie_params_basic.phpt12 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_error.phpt12 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation1.phpt14 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation2.phpt14 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation3.phpt14 * Description : Set the session cookie parameters

Completed in 105 milliseconds

12