Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c3827 zval *z_m1; in PHP_FUNCTION() local
3831 if (zend_parse_parameters(ZEND_NUM_ARGS(), "aa", &z_m1, &z_m2) == FAILURE) { in PHP_FUNCTION()
3835 if (zend_hash_num_elements(Z_ARRVAL_P(z_m1)) != 6) { in PHP_FUNCTION()
3846 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) { in PHP_FUNCTION()

Completed in 13 milliseconds