fork(1) download
  1. <?php
  2.  
  3. $line = "=32";
  4. echo preg_replace_callback("/=([0-9A-F][0-9A-F])/", function($m) { return chr(hexdec($m[1])); }, $line);
  5.  
Success #stdin #stdout 0s 82944KB
stdin
Standard input is empty
stdout
2