Searched refs:php_random_randomizer_from_obj (Results 1 – 2 of 2) sorted by relevance
299 static inline php_random_randomizer *php_random_randomizer_from_obj(zend_object *object) { in php_random_randomizer_from_obj() function305 # define Z_RANDOM_RANDOMIZER_P(zval) php_random_randomizer_from_obj(Z_OBJ_P(zval));
219 php_random_randomizer *randomizer = php_random_randomizer_from_obj(object); in randomizer_free_obj()
Completed in 10 milliseconds