fork download
  1. <?php
  2.  
  3. "(\[otsection\](.*?)\[/otsection\])is",
  4. function($m) {
  5. static $id = 0;
  6. $id++;
  7. return "<div class=\"otsection\" id=\"ots".$id."\">".$m[1]."</div>";
  8. },
  9. $in);
Runtime error #stdin #stdout 0.02s 13616KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected T_FUNCTION in /home/It5e51/prog.php on line 5