diff options
Diffstat (limited to 'ext/bcmath/tests/bcpowmod_zero_modulus.phpt')
-rw-r--r-- | ext/bcmath/tests/bcpowmod_zero_modulus.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bcpowmod_zero_modulus.phpt b/ext/bcmath/tests/bcpowmod_zero_modulus.phpt index bc30dc0afd..8540a0d6df 100644 --- a/ext/bcmath/tests/bcpowmod_zero_modulus.phpt +++ b/ext/bcmath/tests/bcpowmod_zero_modulus.phpt @@ -2,8 +2,8 @@ bc_raisemod's mod can't be zero --CREDITS-- Gabriel Caruso (carusogabriel34@gmail.com) ---SKIPIF-- -<?php if(!extension_loaded('bcmath')) die('skip bcmath extension not loaded'); ?> +--EXTENSIONS-- +bcmath --FILE-- <?php try { |