fork download
  1. <?php
  2. $value = 'abc"def';
  3. echo "<button onclick=\"func(" . htmlspecialchars(json_encode($value)) . ")\"><button>";
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
<button onclick="func(&quot;abc\&quot;def&quot;)"><button>