Home
last modified time | relevance | path

Searched refs:php_register_variable_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/main/
H A Dphp_variables.h42 PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array);
H A Dphp_variables.c59 php_register_variable_ex(var, &new_entry, track_vars_array); in php_register_variable_safe()
62 PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars_array) in php_register_variable_ex() function
652php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, &PG(http_globals)[TRACK_VARS_S… in php_register_server_variables()
654 php_register_variable_ex("REQUEST_TIME", &request_time_long, &PG(http_globals)[TRACK_VARS_SERVER]); in php_register_server_variables()
H A Drfc1867.c178 php_register_variable_ex(var, val, track_vars_array); in safe_php_register_variable_ex()
/PHP-7.2/
H A DREADME.input_filter141 php_register_variable_ex(raw_var, &new_var, array_ptr);
/PHP-7.2/ext/filter/
H A Dfilter.c465 php_register_variable_ex(var, &raw_var, array_ptr); in php_sapi_filter()
481 php_register_variable_ex(var, &new_var, orig_array_ptr); in php_sapi_filter()

Completed in 30 milliseconds