fork(4) download
  1. <?php
  2.  
  3. $s = "test > >";
  4. echo str_replace('> >', '>>>>', $s);
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
test >>>>