Home
last modified time | relevance | path

Searched refs:SessionHandler (Results 26 – 36 of 36) sorted by relevance

12

/PHP-7.4/ext/session/tests/
H A Dbug60634_error_5.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in cl…
H A Dbug60634_error_3.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
H A Dbug60634_error_1.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
H A Dbug78624.phpt15 …* Prototype : bool session_set_save_handler(SessionHandler $handler [, bool $register_shutdown_fun…
H A Dbug60634.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
H A Dbug71162.phpt12 class MySessionHandler extends SessionHandler implements SessionUpdateTimestampHandlerInterface
H A Dsession_set_save_handler_class_016.phpt21 class MySession2 extends SessionHandler {
H A Dsession_set_save_handler_class_017.phpt21 class MySession2 extends SessionHandler {
H A Dsession_set_save_handler_class_018.phpt21 class MySession2 extends SessionHandler {
/PHP-7.4/ext/session/
H A Dsession.c2839 PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC)
2840 PHP_ME(SessionHandler, close, arginfo_session_class_close, ZEND_ACC_PUBLIC)
2841 PHP_ME(SessionHandler, read, arginfo_session_class_read, ZEND_ACC_PUBLIC)
2842 PHP_ME(SessionHandler, write, arginfo_session_class_write, ZEND_ACC_PUBLIC)
2843 PHP_ME(SessionHandler, destroy, arginfo_session_class_destroy, ZEND_ACC_PUBLIC)
2844 PHP_ME(SessionHandler, gc, arginfo_session_class_gc, ZEND_ACC_PUBLIC)
2845 PHP_ME(SessionHandler, create_sid, arginfo_session_class_create_sid, ZEND_ACC_PUBLIC)

Completed in 41 milliseconds

12