Home
last modified time | relevance | path

Searched refs:gc_divisor (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/ext/session/tests/
H A Dsession_module_name_variation4.phpt7 session.gc_divisor=1
H A Dsession_basic1.phpt7 session.gc_divisor=1000
H A Dsession_basic2.phpt8 session.gc_divisor=1000
H A Dbug32330.phpt11 session.gc_divisor=1
H A Dsession_basic4.phpt11 session.gc_divisor=1000
H A Dsession_set_save_handler_variation4.phpt7 session.gc_divisor=1
H A Dsession_ini_set.phpt11 session.gc_divisor="100"
45 var_dump(ini_set("session.gc_divisor", "100"));
71 var_dump(ini_set("session.gc_divisor", "100"));
H A Dsession_set_save_handler_variation5.phpt6 session.gc_divisor=1
H A Dsession_basic3.phpt11 session.gc_divisor=1000
H A Dsession_basic5.phpt11 session.gc_divisor=1000
/PHP-7.2/ext/session/
H A Dphp_session.h165 zend_long gc_divisor; member
H A Dsession.c376 nrand = (zend_long) ((float) PS(gc_divisor) * php_combined_lcg()); in php_session_gc()
798 …isor", "100", PHP_INI_ALL, OnUpdateSessionLong, gc_divisor, php_ps_…
/PHP-7.2/
H A Dphp.ini-development141 ; session.gc_divisor
1418 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1419 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1420 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1430 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1431 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1432 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1440 session.gc_divisor = 1000
H A Dphp.ini-production141 ; session.gc_divisor
1420 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
1421 ; and gc_divisor is the denominator in the equation. Setting this value to 1
1422 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1432 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
1433 ; session.gc_divisor is the denominator in the equation. Setting this value to 1
1434 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
1442 session.gc_divisor = 1000

Completed in 43 milliseconds