Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c3936 bool res_x_is_null = 1, res_y_is_null = 1; in PHP_FUNCTION() local
3938 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l!l!", &IM, gd_image_ce, &res_x, &res_x_is_null, &re… in PHP_FUNCTION()
3944 if (!res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()
3947 } else if (!res_x_is_null && res_y_is_null) { in PHP_FUNCTION()
3950 } else if (res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()

Completed in 19 milliseconds