Searched refs:seed_is_null (Results 1 – 3 of 3) sorted by relevance
145 bool seed_is_null = true; in PHP_METHOD() local151 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()154 if (seed_is_null) { in PHP_METHOD()
205 bool seed_is_null = true; in PHP_METHOD() local209 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()212 if (seed_is_null) { in PHP_METHOD()
254 bool seed_is_null = true; in PHP_METHOD() local258 Z_PARAM_LONG_OR_NULL(seed, seed_is_null); in PHP_METHOD()274 if (seed_is_null) { in PHP_METHOD()
Completed in 10 milliseconds