Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_variables.h39 PHPAPI void php_register_variable_safe(char *var, char *val, size_t val_len, zval *track_vars_array…
H A Dphp_variables.c40 php_register_variable_safe(var, strval, strlen(strval), track_vars_array); in php_register_variable()
44 PHPAPI void php_register_variable_safe(char *var, char *strval, size_t str_len, zval *track_vars_ar… in php_register_variable_safe() function
340 php_register_variable_safe(var->ptr, val, new_vlen, arr); in add_post_var()
535 php_register_variable_safe(var, val, new_val_len, &array); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c168 php_register_variable_safe(var, strval, val_len, track_vars_array); in safe_php_register_variable()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c269 php_register_variable_safe(key, val, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
274 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c325 php_register_variable_safe(var, val, new_val_len, array_ptr); in _php_mb_encoding_handler_ex()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c517 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
579 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
586 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c663 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
743 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
752 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c215 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c662 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 95 milliseconds