3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types = 1); $x = gmp_init('1'); $y = $x * 2; var_dump($y);
Output for 8.5.1 - 8.5.3
Fatal error: Uncaught Error: Call to undefined function gmp_init() in /in/WGWLk:3 Stack trace: #0 {main} thrown in /in/WGWLk on line 3
Process exited with code 255.
Output for 8.1.32 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0
object(GMP)#2 (1) { ["num"]=> string(1) "2" }

preferences:
62.47 ms | 847 KiB | 4 Q