Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/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.3/ext/standard/tests/general_functions/
H A Dimport_request2.phpt10 variables_order=CGP
H A Dgetopt_004.phpt7 variables_order=GPS
H A Dimport_request3.phpt10 variables_order=CGP
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
H A Dimport_request1.phpt10 variables_order=CGP
/PHP-5.3/tests/lang/
H A Dbug24908.phpt4 variables_order=GPS
/PHP-5.3/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.3/ext/filter/tests/
H A Dbug52209.phpt12 variables_order=GPCSE
/PHP-5.3/main/
H A Dphp_variables.c707 for (p=PG(variables_order); p && *p; p++) { in php_hash_environment()
799 if (PG(variables_order) && (strchr(PG(variables_order),'S') || strchr(PG(variables_order),'s'))) { in php_auto_globals_create_server()
851 if (PG(variables_order) && (strchr(PG(variables_order),'E') || strchr(PG(variables_order),'e'))) { in php_auto_globals_create_env()
879 p = PG(variables_order); in php_auto_globals_create_request()
H A Dphp_globals.h110 char *variables_order; member
H A Dmain.c518 …r", "EGPCS", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, variables_order, php_core_gl…
/PHP-5.3/
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-development189 ; variables_order
681 variables_order = "GPCS"
686 ; specified in the same manner as the variables_order directive, EXCEPT one.
688 ; variables_order directive. It does not mean it will leave the super globals
H A Dphp.ini-production189 ; variables_order
681 variables_order = "GPCS"
686 ; specified in the same manner as the variables_order directive, EXCEPT one.
688 ; variables_order directive. It does not mean it will leave the super globals
H A DUPGRADING350 independently of variables_order.

Completed in 126 milliseconds

12