styles            149 ext/gd/gd.c    	ZEND_ARG_INFO(0, styles) /* ARRAY_INFO(0, styles, 0) */
styles           1427 ext/gd/gd.c    	zval *IM, *styles, *item;
styles           1432 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ra", &IM, &styles) == FAILURE)  {
styles           1441 ext/gd/gd.c    	stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(Z_ARRVAL_P(styles)), 0);
styles           1443 ext/gd/gd.c    	ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(styles), item) {