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.c1829 bool foreground_color_is_null = 1; in PHP_FUNCTION() local
1835 …!", &imgind, gd_image_ce, &file, &file_len, &foreground_color, &foreground_color_is_null) == FAILU… in PHP_FUNCTION()
1852 if (foreground_color_is_null) { in PHP_FUNCTION()
1918 zend_long foreground_color_is_null = 1; in PHP_FUNCTION() local
1924 …, "O|z!l!", &imgind, gd_image_ce, &to_zval, &foreground_color, &foreground_color_is_null) == FAILU… in PHP_FUNCTION()
1939 if (foreground_color_is_null) { in PHP_FUNCTION()

Completed in 16 milliseconds