styles            155 ext/gd/gd.c    	ZEND_ARG_INFO(0, styles) /* ARRAY_INFO(0, styles, 0) */
styles           1537 ext/gd/gd.c    	zval *IM, *styles;
styles           1543 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &IM, &styles) == FAILURE)  {
styles           1550 ext/gd/gd.c    	stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(HASH_OF(styles)), 0);
styles           1552 ext/gd/gd.c    	zend_hash_internal_pointer_reset_ex(HASH_OF(styles), &pos);
styles           1554 ext/gd/gd.c    	for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos))	{
styles           1557 ext/gd/gd.c    		if (zend_hash_get_current_data_ex(HASH_OF(styles), (void **) &item, &pos) == FAILURE) {