Searched refs:php_session_headers_already_sent_error (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/session/ |
H A D | session.c | 92 …php_session_headers_already_sent_error(E_WARNING, "Session ini settings cannot be changed after he… 124 static inline void php_session_headers_already_sent_error(int severity, const char *message) { /* {… in php_session_headers_already_sent_error() function 1360 …php_session_headers_already_sent_error(E_WARNING, "Session cache limiter cannot be sent after head… in php_session_cache_limiter() 1429 …php_session_headers_already_sent_error(E_WARNING, "Session cookie cannot be sent after headers hav… in php_session_send_cookie() 1984 …php_session_headers_already_sent_error(E_WARNING, "Session name cannot be changed after headers ha… in PHP_FUNCTION() 2055 …php_session_headers_already_sent_error(E_WARNING, "Session save handler cannot be changed after he… in can_session_handler_be_changed() 2295 …php_session_headers_already_sent_error(E_WARNING, "Session save path cannot be changed after heade… in PHP_FUNCTION() 2324 …php_session_headers_already_sent_error(E_WARNING, "Session ID cannot be changed after headers have… in PHP_FUNCTION() 2366 …php_session_headers_already_sent_error(E_WARNING, "Session ID cannot be regenerated after headers … in PHP_FUNCTION() 2537 …php_session_headers_already_sent_error(E_WARNING, "Session cache limiter cannot be changed after h… in PHP_FUNCTION() [all …]
|
Completed in 12 milliseconds