fork download
  1. <?php
  2.  
  3. public function test(int $q = 5)
  4. {
  5. return $q;
  6. }
  7.  
  8. printf("%d", test(9));
  9. ?>
Runtime error #stdin #stdout 0.02s 13664KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected T_PUBLIC in /home/Y2S9N4/prog.php on line 3