php_register_variable_ex  462 ext/filter/filter.c 		php_register_variable_ex(var, &raw_var, array_ptr);
php_register_variable_ex  478 ext/filter/filter.c 		php_register_variable_ex(var, &new_var, orig_array_ptr);
php_register_variable_ex   53 main/php_variables.c 	php_register_variable_ex(var, &new_entry, track_vars_array);
php_register_variable_ex  618 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, &PG(http_globals)[TRACK_VARS_SERVER]);
php_register_variable_ex  620 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME", &request_time_long, &PG(http_globals)[TRACK_VARS_SERVER]);
php_register_variable_ex   42 main/php_variables.h PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array);
php_register_variable_ex  176 main/rfc1867.c 		php_register_variable_ex(var, val, track_vars_array);