Lines Matching refs:s_name

424 …, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));  in php_session_initialize()
438 …zend_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path… in php_session_initialize()
471 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
538 PS(mod)->s_name, in php_session_save_current_state()
1485 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
2001 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
2002 RETVAL_STRING(PS(mod)->s_name); in PHP_FUNCTION()
2358 …E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2374 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2391 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2400 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2415 …r(NULL, "Failed to create session ID by collision: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2428 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
3040 if (*mod && (*mod)->s_name) { in PHP_MINFO_FUNCTION()
3041 smart_str_appends(&save_handlers, (*mod)->s_name); in PHP_MINFO_FUNCTION()