Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/main/
H A Dphp_variables.c763 if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) { in php_auto_globals_create_get()
778 if (PG(variables_order) && in php_auto_globals_create_post()
779 (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && in php_auto_globals_create_post()
797 if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) { in php_auto_globals_create_cookie()
840 if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { in php_auto_globals_create_server()
880 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in php_auto_globals_create_env()
902 p = PG(variables_order); in php_auto_globals_create_request()
H A Dphp_globals.h99 char *variables_order; member
/PHP-8.1/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-8.1/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-8.1/ext/filter/tests/
H A Dbug71063.phpt8 variables_order=E
H A Dbug52209.phpt14 variables_order=GPCSE
/PHP-8.1/tests/lang/
H A Dbug24908.phpt4 variables_order=GPS
/PHP-8.1/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-8.1/sapi/cgi/
H A Dcgi_main.c665 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in cgi_php_import_environment_variables()
/PHP-8.1/
H A Dphp.ini-development152 ; variables_order
650 variables_order = "GPCS"
655 ; are specified in the same manner as the variables_order directive,
657 ; in the variables_order directive. It does not mean it will leave the super

Completed in 37 milliseconds

12