Home
last modified time | relevance | path

Searched refs:nelem (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/gd/
H A Dgd.c3327 int npoints, col, nelem, i; in php_imagepolygon() local
3338 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
3339 if (nelem < 6) { in php_imagepolygon()
3347 if (nelem < npoints * 2) { in php_imagepolygon()
3348 …LL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2); in php_imagepolygon()
4857 int nelem, i, j, res; in PHP_FUNCTION() local
4866 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
4867 if (nelem != 3) { in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c897 size_t nelem = inp - *info; in cdf_read_property_info() local
907 inp = *info + nelem; in cdf_read_property_info()

Completed in 17 milliseconds