Lines Matching refs:E_WARNING

86 …php_error_docref(NULL, E_WARNING, "Session ini settings cannot be changed when a session is active…
92 …php_error_docref(NULL, E_WARNING, "Session ini settings cannot be changed after headers have alrea…
175 php_error_docref(NULL, E_WARNING, "Trying to destroy uninitialized session"); in php_session_destroy()
182 php_error_docref(NULL, E_WARNING, "Session object destruction failed"); in php_session_destroy()
260 php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session"); in php_session_encode()
270 php_error_docref(NULL, E_WARNING, "Failed to decode session object. Session has been destroyed"); in php_session_cancel_decode()
414 php_error_docref(NULL, E_WARNING, "No storage module chosen - failed to initialize session"); in php_session_initialize()
424 …php_error_docref(NULL, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s… 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()
535 php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please " in php_session_save_current_state()
541 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
545 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
590 err_type = E_WARNING; in PHP_INI_MH()
628 err_type = E_WARNING; in PHP_INI_MH()
689 err_type = E_WARNING; in PHP_INI_MH()
718 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
773 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
796 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
809 …php_error_docref("session.gc_probability", E_WARNING, "session.gc_probability must be greater than… in PHP_INI_MH()
828 … php_error_docref("session.gc_divisor", E_WARNING, "session.gc_divisor must be greater than 0"); in PHP_INI_MH()
843 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
848 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
1341 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1343 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1417 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1419 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1426 …php_error_docref(NULL, E_WARNING, "session.name cannot contain any of the following '=,;.[ \\t\\r\… in php_session_send_cookie()
1543 php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized"); in php_session_reset_id()
1631 …php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1639 …php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1800 …php_error_docref(NULL, E_WARNING, "Session cookies cannot be used when session.use_cookies is disa… in PHP_FUNCTION()
1805 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed when a session is a… in PHP_FUNCTION()
1810 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed after headers have … in PHP_FUNCTION()
1861 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1864 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
1977 php_error_docref(NULL, E_WARNING, "Session name cannot be changed when a session is active"); in PHP_FUNCTION()
1982 …php_error_docref(NULL, E_WARNING, "Session name cannot be changed after headers have already been … in PHP_FUNCTION()
2007 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed when a session is… in PHP_FUNCTION()
2012 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed after headers hav… in PHP_FUNCTION()
2029 …php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
2048 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed when a session is active… in can_session_handler_be_changed()
2053 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed after headers have alrea… in can_session_handler_be_changed()
2189 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2288 php_error_docref(NULL, E_WARNING, "Session save path cannot be changed when a session is active"); in PHP_FUNCTION()
2293 …php_error_docref(NULL, E_WARNING, "Session save path cannot be changed after headers have already … in PHP_FUNCTION()
2317 php_error_docref(NULL, E_WARNING, "Session ID cannot be changed when a session is active"); in PHP_FUNCTION()
2322 …php_error_docref(NULL, E_WARNING, "Session ID cannot be changed after headers have already been se… in PHP_FUNCTION()
2359 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated when there is no active sessio… in PHP_FUNCTION()
2364 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated after headers have already bee… in PHP_FUNCTION()
2374 …php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2390 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2480 …php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only the A-Z, a-z, 0-… in PHP_FUNCTION()
2512 php_error_docref(NULL, E_WARNING, "Failed to create new ID"); in PHP_FUNCTION()
2530 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed when a session is activ… in PHP_FUNCTION()
2535 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed after headers have alre… in PHP_FUNCTION()
2560 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed when a session is ac… in PHP_FUNCTION()
2565 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed after headers have a… in PHP_FUNCTION()
2609 …php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2663 …php_error_docref(NULL, E_WARNING, "Session cannot be started after headers have already been sent"… in PHP_FUNCTION()
2682 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2761 …php_error_docref(NULL, E_WARNING, "Session cannot be garbage collected when there is no active ses… in PHP_FUNCTION()
2862 php_error_docref(NULL, E_WARNING, "Session shutdown function cannot be registered"); in PHP_FUNCTION()