nelems 4698 ext/gd/gd.c int i, nelems; nelems 4709 ext/gd/gd.c if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) { nelems 4714 ext/gd/gd.c for (i = 0; i < nelems; i++) { nelems 4874 ext/gd/gd.c int i, nelems; nelems 4880 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 1181 ext/imap/php_imap.c int nelems = zend_hash_num_elements(Z_ARRVAL_P(disabled_auth_method)); nelems 1183 ext/imap/php_imap.c if (nelems == 0 ) { nelems 1186 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 638 ext/mbstring/mbstring.c static void *_php_mb_allocators_calloc(unsigned int nelems, unsigned int szelem) nelems 640 ext/mbstring/mbstring.c return ecalloc(nelems, szelem); nelems 4261 ext/phar/phar_object.c int nelems; nelems 4317 ext/phar/phar_object.c nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); nelems 4318 ext/phar/phar_object.c if (nelems == 0 ) { nelems 4321 ext/phar/phar_object.c for (i = 0; i < nelems; i++) { nelems 2606 ext/zip/php_zip.c int nelems; nelems 2636 ext/zip/php_zip.c nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); nelems 2637 ext/zip/php_zip.c if (nelems == 0 ) { nelems 2640 ext/zip/php_zip.c for (i = 0; i < nelems; i++) {