fork download
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <?php
  6. $x = 5;
  7. $y = 4;
  8.  
  9. echo $x + $y;
  10. ?>
  11.  
  12. </body>
  13. </html>
  14.  
Success #stdin #stdout 0.01s 24188KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
<html>
<body>

9
</body>
</html>