Lines Matching refs:E_WARNING
86 …php_session_session_already_started_error(E_WARNING, "Session ini settings cannot be changed when …
92 …php_session_headers_already_sent_error(E_WARNING, "Session ini settings cannot be changed after he…
198 php_error_docref(NULL, E_WARNING, "Trying to destroy uninitialized session"); in php_session_destroy()
205 php_error_docref(NULL, E_WARNING, "Session object destruction failed"); in php_session_destroy()
283 php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session"); in php_session_encode()
293 php_error_docref(NULL, E_WARNING, "Failed to decode session object. Session has been destroyed"); in php_session_cancel_decode()
437 php_error_docref(NULL, E_WARNING, "No storage module chosen - failed to initialize session"); in php_session_initialize()
447 …php_error_docref(NULL, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s… in php_session_initialize()
494 …php_error_docref(NULL, E_WARNING, "Failed to read session data: %s (path: %s)", PS(mod)->s_name, P… in php_session_initialize()
558 php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please " in php_session_save_current_state()
564 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
568 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
613 err_type = E_WARNING; in PHP_INI_MH()
651 err_type = E_WARNING; in PHP_INI_MH()
712 err_type = E_WARNING; in PHP_INI_MH()
741 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
796 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
819 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
832 …php_error_docref("session.gc_probability", E_WARNING, "session.gc_probability must be greater than… in PHP_INI_MH()
851 … php_error_docref("session.gc_divisor", E_WARNING, "session.gc_divisor must be greater than 0"); in PHP_INI_MH()
866 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
871 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
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()
1435 …php_error_docref(NULL, E_WARNING, "session.name cannot contain any of the following '=,;.[ \\t\\r\… in php_session_send_cookie()
1552 php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized"); in php_session_reset_id()
1633 …php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1641 …php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1802 …php_error_docref(NULL, E_WARNING, "Session cookies cannot be used when session.use_cookies is disa… in PHP_FUNCTION()
1807 …php_session_session_already_started_error(E_WARNING, "Session cookie parameters cannot be changed … in PHP_FUNCTION()
1812 …php_session_headers_already_sent_error(E_WARNING, "Session cookie parameters cannot be changed aft… in PHP_FUNCTION()
1863 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1866 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
1979 …php_session_session_already_started_error(E_WARNING, "Session name cannot be changed when a sessio… in PHP_FUNCTION()
1984 …php_session_headers_already_sent_error(E_WARNING, "Session name cannot be changed after headers ha… in PHP_FUNCTION()
2009 …php_session_session_already_started_error(E_WARNING, "Session save handler module cannot be change… in PHP_FUNCTION()
2014 …php_session_headers_already_sent_error(E_WARNING, "Session save handler module cannot be changed a… in PHP_FUNCTION()
2031 …php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
2050 …php_session_session_already_started_error(E_WARNING, "Session save handler cannot be changed when … in can_session_handler_be_changed()
2055 …php_session_headers_already_sent_error(E_WARNING, "Session save handler cannot be changed after he… in can_session_handler_be_changed()
2191 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2290 …php_session_session_already_started_error(E_WARNING, "Session save path cannot be changed when a s… in PHP_FUNCTION()
2295 …php_session_headers_already_sent_error(E_WARNING, "Session save path cannot be changed after heade… in PHP_FUNCTION()
2319 …php_session_session_already_started_error(E_WARNING, "Session ID cannot be changed when a session … in PHP_FUNCTION()
2324 …php_session_headers_already_sent_error(E_WARNING, "Session ID cannot be changed after headers have… in PHP_FUNCTION()
2361 …php_session_session_already_started_error(E_WARNING, "Session ID cannot be regenerated when there … in PHP_FUNCTION()
2366 …php_session_headers_already_sent_error(E_WARNING, "Session ID cannot be regenerated after headers … in PHP_FUNCTION()
2376 …php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2392 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2482 …php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only the A-Z, a-z, 0-… in PHP_FUNCTION()
2514 php_error_docref(NULL, E_WARNING, "Failed to create new ID"); in PHP_FUNCTION()
2532 …php_session_session_already_started_error(E_WARNING, "Session cache limiter cannot be changed when… in PHP_FUNCTION()
2537 …php_session_headers_already_sent_error(E_WARNING, "Session cache limiter cannot be changed after h… in PHP_FUNCTION()
2562 …php_session_session_already_started_error(E_WARNING, "Session cache expiration cannot be changed w… in PHP_FUNCTION()
2567 …php_session_headers_already_sent_error(E_WARNING, "Session cache expiration cannot be changed afte… in PHP_FUNCTION()
2611 …php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2658 …php_session_headers_already_sent_error(E_WARNING, "Session cannot be started after headers have al… in PHP_FUNCTION()
2677 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2756 …php_error_docref(NULL, E_WARNING, "Session cannot be garbage collected when there is no active ses… in PHP_FUNCTION()
2857 php_error_docref(NULL, E_WARNING, "Session shutdown function cannot be registered"); in PHP_FUNCTION()