stylearr         1539 ext/gd/gd.c    	int * stylearr;
stylearr         1550 ext/gd/gd.c    	stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(HASH_OF(styles)), 0);
stylearr         1566 ext/gd/gd.c    			stylearr[index++] = Z_LVAL(lval);
stylearr         1568 ext/gd/gd.c    			stylearr[index++] = Z_LVAL_PP(item);
stylearr         1572 ext/gd/gd.c    	gdImageSetStyle(im, stylearr, index);
stylearr         1574 ext/gd/gd.c    	efree(stylearr);