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 56 main/php_variables.c php_register_variable_ex(var, &new_entry, track_vars_array TSRMLS_CC); php_register_variable_ex 651 main/php_variables.c php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, array_ptr TSRMLS_CC); php_register_variable_ex 654 main/php_variables.c php_register_variable_ex("REQUEST_TIME", &request_time_long, array_ptr TSRMLS_CC); php_register_variable_ex 42 main/php_variables.h PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array TSRMLS_DC); php_register_variable_ex 178 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);