Escaped.php 65 B

123456
  1. <?php
  2. class Escaped
  3. {
  4. public $title = '"Bear" > "Shark"';
  5. }