Searched refs:create_sid (Results 1 – 11 of 11) sorted by relevance
/PHP-5.5/ext/session/tests/ |
H A D | bug67972.phpt | 2 Bug #67972: SessionHandler Invalid memory read create_sid() 8 (new SessionHandler)->create_sid(); 10 Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
|
H A D | session_set_save_handler_sid_001.phpt | 2 Test session_set_save_handler() function: create_sid 13 echo "*** Testing session_set_save_handler() function: create_sid ***\n"; 51 public function create_sid() { 58 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid')); 75 *** 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 13 echo "*** Testing session_set_save_handler() function: create_sid ***\n"; 51 public function create_sid() { 58 …ndler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, 'create_sid')); 75 *** Testing session_set_save_handler() function: create_sid ***
|
H A D | session_set_save_handler_class_016.phpt | 2 Test session_set_save_handler() function: class with create_sid 19 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n"; 57 public function create_sid() { 58 return parent::create_sid(); 80 *** Testing session_set_save_handler() function: class with create_sid ***
|
H A D | session_set_save_handler_class_017.phpt | 2 Test session_set_save_handler() function: class with create_sid 19 echo "*** Testing session_set_save_handler() function: class with create_sid ***\n"; 57 public function create_sid() { 80 *** Testing session_set_save_handler() function: class with create_sid ***
|
H A D | session_set_save_handler_iface_003.phpt | 57 public function create_sid() {
|
/PHP-5.5/ext/session/ |
H A D | mod_user.c | 189 if (PSF(create_sid) != NULL) { in PS_CREATE_SID_FUNC() 193 retval = ps_call_handler(PSF(create_sid), 0, NULL TSRMLS_CC); in PS_CREATE_SID_FUNC()
|
H A D | mod_user_class.c | 147 PHP_METHOD(SessionHandler, create_sid) in PHP_METHOD() argument
|
H A D | php_session.h | 297 extern PHP_METHOD(SessionHandler, create_sid);
|
H A D | session.c | 2207 ZEND_ARG_INFO(0, create_sid) 2297 PHP_ABSTRACT_ME(SessionIdInterface, create_sid, arginfo_session_class_create_sid) 2311 PHP_ME(SessionHandler, create_sid, arginfo_session_class_create_sid, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ |
H A D | NEWS | 908 . Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam) 1773 . Added optional create_sid() argument to session_set_save_handler(),
|
Completed in 36 milliseconds