Home
last modified time | relevance | path

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

/PHP-8.0/ext/session/tests/
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
8 (new SessionHandler)->create_sid();
11 Warning: SessionHandler::create_sid(): Session is not active in %s on line %d
H A Dsession_set_save_handler_class_016.phpt2 Test session_set_save_handler() function: class with create_sid
13 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
51 public function create_sid() {
52 return parent::create_sid();
74 *** 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
13 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
52 public function create_sid() {
59 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid'));
76 *** 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
14 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
52 public function create_sid() {
59 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid'));
76 *** Testing session_set_save_handler() function: create_sid ***
H A Dsession_set_save_handler_class_017.phpt2 Test session_set_save_handler() function: class with create_sid
13 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n";
51 public function create_sid() {
74 *** Testing session_set_save_handler() function: class with create_sid ***
H A Dsession_set_save_handler_class_001.phpt23 public function create_sid() {
27 return parent::create_sid();
45 // User should use this rather than create_sid()
46 // If both create_sid() and createSid() exists,
50 return parent::create_sid();
H A Dsession_set_save_handler_variation6.phpt22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
45 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_variation5.phpt31 …save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid"…
40 …save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_sid", "validate_sid"…
H A Dbug79091.phpt41 public function create_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 Dgh9583.phpt25 //public function create_sid() { return uniqid(); }
H A Dgh9583-extra.phpt25 //public function create_sid() { return uniqid(); }
H A Dbug71162.phpt39 public function create_sid() {
H A Dsession_set_save_handler_iface_003.phpt52 public function create_sid() {
H A Dsession_set_save_handler_class_018.phpt51 public function create_sid() {
/PHP-8.0/ext/session/
H A Dsession.stub.php53 callable $create_sid = UNKNOWN, argument
90 public function create_sid(); function
123 public function create_sid() {} function in SessionHandler
H A Dsession_arginfo.h67 ZEND_ARG_TYPE_INFO(0, create_sid, IS_CALLABLE, 0)
164 ZEND_METHOD(SessionHandler, create_sid);
207 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionIdInterface, create_sid, arginfo_class_SessionIdInterface_creat…
226 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.c157 PHP_METHOD(SessionHandler, create_sid) in PHP_METHOD() argument
H A Dphp_session.h326 extern PHP_METHOD(SessionHandler, create_sid);

Completed in 41 milliseconds