Home
last modified time | relevance | path

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

12

/PHP-5.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-5.4/main/
H A Dphp_variables.c654 if (PG(variables_order) && (strchr(PG(variables_order),'G') || strchr(PG(variables_order),'g'))) { in php_auto_globals_create_get()
677 if (PG(variables_order) && in php_auto_globals_create_post()
678 (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && in php_auto_globals_create_post()
704 if (PG(variables_order) && (strchr(PG(variables_order),'C') || strchr(PG(variables_order),'c'))) { in php_auto_globals_create_cookie()
744 if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { in php_auto_globals_create_server()
791 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in php_auto_globals_create_env()
814 p = PG(variables_order); in php_auto_globals_create_request()
H A Dphp_globals.h100 char *variables_order; member
H A Dmain.c542 …r", "EGPCS", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, variables_order, php_core_gl…
/PHP-5.4/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt31 // popen("sort", "w") fails if variables_order="GPCS"
34 // also, doing: ini_set('variables_order', ''); doesn't work!
37 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dbug26615.phpt4 variables_order=E
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgetopt_004.phpt7 variables_order=GPS
H A Dgetopt.phpt7 variables_order=GPS
H A Dimport_request2.phpt12 variables_order=CGP
H A Dgetopt_005.phpt7 variables_order=GPS
H A Dimport_request3.phpt12 variables_order=CGP
H A Dgetopt_002.phpt7 variables_order=GPS
H A Dgetopt_003.phpt7 variables_order=GPS
H A Dimport_request1.phpt12 variables_order=CGP
/PHP-5.4/tests/lang/
H A Dbug24908.phpt4 variables_order=GPS
/PHP-5.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-5.4/ext/filter/tests/
H A Dbug52209.phpt12 variables_order=GPCSE
/PHP-5.4/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES49 7. $_SERVER should be populated with argc and argv if variables_order
53 variables_order setting. As in, the CLI version will now always populate
H A Dphp.ini-development166 ; variables_order
612 variables_order = "GPCS"
617 ; specified in the same manner as the variables_order directive, EXCEPT one.
619 ; variables_order directive. It does not mean it will leave the super globals
H A Dphp.ini-production166 ; variables_order
612 variables_order = "GPCS"
617 ; specified in the same manner as the variables_order directive, EXCEPT one.
619 ; variables_order directive. It does not mean it will leave the super globals
H A DINSTALL776 variables_order = "GPCS"

Completed in 46 milliseconds

12