<?php declare(strict_types = 1); $x = gmp_init('1'); $y = $x * 2; var_dump($y);
You have javascript disabled. You will not be able to edit any code.