fork(1) download
  1. <?php
  2. $value=5;
  3. $nb=463;
  4. $factorial=gmp_fact($value);
  5. echo intdiv($nb, $factorial);
  6.  
Success #stdin #stdout #stderr 0.01s 24404KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  intdiv() expects parameter 2 to be int, object given in /home/fKqo5e/prog.php on line 5