POINTS 3330 ext/gd/gd.c zval *IM, *POINTS; POINTS 3337 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rall", &IM, &POINTS, &NPOINTS, &COL) == FAILURE) { POINTS 3348 ext/gd/gd.c nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); POINTS 3365 ext/gd/gd.c if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { POINTS 3368 ext/gd/gd.c if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) {