nelems           5176 ext/gd/gd.c    	int i, nelems;
nelems           5185 ext/gd/gd.c    	if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) {
nelems           5190 ext/gd/gd.c    	for (i = 0; i < nelems; i++) {
nelems           5405 ext/gd/gd.c    	int i, nelems;
nelems           5411 ext/gd/gd.c    	if (((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_m1))) != 6) || (nelems = zend_hash_num_elements(Z_ARRVAL_P(z_m2))) != 6) {
nelems           1185 ext/imap/php_imap.c 						int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method));
nelems           1187 ext/imap/php_imap.c 						if (nelems == 0 ) {
nelems           1190 ext/imap/php_imap.c 						for (i = 0; i < nelems; i++) {
nelems             84 ext/mbstring/libmbfl/mbfl/mbfl_allocators.c static void *__mbfl__calloc(unsigned int nelems, unsigned int szelem)
nelems             86 ext/mbstring/libmbfl/mbfl/mbfl_allocators.c 	return calloc(nelems, szelem);
nelems            643 ext/mbstring/mbstring.c static void *_php_mb_allocators_calloc(unsigned int nelems, unsigned int szelem)
nelems            645 ext/mbstring/mbstring.c 	return ecalloc(nelems, szelem);
nelems           4312 ext/phar/phar_object.c 	int nelems;
nelems           4369 ext/phar/phar_object.c 				nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
nelems           4370 ext/phar/phar_object.c 				if (nelems == 0 ) {
nelems           4373 ext/phar/phar_object.c 				for (i = 0; i < nelems; i++) {
nelems           2651 ext/zip/php_zip.c 	int nelems;
nelems           2681 ext/zip/php_zip.c 				nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
nelems           2682 ext/zip/php_zip.c 				if (nelems == 0 ) {
nelems           2685 ext/zip/php_zip.c 				for (i = 0; i < nelems; i++) {