Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_variables.h41 PHPAPI void php_register_variable_safe(char *var, char *val, size_t val_len, zval *track_vars_array…
H A Dphp_variables.c42 php_register_variable_safe(var, strval, strlen(strval), track_vars_array); in php_register_variable()
46 PHPAPI void php_register_variable_safe(char *var, char *strval, size_t str_len, zval *track_vars_ar… in php_register_variable_safe() function
317 php_register_variable_safe(var->ptr, val, new_vlen, arr); in add_post_var()
501 php_register_variable_safe(var, val, new_val_len, &array); in SAPI_TREAT_DATA_FUNC()
514 php_register_variable_safe(var, val, new_val_len, &array); in SAPI_TREAT_DATA_FUNC()
H A Drfc1867.c170 php_register_variable_safe(var, strval, val_len, track_vars_array); in safe_php_register_variable()
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c271 php_register_variable_safe(key, val, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
276 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array); in php_apache_sapi_register_variables()
/PHP-7.2/ext/mbstring/
H A Dmb_gpc.c334 php_register_variable_safe(var, val, new_val_len, array_ptr); in _php_mb_encoding_handler_ex()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c558 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
620 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
627 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c672 php_register_variable_safe(var, val, new_val_len, array_ptr); in cgi_php_load_env_var()
755 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
764 php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array); in sapi_cgi_register_variables()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c235 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c603 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 43 milliseconds