Home
last modified time | relevance | path

Searched refs:session_id (Results 1 – 25 of 98) sorted by path

1234

/PHP-7.4/ext/session/
H A Dsession.c2127 static PHP_FUNCTION(session_id) in PHP_FUNCTION() argument
2782 PHP_FE(session_id, arginfo_session_id)
/PHP-7.4/ext/session/tests/
H A D003.phpt20 session_id("abtest");
H A D004.phpt58 session_id("abtest");
H A D005.phpt59 session_id("abtest");
H A D006.phpt16 session_id("abtest");
H A D009.phpt16 session_id("abtest");
23 session_id("abtest");
H A D012.phpt17 session_id("abtest");
H A D013.phpt15 session_id("abtest");
18 session_id("abtest2");
H A D014.phpt17 session_id("abtest");
H A D015.phpt19 session_id("abtest");
H A D018.phpt19 session_id("abtest");
H A D019.phpt26 session_id("abtest");
H A D020.phpt20 session_id("abtest");
H A D021.phpt22 session_id("abtest");
H A D023.phpt20 session_id("abtest");
H A D024.phpt59 session_id("abtest");
H A D025.phpt60 session_id("abtest");
H A D026.phpt16 session_id("abtest");
H A D027.phpt16 session_id("abtest");
23 session_id("abtest");
H A Dbug41600.phpt20 session_id("abtest");
H A Dbug61470.phpt12 $file1 = $path . session_id();
17 $file2 = $path . session_id();
H A Dbug65475.phpt16 $session_id = session_id();
20 var_dump($session_id === session_id());
25 var_dump($session_id === session_id());
H A Dbug67694.phpt18 $id = session_id();
23 session_id($id);
28 $newid = session_id();
35 session_id($newid);
H A Dbug68063.phpt14 session_id('');
20 var_dump(session_id());
H A Dbug70133.phpt2 Bug #70133 (Extended SessionHandler::read is ignoring $session_id when calling parent)
14 public function read($session_id) {
23 session_id('mycustomsession');
26 var_dump(session_id());
29 session_id('otherid');
32 var_dump(session_id());

Completed in 25 milliseconds

1234