Home
last modified time | relevance | path

Searched refs:variables_order (Results 1 – 25 of 28) sorted by relevance

12

/php-src/tests/basic/
H A Dbug29971.phpt2 Bug #29971 (variables_order behaviour)
4 variables_order=GPC
8 var_dump(ini_get("variables_order"));
H A D012.phpt5 variables_order=GPS
/php-src/main/
H A Dphp_variables.c798 if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) { in php_auto_globals_create_get()
813 if (PG(variables_order) && in php_auto_globals_create_post()
814 (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && in php_auto_globals_create_post()
832 if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) { in php_auto_globals_create_cookie()
875 if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { in php_auto_globals_create_server()
915 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in php_auto_globals_create_env()
937 p = PG(variables_order); in php_auto_globals_create_request()
H A Dphp_globals.h103 char *variables_order; member
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt21 // popen("sort", "w") fails if variables_order="GPCS"
24 // also, doing: ini_set('variables_order', ''); doesn't work!
27 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dpopen_pclose_basic-win32.phpt21 // popen("sort", "w") fails if variables_order="GPCS"
24 // also, doing: ini_set('variables_order', ''); doesn't work!
27 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dbug26615.phpt4 variables_order=E
/php-src/ext/standard/tests/general_functions/
H A Dgetopt_008.phpt7 variables_order=GPS
H A Dgetopt_006.phpt7 variables_order=GPS
H A Dgetopt_009.phpt7 variables_order=GPS
H A Dgetopt_007.phpt7 variables_order=GPS
H A Dgetopt_004.phpt7 variables_order=GPS
H A Dgetopt.phpt7 variables_order=GPS
H A Dgetopt_005.phpt7 variables_order=GPS
H A Dgetopt_002.phpt7 variables_order=GPS
H A Dgetopt_003.phpt7 variables_order=GPS
/php-src/ext/filter/tests/
H A Dbug71063.phpt8 variables_order=E
H A Dbug52209.phpt14 variables_order=GPCSE
/php-src/tests/lang/
H A Dbug24908.phpt4 variables_order=GPS
/php-src/Zend/tests/traits/
H A Dconstant_016.phpt6 variables_order=EGPCS
/php-src/Zend/tests/
H A Dglobals_004.phpt4 variables_order="egpcs"
H A Dglobals_001.phpt4 variables_order="egpcs"
H A Dglobals_002.phpt4 variables_order="egpcs"
H A Dglobals_003.phpt4 variables_order="egpcs"
/php-src/sapi/cgi/
H A Dcgi_main.c666 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in cgi_php_import_environment_variables()

Completed in 50 milliseconds

12