fork download
  1. <?php
  2. $line = __LINE__ + 1; // use this right before the line you want to tag
  3. // tagged line goes here
  4. echo "the line number we refer to is ".$line;
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
the line number we refer to is 3