?>

$str = "\n"; if (ord($str) == 10) { echo "The first character of \$str is a line feed.\n"; } ?>