Skip to content

Commit

Permalink
Tweak examples/uint64.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Leonovich committed May 2, 2018
1 parent a0ac282 commit 97cb14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uint64.php
Expand Up @@ -7,7 +7,7 @@

require __DIR__.'/autoload.php';

if (!\function_exists('gmp_init')) {
if (!\extension_loaded('gmp')) {
echo "GMP extension is required to run this example.\n";
exit(1);
}
Expand Down

0 comments on commit 97cb14a

Please sign in to comment.