diff options
Diffstat (limited to 'ext/gmp/tests/016.phpt')
-rw-r--r-- | ext/gmp/tests/016.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gmp/tests/016.phpt b/ext/gmp/tests/016.phpt index 6f63b28a08..6bd3afd070 100644 --- a/ext/gmp/tests/016.phpt +++ b/ext/gmp/tests/016.phpt @@ -1,5 +1,7 @@ --TEST-- gmp_powm() basic tests +--SKIPIF-- +<?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- <?php |