POINTS 3342 ext/gd/gd.c zval *IM, *POINTS; POINTS 3349 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rall", &IM, &POINTS, &NPOINTS, &COL) == FAILURE) { POINTS 3358 ext/gd/gd.c nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); POINTS 3375 ext/gd/gd.c if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2), (void **) &var) == SUCCESS) { POINTS 3386 ext/gd/gd.c if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1, (void **) &var) == SUCCESS) {