Home
last modified time | relevance | path

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

12

/PHP-7.4/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.phpt7 variables_order=GPS
/PHP-7.4/main/
H A Dphp_variables.c774 if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) { in php_auto_globals_create_get()
789 if (PG(variables_order) && in php_auto_globals_create_post()
790 (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && in php_auto_globals_create_post()
808 if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) { in php_auto_globals_create_cookie()
851 if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { in php_auto_globals_create_server()
891 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in php_auto_globals_create_env()
913 p = PG(variables_order); in php_auto_globals_create_request()
H A Dphp_globals.h103 char *variables_order; member
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt29 // popen("sort", "w") fails if variables_order="GPCS"
32 // also, doing: ini_set('variables_order', ''); doesn't work!
35 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dpopen_pclose_basic-win32.phpt29 // popen("sort", "w") fails if variables_order="GPCS"
32 // also, doing: ini_set('variables_order', ''); doesn't work!
35 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dbug26615.phpt4 variables_order=E
/PHP-7.4/ext/filter/tests/
H A Dbug71063.phpt8 variables_order=E
H A Dbug52209.phpt13 variables_order=GPCSE
/PHP-7.4/tests/lang/
H A Dbug24908.phpt4 variables_order=GPS
/PHP-7.4/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-7.4/sapi/cgi/
H A Dcgi_main.c669 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in cgi_php_import_environment_variables()
/PHP-7.4/
H A Dphp.ini-development151 ; variables_order
643 variables_order = "GPCS"
648 ; are specified in the same manner as the variables_order directive,
650 ; in the variables_order directive. It does not mean it will leave the super

Completed in 43 milliseconds

12