test_crash.php 167 B

12345
  1. <?php {
  2. $a = new V8Js();
  3. var_dump($a->executeString('Jst.write = function(s) { html += "EI TOIMI"; };' ."\n" .' Jst.evaluate("lol testi <%= 1 %>", {});'));
  4. }