<?php declare(strict_types=1); $a = new GMP(1); var_dump(gmp_add($a, null));
You have javascript disabled. You will not be able to edit any code.