Lines Matching refs:NULL

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…
112 PS(id) = NULL; in php_rinit_session_globals()
116 PS(mod_data) = NULL; in php_rinit_session_globals()
119 PS(session_vars) = NULL; in php_rinit_session_globals()
140 PS(id) = NULL; in php_rshutdown_session_globals()
145 PS(session_vars) = NULL; in php_rshutdown_session_globals()
150 PS(mod_user_class_name) = NULL; in php_rshutdown_session_globals()
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()
203 return NULL; in php_set_session_var()
212 return NULL; in php_get_session_var()
239 …php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to encode session obj… in php_session_encode()
240 return NULL; in php_session_encode()
244 php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session"); in php_session_encode()
246 return NULL; 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()
332 return NULL; in php_session_create_id()
401 zend_string *val = NULL; in php_session_initialize()
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()
431 …zend_throw_error(NULL, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path… in php_session_initialize()
446 PS(id) = php_session_create_id(NULL); 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()
474 PS(session_vars) = NULL; in php_session_initialize()
507 handler_function_name = handler_class_name != NULL ? "updateTimestamp" : "update_timestamp"; in php_session_save_current_state()
521 php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please " in php_session_save_current_state()
526 } else if (handler_class_name != NULL) { 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()
582 …php_error_docref(NULL, err_type, "Session save handler \"%s\" cannot be found", ZSTR_VAL(new_value… in PHP_INI_MH()
590 php_error_docref(NULL, err_type, "Session save handler \"user\" cannot be set by ini_set()"); in PHP_INI_MH()
621 …php_error_docref(NULL, err_type, "Serialization handler \"%s\" cannot be found", ZSTR_VAL(new_valu… in PHP_INI_MH()
640 if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) { in PHP_INI_MH()
671 …TR_LEN(new_value) || is_numeric_string(ZSTR_VAL(new_value), ZSTR_LEN(new_value), NULL, NULL, 0))) { in PHP_INI_MH()
682 …php_error_docref(NULL, err_type, "session.name \"%s\" cannot be numeric or empty", ZSTR_VAL(new_va… in PHP_INI_MH()
697 php_error_docref(NULL, E_WARNING, "CookieLifetime cannot be negative"); in PHP_INI_MH()
735 char *endptr = NULL; in PHP_INI_MH()
747 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_length\" must be between 22… in PHP_INI_MH()
755 char *endptr = NULL; in PHP_INI_MH()
767 …php_error_docref(NULL, E_WARNING, "session.configuration \"session.sid_bits_per_character\" must b… in PHP_INI_MH()
776 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to 0… in PHP_INI_MH()
781 …php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be less than or equal to 100%… in PHP_INI_MH()
968 return NULL; in PS_SERIALIZER_ENCODE_FUNC()
1044 if (ps_serializers[i].name == NULL) { in php_session_register_serializer()
1048 ps_serializers[i + 1].name = NULL; in php_session_register_serializer()
1171 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC()
1235 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1237 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be sent after headers have already… in php_session_cache_limiter()
1271 ZEND_ASSERT(strpbrk(PS(session_name), SESSION_FORBIDDEN_CHARS) == NULL); in php_session_remove_cookie()
1303 zend_string *date_fmt = NULL; in php_session_send_cookie()
1311 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1313 …php_error_docref(NULL, E_WARNING, "Session cookie cannot be sent after headers have already been s… in php_session_send_cookie()
1319 …if (strpbrk(PS(session_name), SESSION_FORBIDDEN_CHARS) != NULL) { /* man isspace for \013 and \0… in php_session_send_cookie()
1320 …php_error_docref(NULL, E_WARNING, "session.name cannot contain any of the following '=,;.[ \\t\\r\… in php_session_send_cookie()
1338 gettimeofday(&tv, NULL); in php_session_send_cookie()
1389 const ps_module *ret = NULL; in _php_find_ps_module()
1405 const ps_serializer *ret = NULL; in _php_find_ps_serializer()
1424 PS(id) = NULL; in ppid2sid()
1437 php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized"); in php_session_reset_id()
1518 …php_error_docref(NULL, E_WARNING, "Cannot find session save handler \"%s\" - session startup faile… in php_session_start()
1526 …php_error_docref(NULL, E_WARNING, "Cannot find session serialization handler \"%s\" - session star… in php_session_start()
1580 strstr(Z_STRVAL_P(data), PS(extern_referer_chk)) == NULL in php_session_start()
1583 PS(id) = NULL; in php_session_start()
1592 PS(id) = NULL; in php_session_start()
1600 PS(id) = NULL; in php_session_start()
1664 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION()
1685 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed when a session is a… in PHP_FUNCTION()
1690 …php_error_docref(NULL, E_WARNING, "Session cookie parameters cannot be changed after headers have … in PHP_FUNCTION()
1741 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) contains an unrecognized key… in PHP_FUNCTION()
1744 …php_error_docref(NULL, E_WARNING, "Argument #1 ($lifetime_or_options) cannot contain numeric keys"… in PHP_FUNCTION()
1849 zend_string *name = NULL; in PHP_FUNCTION()
1857 php_error_docref(NULL, E_WARNING, "Session name cannot be changed when a session is active"); in PHP_FUNCTION()
1862 …php_error_docref(NULL, E_WARNING, "Session name cannot be changed after headers have already been … in PHP_FUNCTION()
1879 zend_string *name = NULL; in PHP_FUNCTION()
1887 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed when a session is… in PHP_FUNCTION()
1892 …php_error_docref(NULL, E_WARNING, "Session save handler module cannot be changed after headers hav… in PHP_FUNCTION()
1909 …php_error_docref(NULL, E_WARNING, "Session handler module \"%s\" cannot be found", ZSTR_VAL(name)); in PHP_FUNCTION()
1917 PS(mod_data) = NULL; in PHP_FUNCTION()
1928 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed when a session is active… in save_handler_check_session()
1933 …php_error_docref(NULL, E_WARNING, "Session save handler cannot be changed after headers have alrea… in save_handler_check_session()
1955 zval *args = NULL; in PHP_FUNCTION()
1959 zval *obj = NULL; in PHP_FUNCTION()
1986 php_error_docref(NULL, E_ERROR, "Session save handler function table is corrupt"); in PHP_FUNCTION()
2046 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2053 php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function"); in PHP_FUNCTION()
2079 if (!zend_is_callable(&args[i], IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL)) { in PHP_FUNCTION()
2093 PS(mod_user_class_name) = NULL; in PHP_FUNCTION()
2117 zend_string *name = NULL; in PHP_FUNCTION()
2125 php_error_docref(NULL, E_WARNING, "Session save path cannot be changed when a session is active"); in PHP_FUNCTION()
2130 …php_error_docref(NULL, E_WARNING, "Session save path cannot be changed after headers have already … in PHP_FUNCTION()
2147 zend_string *name = NULL; in PHP_FUNCTION()
2154 php_error_docref(NULL, E_WARNING, "Session ID cannot be changed when a session is active"); in PHP_FUNCTION()
2159 …php_error_docref(NULL, E_WARNING, "Session ID cannot be changed after headers have already been se… in PHP_FUNCTION()
2196 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated when there is no active sessio… in PHP_FUNCTION()
2201 …php_error_docref(NULL, E_WARNING, "Session ID cannot be regenerated after headers have already bee… in PHP_FUNCTION()
2211 …php_error_docref(NULL, E_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)-… in PHP_FUNCTION()
2227 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s… in PHP_FUNCTION()
2236 PS(session_vars) = NULL; in PHP_FUNCTION()
2239 PS(id) = NULL; in PHP_FUNCTION()
2244 zend_throw_error(NULL, "Failed to open session: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in PHP_FUNCTION()
2253 …zend_throw_error(NULL, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_… in PHP_FUNCTION()
2268 …zend_throw_error(NULL, "Failed to create session ID by collision: %s (path: %s)", PS(mod)->s_name,… in PHP_FUNCTION()
2281 …zend_throw_error(NULL, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(sav… in PHP_FUNCTION()
2303 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION()
2313 …php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only the A-Z, a-z, 0-… in PHP_FUNCTION()
2330 new_id = NULL; in PHP_FUNCTION()
2337 new_id = php_session_create_id(NULL); in PHP_FUNCTION()
2345 php_error_docref(NULL, E_WARNING, "Failed to create new ID"); in PHP_FUNCTION()
2355 zend_string *limiter = NULL; in PHP_FUNCTION()
2363 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed when a session is activ… in PHP_FUNCTION()
2368 …php_error_docref(NULL, E_WARNING, "Session cache limiter cannot be changed after headers have alre… in PHP_FUNCTION()
2393 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed when a session is ac… in PHP_FUNCTION()
2398 …php_error_docref(NULL, E_WARNING, "Session cache expiration cannot be changed after headers have a… in PHP_FUNCTION()
2424 if (enc == NULL) { in PHP_FUNCTION()
2435 zend_string *str = NULL; in PHP_FUNCTION()
2442 …php_error_docref(NULL, E_WARNING, "Session data cannot be decoded when there is no active session"… in PHP_FUNCTION()
2468 zval *options = NULL; in PHP_FUNCTION()
2479 php_error_docref(NULL, E_NOTICE, "Ignoring session_start() because a session is already active"); in PHP_FUNCTION()
2489 …php_error_docref(NULL, E_WARNING, "Session cannot be started after headers have already been sent"… in PHP_FUNCTION()
2508 php_error_docref(NULL, E_WARNING, "Setting option \"%s\" failed", ZSTR_VAL(str_idx)); in PHP_FUNCTION()
2587 …php_error_docref(NULL, E_WARNING, "Session cannot be garbage collected when there is no active ses… in PHP_FUNCTION()
2674 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2688 php_error_docref(NULL, E_WARNING, "Session shutdown function cannot be registered"); in PHP_FUNCTION()
2701 PS(mod) = NULL; in php_rinit_session()
2711 if (PS(serializer) == NULL) { in php_rinit_session()
2720 if (PS(mod) == NULL || PS(serializer) == NULL) { in php_rinit_session()
2766 ps_globals->save_path = NULL; in PHP_GINIT_FUNCTION()
2767 ps_globals->session_name = NULL; in PHP_GINIT_FUNCTION()
2768 ps_globals->id = NULL; in PHP_GINIT_FUNCTION()
2769 ps_globals->mod = NULL; in PHP_GINIT_FUNCTION()
2770 ps_globals->serializer = NULL; in PHP_GINIT_FUNCTION()
2771 ps_globals->mod_data = NULL; in PHP_GINIT_FUNCTION()
2773 ps_globals->default_mod = NULL; in PHP_GINIT_FUNCTION()
2775 ps_globals->mod_user_class_name = NULL; in PHP_GINIT_FUNCTION()
2777 ps_globals->session_vars = NULL; in PHP_GINIT_FUNCTION()
2788 …nd_register_auto_global(zend_string_init_interned("_SESSION", sizeof("_SESSION") - 1, 1), 0, NULL); in PHP_MINIT_FUNCTION()
2827 php_session_rfc1867_orig_callback = NULL; in PHP_MSHUTDOWN_FUNCTION()
2829 php_rfc1867_callback = NULL; in PHP_MSHUTDOWN_FUNCTION()
2832 ps_serializers[PREDEFINED_SERIALIZERS].name = NULL; in PHP_MSHUTDOWN_FUNCTION()
2921 sapi_module.treat_data(PARSE_COOKIE, NULL, NULL); in php_session_rfc1867_early_find_sid()
2930 sapi_module.treat_data(PARSE_GET, NULL, NULL); in php_session_rfc1867_early_find_sid()
2938 …_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.s)) == NULL) { in php_check_cancel_upload()
2944 …d_hash_str_find(Z_ARRVAL_P(progress_ary), "cancel_upload", sizeof("cancel_upload") - 1)) == NULL) { in php_check_cancel_upload()
2960 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
3102 …oc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time(NULL)); in php_session_rfc1867_callback()
3168 progress = NULL; in php_session_rfc1867_callback()
3169 PS(rfc1867_progress) = NULL; in php_session_rfc1867_callback()
3183 NULL,
3193 NULL,
3194 NULL,