nelem             900 ext/fileinfo/libmagic/cdf.c 				size_t nelem = inp - *info;
nelem             910 ext/fileinfo/libmagic/cdf.c 				inp = *info + nelem;
nelem            3347 ext/gd/gd.c    	int npoints, col, nelem, i;
nelem            3358 ext/gd/gd.c    	nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS));
nelem            3359 ext/gd/gd.c    	if (nelem < 6) {
nelem            3367 ext/gd/gd.c    	if (nelem < npoints * 2) {
nelem            3368 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2);
nelem            4877 ext/gd/gd.c    	int nelem, i, j, res;
nelem            4886 ext/gd/gd.c    	nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix));
nelem            4887 ext/gd/gd.c    	if (nelem != 3) {