Home
last modified time | relevance | path

Searched refs:create_sid (Results 1 – 22 of 22) sorted by relevance

/PHP-8.2/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt2 Test session_set_save_handler() function: class with create_sid
15 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
53 public function create_sid(): string {
54 return parent::create_sid();
76 *** Testing session_set_save_handler() function: class with create_sid ***
H A Dsession_set_save_handler_sid_001.phpt2 Test session_set_save_handler() function: create_sid
15 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
54 public function create_sid(): string {
61 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid'));
78 *** Testing session_set_save_handler() function: create_sid ***
H A Dsession_set_save_handler_sid_002.phpt2 Test session_set_save_handler() function: create_sid
16 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
56 public function create_sid() {
63 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid'));
80 *** Testing session_set_save_handler() function: create_sid ***
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
11 (new SessionHandler)->create_sid();
H A Dsession_set_save_handler_class_017.phpt2 Test session_set_save_handler() function: class with create_sid
15 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
53 public function create_sid(): string {
76 *** Testing session_set_save_handler() function: class with create_sid ***
H A Dsession_set_save_handler_class_001.phpt25 public function create_sid(): string {
29 return parent::create_sid();
48 // User should use this rather than create_sid()
49 // If both create_sid() and createSid() exists,
53 return parent::create_sid();
H A Dsession_set_save_handler_variation6.phpt25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
40 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
48 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_variation5.phpt34 …save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid"…
43 …save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid"…
H A Dsave_handler.inc130 function create_sid() {
132 // NOTE: Defining create_sid() is mandatory because validate_sid() is mandatory for
182 /* TYPES: gc, create_sid, use_strict_mode, minimzie_lock, lazy_write
185 'create_sid'=>1,
H A Dgh9584.phpt36 public function create_sid(): string {
H A Dbug79091.phpt39 public function create_sid(): string
H A Dgh9583-extra.phpt25 //public function create_sid() { return uniqid(); }
H A Dgh9583.phpt25 //public function create_sid() { return uniqid(); }
H A Dbug71162.phpt41 public function create_sid(): string {
H A Dsession_set_save_handler_class_018.phpt53 public function create_sid(): string {
H A Dsession_set_save_handler_iface_003.phpt55 public function create_sid(): string {
H A Dgh7787.phpt38 public function create_sid(): string {
/PHP-8.2/ext/session/
H A Dsession.stub.php78 callable $create_sid = UNKNOWN, argument
116 public function create_sid(): string; function
149 public function create_sid(): string {} function in SessionHandler
H A Dsession_arginfo.h67 ZEND_ARG_TYPE_INFO(0, create_sid, IS_CALLABLE, 0)
167 ZEND_METHOD(SessionHandler, create_sid);
210 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionIdInterface, create_sid, arginfo_class_SessionIdInterface_creat…
229 ZEND_ME(SessionHandler, create_sid, arginfo_class_SessionHandler_create_sid, ZEND_ACC_PUBLIC)
H A Dmod_user.c206 if (!Z_ISUNDEF(PSF(create_sid))) { in PS_CREATE_SID_FUNC()
210 ps_call_handler(&PSF(create_sid), 0, NULL, &retval); in PS_CREATE_SID_FUNC()
H A Dmod_user_class.c159 PHP_METHOD(SessionHandler, create_sid) in PHP_METHOD() argument
H A Dphp_session.h323 extern PHP_METHOD(SessionHandler, create_sid);

Completed in 32 milliseconds