Searched refs:gc_divisor (Results 1 – 8 of 8) sorted by relevance
186 …if ((int) ((float) PS(gc_divisor) * PS(gc_divisor) * php_combined_lcg(TSRMLS_C)) < PS(gc_probabili… in PS_GC_FUNC()
7 session.gc_divisor=1
11 session.gc_divisor=1
115 long gc_divisor; member
797 …session.gc_divisor", "100", PHP_INI_ALL, OnUpdateLong, gc_divisor, php_ps_…1499 nrand = (int) ((float) PS(gc_divisor) * php_combined_lcg(TSRMLS_C));
164 ; session.gc_divisor1536 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator1537 ; and gc_divisor is the denominator in the equation. Setting this value to 11538 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1548 ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and1549 ; session.gc_divisor is the denominator in the equation. Setting this value to 11550 ; when the session.gc_divisor value is 100 will give you approximately a 1% chance1558 session.gc_divisor = 1000
Completed in 26 milliseconds