/PHP-8.2/ext/session/tests/ |
H A D | session_set_save_handler_class_016.phpt | 2 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 D | session_set_save_handler_sid_001.phpt | 2 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 D | session_set_save_handler_sid_002.phpt | 2 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 D | bug67972.phpt | 2 Bug #67972: SessionHandler Invalid memory read create_sid() 11 (new SessionHandler)->create_sid();
|
H A D | session_set_save_handler_class_017.phpt | 2 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 D | session_set_save_handler_class_001.phpt | 25 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 D | session_set_save_handler_variation6.phpt | 25 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 D | session_set_save_handler_variation5.phpt | 34 …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 D | save_handler.inc | 130 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 D | gh9584.phpt | 36 public function create_sid(): string {
|
H A D | bug79091.phpt | 39 public function create_sid(): string
|
H A D | gh9583-extra.phpt | 25 //public function create_sid() { return uniqid(); }
|
H A D | gh9583.phpt | 25 //public function create_sid() { return uniqid(); }
|
H A D | bug71162.phpt | 41 public function create_sid(): string {
|
H A D | session_set_save_handler_class_018.phpt | 53 public function create_sid(): string {
|
H A D | session_set_save_handler_iface_003.phpt | 55 public function create_sid(): string {
|
H A D | gh7787.phpt | 38 public function create_sid(): string {
|
/PHP-8.2/ext/session/ |
H A D | session.stub.php | 78 callable $create_sid = UNKNOWN, argument 116 public function create_sid(): string; function 149 public function create_sid(): string {} function in SessionHandler
|
H A D | session_arginfo.h | 67 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 D | mod_user.c | 206 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 D | mod_user_class.c | 159 PHP_METHOD(SessionHandler, create_sid) in PHP_METHOD() argument
|
H A D | php_session.h | 323 extern PHP_METHOD(SessionHandler, create_sid);
|