php_register_variable_ex  456 ext/filter/filter.c 		php_register_variable_ex(var, &raw_var, array_ptr TSRMLS_CC);
php_register_variable_ex  477 ext/filter/filter.c 		php_register_variable_ex(var, &new_var, orig_array_ptr TSRMLS_CC);
php_register_variable_ex   52 main/php_variables.c 	php_register_variable_ex(var, &new_entry, track_vars_array TSRMLS_CC);
php_register_variable_ex  568 main/php_variables.c 		php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, array_ptr TSRMLS_CC);
php_register_variable_ex  571 main/php_variables.c 		php_register_variable_ex("REQUEST_TIME", &request_time_long, array_ptr TSRMLS_CC);
php_register_variable_ex  173 main/rfc1867.c 		php_register_variable_ex(var, val, track_vars_array TSRMLS_CC);
php_register_variable_ex   82 sapi/apache_hooks/sapi_apache.c     php_register_variable_ex("request", req, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);