fork download
<?php
$xor1 = gmp_init('08');

echo $xor1;

?>
Success #stdin #stdout #stderr 0.02s 25992KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  gmp_init(): Unable to convert variable to GMP - string is not an integer in /home/qHjBGX/prog.php on line 2