fork(2) download
  1. <?php
  2.  
  3. $s = 'foo';
  4. var_dump(substr($s, 3));
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
bool(false)