fork(16) download
  1. <?php
  2.  
  3. var_dump(json_decode('"\\u0056"'));
  4.  
  5. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
string(1) "V"
string(1) "V"