Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c3703 zval *SIM, *hash_matrix; in PHP_FUNCTION() local
3712 Z_PARAM_ARRAY(hash_matrix) in PHP_FUNCTION()
3719 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
3726 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()

Completed in 13 milliseconds