Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/
H A Dsession.c439 …zend_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path… in php_session_initialize()
472 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
539 PS(mod)->s_name, in php_session_save_current_state()
1408 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
1919 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
1920 RETVAL_STRING(PS(mod)->s_name); 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 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2341 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
2936 if (*mod && (*mod)->s_name) { in PHP_MINFO_FUNCTION()
[all …]
H A Dphp_session.h40 const char *s_name; member
/PHP-8.3/ext/standard/
H A Dbasic_functions.c2264 __msan_unpoison_string(serv->s_name);
2266 RETURN_STRING(serv->s_name);
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic8193 # first section name s_name[8] like: .text .data .debug$S .drectve .testseg
H A Dmagic私はガラスを食べられます8193 # first section name s_name[8] like: .text .data .debug$S .drectve .testseg

Completed in 149 milliseconds