Home
last modified time | relevance | path

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

/PHP-7.3/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()
1388 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
1890 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
1891 RETVAL_STRING(PS(mod)->s_name); in PHP_FUNCTION()
2215 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2222 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2240 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
3008 if (*mod && (*mod)->s_name) { in PHP_MINFO_FUNCTION()
[all …]
H A Dphp_session.h46 const char *s_name; member
/PHP-7.3/ext/standard/
H A Dbasic_functions.c5761 RETURN_STRING(serv->s_name);

Completed in 25 milliseconds