Lines Matching refs:E_WARNING

87 …php_error_docref(NULL, E_WARNING, "Session ini settings cannot be changed when a session is active…
93 …php_error_docref(NULL, E_WARNING, "Session ini settings cannot be changed after headers have alrea…
164 php_error_docref(NULL, E_WARNING, "Trying to destroy uninitialized session"); in php_session_destroy()
171 php_error_docref(NULL, E_WARNING, "Session object destruction failed"); in php_session_destroy()
239 …php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to encode session obj… in php_session_encode()
244 php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session"); in php_session_encode()
254 php_error_docref(NULL, E_WARNING, "Failed to decode session object. Session has been destroyed"); in php_session_cancel_decode()
260 …php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to decode session obj… in php_session_decode()
407 php_error_docref(NULL, E_WARNING, "No storage module chosen - failed to initialize session"); in php_session_initialize()
417 …php_error_docref(NULL, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s… in php_session_initialize()
464 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
521 php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please " in php_session_save_current_state()
527 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
531 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
576 err_type = E_WARNING; in PHP_INI_MH()
614 err_type = E_WARNING; in PHP_INI_MH()
675 err_type = E_WARNING; in PHP_INI_MH()
704 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
756 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
776 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
785 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
790 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
1244 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1246 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1320 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1322 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1329 …php_error_docref(NULL, E_WARNING, "session.name cannot contain any of the following '=,;.[ \\t\\r\… in php_session_send_cookie()
1446 php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized"); in php_session_reset_id()
1527 …php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1535 …php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1690 …php_error_docref(NULL, E_WARNING, "Session cookies cannot be used when session.use_cookies is disa… in PHP_FUNCTION()
1695 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed when a session is a… in PHP_FUNCTION()
1700 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed after headers have … in PHP_FUNCTION()
1751 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1754 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
1867 php_error_docref(NULL, E_WARNING, "Session name cannot be changed when a session is active"); in PHP_FUNCTION()
1872 …php_error_docref(NULL, E_WARNING, "Session name cannot be changed after headers have already been … in PHP_FUNCTION()
1897 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed when a session is… in PHP_FUNCTION()
1902 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed after headers hav… in PHP_FUNCTION()
1919 …php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
1938 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed when a session is active… in save_handler_check_session()
1943 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed after headers have alrea… in save_handler_check_session()
2063 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2135 php_error_docref(NULL, E_WARNING, "Session save path cannot be changed when a session is active"); in PHP_FUNCTION()
2140 …php_error_docref(NULL, E_WARNING, "Session save path cannot be changed after headers have already … in PHP_FUNCTION()
2164 php_error_docref(NULL, E_WARNING, "Session ID cannot be changed when a session is active"); in PHP_FUNCTION()
2169 …php_error_docref(NULL, E_WARNING, "Session ID cannot be changed after headers have already been se… in PHP_FUNCTION()
2206 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated when there is no active sessio… in PHP_FUNCTION()
2211 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated after headers have already bee… in PHP_FUNCTION()
2221 …php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2237 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2323 …php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only the A-Z, a-z, 0-… in PHP_FUNCTION()
2355 php_error_docref(NULL, E_WARNING, "Failed to create new ID"); in PHP_FUNCTION()
2373 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed when a session is activ… in PHP_FUNCTION()
2378 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed after headers have alre… in PHP_FUNCTION()
2403 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed when a session is ac… in PHP_FUNCTION()
2408 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed after headers have a… in PHP_FUNCTION()
2452 …php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2499 …php_error_docref(NULL, E_WARNING, "Session cannot be started after headers have already been sent"… in PHP_FUNCTION()
2518 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2597 …php_error_docref(NULL, E_WARNING, "Session cannot be garbage collected when there is no active ses… in PHP_FUNCTION()
2698 php_error_docref(NULL, E_WARNING, "Session shutdown function cannot be registered"); in PHP_FUNCTION()