Lines Matching refs:php_error_docref
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()
250 …php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to encode session obj… in php_session_encode()
255 php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session"); in php_session_encode()
265 php_error_docref(NULL, E_WARNING, "Failed to decode session object. Session has been destroyed"); in php_session_cancel_decode()
271 …php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to decode session obj… in php_session_decode()
415 php_error_docref(NULL, E_WARNING, "No storage module chosen - failed to initialize session"); in php_session_initialize()
425 …php_error_docref(NULL, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s… 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()
536 php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please " in php_session_save_current_state()
542 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
546 php_error_docref(NULL, E_WARNING, "Failed to write session data using user " in php_session_save_current_state()
597 …php_error_docref(NULL, err_type, "Session save handler \"%s\" cannot be found", ZSTR_VAL(new_value… in PHP_INI_MH()
605 php_error_docref(NULL, err_type, "Session save handler \"user\" cannot be set by ini_set()"); in PHP_INI_MH()
636 …php_error_docref(NULL, err_type, "Serialization handler \"%s\" cannot be found", ZSTR_VAL(new_valu… in PHP_INI_MH()
697 …php_error_docref(NULL, err_type, "session.name \"%s\" cannot be numeric or empty", ZSTR_VAL(new_va… in PHP_INI_MH()
719 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
771 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
791 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
800 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
805 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
1258 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1260 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1334 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1336 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1343 …php_error_docref(NULL, E_WARNING, "session.name cannot contain any of the following '=,;.[ \\t\\r\… in php_session_send_cookie()
1460 php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized"); in php_session_reset_id()
1548 …php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1556 …php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1712 …php_error_docref(NULL, E_WARNING, "Session cookies cannot be used when session.use_cookies is disa… in PHP_FUNCTION()
1717 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed when a session is a… in PHP_FUNCTION()
1722 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed after headers have … in PHP_FUNCTION()
1773 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1776 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
1889 php_error_docref(NULL, E_WARNING, "Session name cannot be changed when a session is active"); in PHP_FUNCTION()
1894 …php_error_docref(NULL, E_WARNING, "Session name cannot be changed after headers have already been … in PHP_FUNCTION()
1919 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed when a session is… in PHP_FUNCTION()
1924 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed after headers hav… in PHP_FUNCTION()
1941 …php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
1960 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed when a session is active… in can_session_handler_be_changed()
1965 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed after headers have alrea… in can_session_handler_be_changed()
2101 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2195 php_error_docref(NULL, E_WARNING, "Session save path cannot be changed when a session is active"); in PHP_FUNCTION()
2200 …php_error_docref(NULL, E_WARNING, "Session save path cannot be changed after headers have already … in PHP_FUNCTION()
2224 php_error_docref(NULL, E_WARNING, "Session ID cannot be changed when a session is active"); in PHP_FUNCTION()
2229 …php_error_docref(NULL, E_WARNING, "Session ID cannot be changed after headers have already been se… in PHP_FUNCTION()
2266 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated when there is no active sessio… in PHP_FUNCTION()
2271 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated after headers have already bee… in PHP_FUNCTION()
2281 …php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2297 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2383 …php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only the A-Z, a-z, 0-… in PHP_FUNCTION()
2415 php_error_docref(NULL, E_WARNING, "Failed to create new ID"); in PHP_FUNCTION()
2433 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed when a session is activ… in PHP_FUNCTION()
2438 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed after headers have alre… in PHP_FUNCTION()
2463 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed when a session is ac… in PHP_FUNCTION()
2468 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed after headers have a… in PHP_FUNCTION()
2512 …php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2550 …php_error_docref(NULL, E_NOTICE, "Ignoring session_start() because a session is already active (st… in PHP_FUNCTION()
2553 …php_error_docref(NULL, E_NOTICE, "Ignoring session_start() because a session is already automatica… in PHP_FUNCTION()
2555 php_error_docref(NULL, E_NOTICE, "Ignoring session_start() because a session is already active"); in PHP_FUNCTION()
2566 …php_error_docref(NULL, E_WARNING, "Session cannot be started after headers have already been sent"… in PHP_FUNCTION()
2585 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2664 …php_error_docref(NULL, E_WARNING, "Session cannot be garbage collected when there is no active ses… in PHP_FUNCTION()
2765 php_error_docref(NULL, E_WARNING, "Session shutdown function cannot be registered"); in PHP_FUNCTION()