variables_order 546 main/main.c STD_PHP_INI_ENTRY("variables_order", "EGPCS", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, variables_order, php_core_globals, core_globals) variables_order 105 main/php_globals.h char *variables_order; variables_order 674 main/php_variables.c if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) { variables_order 689 main/php_variables.c if (PG(variables_order) && variables_order 690 main/php_variables.c (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && variables_order 708 main/php_variables.c if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) { variables_order 735 main/php_variables.c if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { variables_order 769 main/php_variables.c if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { variables_order 790 main/php_variables.c p = PG(variables_order);