s_name 48 ext/session/php_session.h const char *s_name; s_name 515 ext/session/session.c php_error_docref(NULL, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 523 ext/session/session.c php_error_docref(NULL, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 604 ext/session/session.c PS(mod)->s_name, s_name 1448 ext/session/session.c if (*mod && !strcasecmp(name, (*mod)->s_name)) { s_name 1794 ext/session/session.c if (PS(mod) && PS(mod)->s_name) { s_name 1795 ext/session/session.c RETVAL_STRING(PS(mod)->s_name); s_name 2059 ext/session/session.c php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2074 ext/session/session.c php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2089 ext/session/session.c php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2094 ext/session/session.c php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create(open) session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2103 ext/session/session.c php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create session ID by collision: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2110 ext/session/session.c php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path)); s_name 2759 ext/session/session.c if (*mod && (*mod)->s_name) { s_name 2760 ext/session/session.c smart_str_appends(&save_handlers, (*mod)->s_name); s_name 5592 ext/standard/basic_functions.c RETURN_STRING(serv->s_name);