fork(6) download
  1. <?php
  2. $value = "0.7.4";
  3. $jsonValue = json_decode($value);
  4. var_dump(json_last_error());
  5.  
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
int(0)