Home
last modified time | relevance | path

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

/php-src/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.c38 php_register_variable_safe(var, strval, strlen(strval), track_vars_array); in php_register_variable()
42 PHPAPI void php_register_variable_safe(const char *var, const char *strval, size_t str_len, zval *t… in php_register_variable_safe() function
384 php_register_variable_safe(var->ptr, val, new_vlen, arr); in add_post_var()
580 php_register_variable_safe(var, val, new_val_len, &array); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c138 php_register_variable_safe(var, strval, val_len, track_vars_array); in safe_php_register_variable()
/php-src/ext/mbstring/
H A Dmb_gpc.c265 php_register_variable_safe(ZSTR_VAL(converted_var), val, new_val_len, array_ptr); in _php_mb_encoding_handler_ex()
273 php_register_variable_safe(var, val, new_val_len, array_ptr); in _php_mb_encoding_handler_ex()
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c278 php_register_variable_safe(key, val, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
283 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
/php-src/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()
525 php_register_variable_safe(var, val, val_len, array_ptr); in cgi_php_load_env_var_unfilterd()
592 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
599 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/php-src/sapi/cgi/
H A Dcgi_main.c660 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
740 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
749 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/php-src/sapi/litespeed/
H A Dlsapi_main.c210 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/php-src/sapi/cli/
H A Dphp_cli_server.c621 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 54 milliseconds