<?php
$v_11265 = 400;
$v_11266 = 300;
$v_11267 = imagecreatetruecolor($v_11265,$v_11266,);
$v_18379 = 2147483646;
$v_18371 = 100;
$v_11270 = 300;
$v_11271 = 200;
$v_11272 = 16777215;
$v_11273 = imageellipse($v_11267,$v_18379,$v_18371,$v_11270,$v_11271,$v_11272,);
/home/w023dtc/nightly_php/php-src/ext/gd/libgd/gd.c:1807:13: runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/w023dtc/nightly_php/php-src/ext/gd/libgd/gd.c:1807:13
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
Operating System
No response