Searched refs:hash_colors (Results 1 – 1 of 1) sorted by relevance
3330 zval *hash_colors = NULL; in php_image_filter_scatter() local3335 …_ARGS(), "Olll|a", &IM, gd_image_ce, &tmp, &scatter_sub, &scatter_plus, &hash_colors) == FAILURE) { in php_image_filter_scatter()3341 if (hash_colors) { in php_image_filter_scatter()3343 uint32_t num_colors = zend_hash_num_elements(Z_ARRVAL_P(hash_colors)); in php_image_filter_scatter()3353 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(hash_colors), color) { in php_image_filter_scatter()
Completed in 11 milliseconds