Home
last modified time | relevance | path

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

/php-src/ext/session/
H A Dphp_session.h173 zval ps_create_sid; member
H A Dsession.c2122 SESSION_RELEASE_USER_HANDLER_OO(ps_create_sid); in PHP_FUNCTION()
2125 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2128 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2253 SESSION_SET_USER_HANDLER_PROCEDURAL_OPTIONAL(ps_create_sid, create_id_fci); in PHP_FUNCTION()
2921 SESSION_FREE_USER_HANDLER(ps_create_sid); in PHP_RSHUTDOWN_FUNCTION()
2957 ZVAL_UNDEF(&ps_globals->mod_user_names.ps_create_sid); in PHP_GINIT_FUNCTION()

Completed in 23 milliseconds