Home
last modified time | relevance | path

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

/PHP-7.2/ext/session/
H A Dsession.c413 …zend_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path… in php_session_initialize()
443 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
497 PS(mod)->s_name, in php_session_save_current_state()
1383 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
1806 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
1807 RETVAL_STRING(PS(mod)->s_name); in PHP_FUNCTION()
2126 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2133 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2151 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
2918 if (*mod && (*mod)->s_name) { in PHP_MINFO_FUNCTION()
[all …]
H A Dphp_session.h48 const char *s_name; member
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5717 RETURN_STRING(serv->s_name);

Completed in 35 milliseconds