fork download
  1. <?php
  2.  
  3. function topKek(int $num): int {
  4. return $num+1;
  5. }
  6.  
  7. echo topKek(2);
Success #stdin #stdout 0.03s 82880KB
stdin
Standard input is empty
stdout
3