fork(1) download
  1. <?php
  2.  
  3. $pituh = 'immutable';
  4. $pituh{0} = ' ';
  5. $pituh{1} = ' ';
  6. echo 'pituh is'.$pituh;
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
pituh is  mutable