Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c2573 int npoints, col, nelem, i; in php_imagepolygon() local
2595 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
2601 if (nelem < npoints * 2) { in php_imagepolygon()
2602 zend_value_error("Trying to use %d points in array with only %d points", npoints, nelem/2); in php_imagepolygon()
3403 int nelem, i, j, res; in PHP_FUNCTION() local
3412 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
3413 if (nelem != 3) { in PHP_FUNCTION()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c1052 size_t nelem = inp - *info; in cdf_read_property_info() local
1056 inp += nelem; in cdf_read_property_info()

Completed in 29 milliseconds