Lines Matching refs:save_path

420 	if (PS(mod)->s_open(&PS(mod_data), PS(save_path), PS(session_name)) == FAILURE  in php_session_initialize()
425 …, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
439 …nd_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
472 …ref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
540 PS(save_path)); in php_session_save_current_state()
543 "defined save handler. (session.save_path: %s, handler: %s::%s)", PS(save_path), in php_session_save_current_state()
547 "defined save handler. (session.save_path: %s, handler: %s)", PS(save_path), in php_session_save_current_state()
808 …n.save_path", "", PHP_INI_ALL, OnUpdateSaveDir, save_path, php_ps…
2194 RETVAL_STRING(PS(save_path)); in PHP_FUNCTION()
2271 …E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2287 …docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2301 if (PS(mod)->s_open(&PS(mod_data), PS(save_path), PS(session_name)) == FAILURE) { in PHP_FUNCTION()
2304 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2313 …hrow_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2328 …r(NULL, "Failed to create session ID by collision: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2341 …ow_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2844 ps_globals->save_path = NULL; in PHP_GINIT_FUNCTION()