Web Features Learning Mode

What will be the net effect of running the following script on the $s string? (Choose 2)

<?php
$s = '<p>Hello</p>';
$ss = htmlentities ($s);
echo $s;
?>