Home
last modified time | relevance | path

Searched refs:php_register_variable_safe (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/main/
H A Dphp_variables.h37 PHPAPI void php_register_variable_safe(const char *var, const char *val, size_t val_len, zval *trac…
H A Dphp_variables.c35 php_register_variable_safe(var, strval, strlen(strval), track_vars_array); in php_register_variable()
39 PHPAPI void php_register_variable_safe(const char *var, const char *strval, size_t str_len, zval *t… in php_register_variable_safe() function
335 php_register_variable_safe(var->ptr, val, new_vlen, arr); in add_post_var()
530 php_register_variable_safe(var, val, new_val_len, &array); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c161 php_register_variable_safe(var, strval, val_len, track_vars_array); in safe_php_register_variable()
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c273 php_register_variable_safe(key, val, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
278 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
/PHP-8.0/ext/mbstring/
H A Dmb_gpc.c317 php_register_variable_safe(var, val, new_val_len, array_ptr); in _php_mb_encoding_handler_ex()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c512 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
574 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
581 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c659 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
739 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
748 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c210 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c607 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 48 milliseconds