fork(1) download
  1. <?php
  2.  
  3. $cookie2 = 'Hello';
  4. echo $cookie2['value'];
Success #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
H
stderr
PHP Warning:  Illegal string offset 'value' in /home/tpzR2z/prog.php on line 4