<!DOCTYPE html>
<html>
<body>

<?php
$str = chr(43);
$str2 = chr(61);
echo("2 $str 2 $str2 4");
?>


</body>
</html>