bcsqrt_error2.phpt 249 B

123456789101112
  1. --TEST--
  2. bcsqrt() incorrect argument count
  3. --SKIPIF--
  4. <?php if(!extension_loaded("bcmath")) print "skip"; ?>
  5. --INI--
  6. bcmath.scale=0
  7. --FILE--
  8. <?php
  9. echo bcsqrt();
  10. ?>
  11. --EXPECTF--
  12. Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d