fork download
  1. <html>
  2. <?php
  3. $x = abs(26) + abs(-1) - abs(-0);
  4. echo $x;
  5. ?>
  6. </html>
Success #stdin #stdout 0.02s 25784KB
stdin
Standard input is empty
stdout
<html>
27</html>