Home
last modified time | relevance | path

Searched refs:session (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/PHP-7.4/ext/session/tests/
H A Dsession_decode_basic.phpt12 * Description : Decodes session data from a string
13 * Source code : ext/session/session.c
H A Dbug72681.phpt7 ini_set('session.serialize_handler', 'php');
H A Dsession_cache_expire_error.phpt13 * Source code : ext/session/session.c
H A Dsession_basic3.phpt4 session.use_strict_mode=0
5 session.use_only_cookies=0
6 session.use_trans_sid=1
7 session.save_handler=files
9 session.hash_function=0
10 session.gc_probability=1
11 session.gc_divisor=1000
12 session.gc_maxlifetime=300
13 session.save_path=
14 session.name=PHPSESSID
[all …]
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
H A Dbug74833.phpt14 var_dump(isset($c['session']['SID']));
H A Dsession_encode_serialize.phpt9 ini_set('session.serialize_handler', 'php_serialize');
H A Dsession_cache_limiter_error.phpt13 * Source code : ext/session/session.c
H A Dbug24592.phpt7 session.save_handler=files
H A Dsessionhandler_open_001.phpt8 ini_set('session.save_handler', 'files');
H A Dsession_basic5.phpt4 session.use_strict_mode=0
5 session.use_only_cookies=0
6 session.use_trans_sid=1
7 session.save_handler=files
9 session.hash_function=0
10 session.gc_probability=1
11 session.gc_divisor=1000
12 session.gc_maxlifetime=300
13 session.save_path=
14 session.name=PHPSESSID
[all …]
H A Dsession_encode_error2.phpt12 * Description : Encodes the current session data as a string
13 * Source code : ext/session/session.c
H A Dsession_set_save_handler_error.phpt12 * Description : Sets user-level session storage functions
13 * Source code : ext/session/session.c
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44394.phpt4 session.trans_sid_tags="a=href,area=href,frame=src,form="
H A Dbug70249.phpt9 …// make regular flush before other shutdown functions, which allows session data collection and so…
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr.inc53 $sel_stmt="select " .$attr. " from v\$session where sid =
54 (select sid from v\$session where audsid =
129 $sel_stmt="select " .$attr. " from v\$session where sid =
130 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
H A Ddrcp_connect1.phpt18 // whether we get a used session with DRCP.
20 // session and query for this through another connection
61 // Second connection with oci_pconnect should return the same session hence the
H A Dprivileged_connect1.phpt24 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dprivileged_connect.phpt22 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
/PHP-7.4/ext/pcre/tests/
H A D005.phpt18 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
19 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:302: warning: implicit declaration of function `pr…
20 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
157 [0] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
159 [1] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_read_files':
161 [2] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
164 [5] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
172 [0] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
174 [1] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c: In function `ps_write_files':
176 [2] => /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug47517.phpt8 exec('net session 2>&1', $out, $status);
/PHP-7.4/ext/posix/tests/
H A Dposix_getsid.phpt4 Get the current session id of a process pid (POSIX.1, 4.2.1)
/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-7.4/ext/pspell/tests/
H A D002.phpt2 pspell session
/PHP-7.4/ext/enchant/tests/
H A Ddict_add_to_session.phpt28 echo("dict add to session failed\n");

Completed in 37 milliseconds

1...<<111213