Searched defs:nelem (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 886 size_t nelem = inp - *info; local 896 inp = *info + nelem;
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3346 int npoints, col, nelem, i; local 3357 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); 3358 if (nelem < 6) { 3366 if (nelem < npoints * 2) { 3367 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2); 4864 int nelem, i, j, res; local 4873 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); 4874 if (nelem != 3) {
|
Completed in 12 milliseconds