Lines Matching refs:php_error_docref

128php_error_docref(NULL, severity, "%s (sent from %s on line %d)", message, output_start_filename, o…  in php_session_headers_already_sent_error()
130 php_error_docref(NULL, severity, "%s", message); in php_session_headers_already_sent_error()
137php_error_docref(NULL, severity, "%s (started from %s on line %"PRIu32")", message, ZSTR_VAL(PS(se… in php_session_session_already_started_error()
140 php_error_docref(NULL, severity, "%s (session started automatically)", message); in php_session_session_already_started_error()
142 php_error_docref(NULL, severity, "%s", message); in php_session_session_already_started_error()
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()
447php_error_docref(NULL, E_WARNING, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s… in php_session_initialize()
494php_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()
619php_error_docref(NULL, err_type, "Session save handler \"%s\" cannot be found", ZSTR_VAL(new_value… in PHP_INI_MH()
627 php_error_docref(NULL, err_type, "Session save handler \"user\" cannot be set by ini_set()"); in PHP_INI_MH()
658php_error_docref(NULL, err_type, "Serialization handler \"%s\" cannot be found", ZSTR_VAL(new_valu… in PHP_INI_MH()
719php_error_docref(NULL, err_type, "session.name \"%s\" cannot be numeric or empty", ZSTR_VAL(new_va… in PHP_INI_MH()
741 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
787php_error_docref("session.configuration", E_DEPRECATED, "session.sid_length INI setting is depreca… in PHP_INI_MH()
796php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
810php_error_docref("session.configuration", E_DEPRECATED, "session.sid_bits_per_character INI settin… in PHP_INI_MH()
819php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
832php_error_docref("session.gc_probability", E_WARNING, "session.gc_probability must be greater than… in PHP_INI_MH()
851php_error_docref("session.gc_divisor", E_WARNING, "session.gc_divisor must be greater than 0"); in PHP_INI_MH()
866php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
871php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
888php_error_docref("session.configuration", E_DEPRECATED, "Disabling session.use_only_cookies INI se… in PHP_INI_MH()
900php_error_docref("session.configuration", E_DEPRECATED, "Enabling session.use_trans_sid INI settin… in PHP_INI_MH()
910php_error_docref("session.configuration", E_DEPRECATED, "Usage of session.referer_check INI settin… in PHP_INI_MH()
1435php_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()
1633php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1641php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1802php_error_docref(NULL, E_WARNING, "Session cookies cannot be used when session.use_cookies is disa… in PHP_FUNCTION()
1863php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1866php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
2031php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
2191 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2206php_error_docref(NULL, E_DEPRECATED, "Providing individual callbacks instead of an object implemen… in PHP_FUNCTION()
2376php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2392php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2482php_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()
2611php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2677 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2756php_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()