Why does echo-ing "<! <" return "<! >"? - by mkeblx Here is my exact code. <?php echo "<! <"; ?> And this is the returned string. <! > Why is the last character changing? Read the article