Searched refs:nelem (Results 1 – 2 of 2) sorted by relevance
2805 int npoints, col, nelem, i; in php_imagepolygon() local2832 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()2838 if (nelem < npoints * 2) { in php_imagepolygon()2839 zend_value_error("Trying to use %d points in array with only %d points", npoints, nelem/2); in php_imagepolygon()3707 int nelem, i, j, res; in PHP_FUNCTION() local3719 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()3720 if (nelem != 3) { in PHP_FUNCTION()
1060 size_t nelem = inp - *info; in cdf_read_property_info() local1064 inp += nelem; in cdf_read_property_info()
Completed in 20 milliseconds