Hi. I read that this constant provides a newline for different operating systems. Why then in the example
<?php echo 'TOO'.PHP_EOL.'TOO'.PHP_EOL.'TOO' ?>
instead of strings, only spaces appear? What is its area of application? Just add header("Content-type: text/plain");
helps.