Home
last modified time | relevance | path

Searched refs:ps_create_sid (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/session/
H A Dphp_session.h171 zval ps_create_sid; member
H A Dsession.c2040 SESSION_RELEASE_USER_HANDLER_OO(ps_create_sid); in PHP_FUNCTION()
2043 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2046 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2166 SESSION_SET_USER_HANDLER_PROCEDURAL_OPTIONAL(ps_create_sid, create_id_fci); in PHP_FUNCTION()
2830 SESSION_FREE_USER_HANDLER(ps_create_sid); in PHP_RSHUTDOWN_FUNCTION()
2866 ZVAL_UNDEF(&ps_globals->mod_user_names.ps_create_sid); in PHP_GINIT_FUNCTION()

Completed in 17 milliseconds