fork download
  1. <?php
  2.  
  3. $text = 'А роза упала на лапу Азора';
  4. $int = 1;
  5. $int2 = -$int;
  6. echo $int2;
  7. ?>
Success #stdin #stdout 0.01s 24188KB
stdin
Standard input is empty
stdout
-1