hash_matrix      4873 ext/gd/gd.c    	zval *SIM, *hash_matrix;
hash_matrix      4880 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) {
hash_matrix      4886 ext/gd/gd.c    	nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix));
hash_matrix      4893 ext/gd/gd.c    		if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var) == IS_ARRAY) {