source_with_eval.php 66 B

12345
  1. <?php
  2. $normalResult = 1 + 1;
  3. $evalResult = eval('return 1+1;');