fork(1) download
  1. <?php
  2. $a1 = "Here is the \"best\" apple around";
  3. ?>
  4.  
  5. var str = <?php echo json_encode($a1); ?>;
  6.  
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
    
var str = "Here is the \"best\" apple around";