fork(1) download
  1. <?php
  2.  
  3. $a = 'str';
  4.  
  5. $b = 'stré';
  6.  
  7.  
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
int(3)
int(5)