Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/
H A Dsession.c2041 zend_string *create_sid_name = ZSTR_INIT_LITERAL("create_sid", false); in PHP_FUNCTION() local
2043 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2044 } else if (zend_hash_find_ptr(object_methods, create_sid_name)) { in PHP_FUNCTION()
2046 SESSION_SET_USER_HANDLER_OO(ps_create_sid, zend_string_copy(create_sid_name)); in PHP_FUNCTION()
2048 zend_string_release_ex(create_sid_name, false); in PHP_FUNCTION()

Completed in 12 milliseconds