Home
last modified time | relevance | path

Searched refs:session (Results 101 – 125 of 322) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/session/tests/
H A Dsession_start_variation9.phpt6 session.auto_start=1
14 * Description : Initialize session data
15 * Source code : ext/session/session.c
33 Notice: A session had already been started - ignoring session_start() in %s on line %d
H A Dsession_start_error.phpt12 * Description : Initialize session data
13 * Source code : ext/session/session.c
104 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
112 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
120 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
128 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
136 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
144 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
152 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
160 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
[all …]
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
6 session.use_trans_sid=0
7 session.use_cookies=1
8 session.name=sid
9 session.save_path=/tmp
10 session.gc_probability=1
11 session.gc_divisor=1
12 session.save_handler=files
H A D001.phpt2 session object serialization
6 session.use_cookies=0
7 session.cache_limiter=
8 session.serialize_handler=php
9 session.save_handler=files
H A D022.phpt2 session object serialization
6 session.use_cookies=0
7 session.cache_limiter=
8 session.serialize_handler=php
9 session.save_handler=files
H A Dbug60634.phpt4 session.save_path=
5 session.name=PHPSESSID
6 session.save_handler=files
49 * close() is still called at request shutdown since session is active.
56 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
58 Warning: Unknown: Failed to write session data using user defined save handler. (session.save_path:…
H A Dsession_save_path_variation4.phpt7 session.save_handler=files
8 session.save_path=
9 session.name=PHPSESSID
17 * Description : Get and/or set the current session save path
18 * Source code : ext/session/session.c
34 ini_set("session.save_path", $initdir);
H A Dsession_set_save_handler_variation5.phpt4 session.use_strict_mode=1
5 session.gc_probability=1
6 session.gc_divisor=1
7 session.gc_maxlifetime=0
8 session.save_path=
9 session.name=PHPSESSID
10 session.save_handler=files
20 * Description : Sets user-level session storage functions with validate_id() and update()
21 * Source code : ext/session/session.c
H A D017.phpt6 session.use_cookies=0
7 session.cache_limiter=
8 session.serialize_handler=php
9 session.save_handler=files
H A D009.phpt6 session.use_cookies=0
7 session.use_strict_mode=0
8 session.cache_limiter=
9 session.serialize_handler=php
10 session.save_handler=files
H A D027.phpt6 session.use_cookies=0
7 session.use_strict_mode=0
8 session.cache_limiter=
9 session.serialize_handler=php
10 session.save_handler=files
H A D019.phpt6 session.use_cookies=0
7 session.use_strict_mode=0
8 session.cache_limiter=
9 session.serialize_handler=php
10 session.save_handler=files
H A Dsession_id_basic.phpt12 * Description : Get and/or set the current session id
13 * Source code : ext/session/session.c
23 // Turn off strice mode, since it does not allow uninitialized session ID
24 ini_set('session.use_strict_mode',false);
H A Dsession_write_close_variation4.phpt6 session.use_strict_mode=0
14 * Description : Write session data and end session
15 * Source code : ext/session/session.c
H A Dbug66481.phpt2 Bug #66481: Calls to session_name() segfault when session.name is null.
4 session.name=
13 PHP Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
15 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
H A Dsession_module_name_variation3.phpt4 session.save_path=
5 session.name=PHPSESSID
6 session.save_handler=files
16 * Description : Get and/or set the current session module
17 * Source code : ext/session/session.c
H A Dsession_set_save_handler_error3.phpt4 session.save_path=
5 session.name=PHPSESSID
6 session.save_handler=files
16 * Description : Sets user-level session storage functions
17 * Source code : ext/session/session.c
H A Dbug50308.phpt2 Bug #50308 (session id not appended properly for empty anchor tags)
6 session.name=PHPSESSID
7 session.save_handler=files
8 session.use_trans_sid=1
9 session.use_only_cookies=0
H A Dsession_encode_variation1.phpt12 * Description : Encodes the current session data as a string
13 * Source code : ext/session/session.c
34 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
44 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
H A Dsession_encode_variation7.phpt6 session.serialize_handler=php_binary
14 * Description : Encodes the current session data as a string
15 * Source code : ext/session/session.c
H A Dsession_commit_variation1.phpt12 * Description : Write session data and end session
13 * Source code : ext/session/session.c
/PHP-7.1/ext/wddx/tests/
H A D004.phpt2 wddx session serializer handler (serialize)
6 if (!extension_loaded('session')) die('skip Session module not enabled');
8 // following test code stolen from ext/session/skipif.inc
9 $save_path = ini_get("session.save_path");
27 session.serialize_handler=wddx
28 session.use_cookies=0
29 session.cache_limiter=
30 session.save_handler=files
H A D005.phpt2 wddx session serializer handler (deserialize)
6 if (!extension_loaded('session')) die('skip Session module not enabled');
8 // following test code stolen from ext/session/skipif.inc
9 $save_path = ini_get("session.save_path");
27 session.serialize_handler=wddx
28 session.use_cookies=0
29 session.cache_limiter=
30 session.save_handler=files
/PHP-7.1/ext/standard/tests/general_functions/
H A Dget_cfg_var_error.phpt7 session.use_cookies=0
8 session.serialize_handler=php
9 session.save_handler=files
15 var_dump(get_cfg_var( 'session.use_cookies', 'session.serialize_handler' ) );
/PHP-7.1/Zend/tests/
H A Dunset_cv05.phpt4 session.auto_start=0
5 session.save_handler=files
9 include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc');
23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …

Completed in 47 milliseconds

12345678910>>...13