- Output for 8.4.1 - 8.4.12
- bool(false)
- Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25
- Recoverable fatal error: Object of class GMP could not be converted to bool in /in/LHpD1 on line 5
Process exited with code 255.
<?php
$gmp = gmp_init(0);
$bool = (bool) $gmp;
var_dump($bool);