Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.c3548 zval *SIM, *hash_matrix; in PHP_FUNCTION() local
3555 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oadd", &SIM, gd_image_ce, &hash_matrix, &div, &offset)… in PHP_FUNCTION()
3561 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
3568 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()

Completed in 20 milliseconds