### Description The following code: ```php <?php gmp_export(-9223372036854775808, 9223372036854775807, -9223372036854775808); ``` Resulted in this output: ``` /php-src/ext/gmp/gmp.c:1015:31: runtime error: signed integer overflow: 9223372036854775807 * 8 cannot be represented in type 'long' ``` ### PHP Version nightly ### Operating System ubuntu 22.04