Home
last modified time | relevance | path

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

/php-src/ext/session/tests/user_session_module/
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(): string {
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
10 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
49 public function create_sid(): string {
56 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid'));
74 *** Testing session_set_save_handler() function: create_sid ***
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
9 (new SessionHandler)->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(): string {
75 *** Testing session_set_save_handler() function: class with create_sid ***
H A Dsession_set_save_handler_sid_002.phpt2 Test session_set_save_handler() function: create_sid
12 echo "*** Testing session_set_save_handler() function: create_sid ***\n";
52 public function create_sid() {
74 *** Testing session_set_save_handler() function: create_sid ***
H A Dsession_set_save_handler_class_001.phpt23 public function create_sid(): string {
27 return parent::create_sid();
46 // User should use this rather than create_sid()
47 // If both create_sid() and createSid() exists,
51 return parent::create_sid();
H A Dsession_set_save_handler_variation6.phpt23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
38 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_multiple.phpt19 function create_sid(): string {
58 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 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.phpt34 public function create_sid(): string {
H A Dbug79091.phpt39 public function create_sid(): string
H A Dgh9583-extra.phpt23 //public function create_sid() { return uniqid(); }
H A Dgh9583.phpt23 //public function create_sid() { return uniqid(); }
H A Dbug71162.phpt38 public function create_sid(): string {
H A Dsession_set_save_handler_iface_003.phpt50 public function create_sid(): string {
H A Dsession_set_save_handler_class_018.phpt51 public function create_sid(): string {
H A Dgh7787.phpt35 public function create_sid(): string {
/php-src/ext/session/
H A Dsession.stub.php78 ?callable $create_sid = null, 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_WITH_DEFAULT_VALUE(0, create_sid, IS_CALLABLE, 1, "null")
166 ZEND_METHOD(SessionHandler, create_sid);
223 ZEND_ME(SessionHandler, create_sid, arginfo_class_SessionHandler_create_sid, ZEND_ACC_PUBLIC)
H A Dmod_user.c227 if (!Z_ISUNDEF(PSF(create_sid))) { in PS_CREATE_SID_FUNC()
231 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.h326 extern PHP_METHOD(SessionHandler, create_sid);

Completed in 30 milliseconds