Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c3664 zval *z_affine; in PHP_FUNCTION() local
3670 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oa|a!", &IM, gd_image_ce, &z_affine, &z_rect) == FAILU… in PHP_FUNCTION()
3676 if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) { in PHP_FUNCTION()
3682 if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) { in PHP_FUNCTION()

Completed in 13 milliseconds