fork download
  1. <?php
  2. $x = "x1";
  3. printf(++$x);
  4. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
x2