hash_matrix 4423 ext/gd/gd.c zval *SIM, *hash_matrix; hash_matrix 4430 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) { hash_matrix 4438 ext/gd/gd.c nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); hash_matrix 4445 ext/gd/gd.c if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRAY) {