Searched refs:hash_matrix (Results 1 – 1 of 1) sorted by relevance
3404 zval *SIM, *hash_matrix; in PHP_FUNCTION() local3411 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oadd", &SIM, gd_image_ce, &hash_matrix, &div, &offset)… in PHP_FUNCTION()3417 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()3424 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
Completed in 17 milliseconds