Home
last modified time | relevance | path

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

/PHP-7.4/ext/session/
H A Dsession.c412 …zend_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path… in php_session_initialize()
442 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
496 PS(mod)->s_name, in php_session_save_current_state()
1390 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
1901 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
1902 RETVAL_STRING(PS(mod)->s_name); in PHP_FUNCTION()
2225 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2232 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2250 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
3022 if (*mod && (*mod)->s_name) { in PHP_MINFO_FUNCTION()
[all …]
H A Dphp_session.h43 const char *s_name; member
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5771 RETURN_STRING(serv->s_name);

Completed in 27 milliseconds