Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c1824 bool foreground_color_is_null = 1; in PHP_FUNCTION() local
1830 …!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_color_is_null) == FAILU… in PHP_FUNCTION()
1847 if (foreground_color_is_null) { in PHP_FUNCTION()
1913 zend_long foreground_color_is_null = 1; in PHP_FUNCTION() local
1919 …, "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_color_is_null) == FAILU… in PHP_FUNCTION()
1934 if (foreground_color_is_null) { in PHP_FUNCTION()

Completed in 13 milliseconds