string(123) " Hello World Foo Bar but single space is fine 8 are not, 4 are not, tabs are not, double tabs are not"
string(99) "HelloWorld Foo Bar but single space is fine8 are not,4 are not, tabs are not, double tabs are not"
-----------------
string(93) "HelloWorldFooBar but single space is fine8 are not,4 are not,tabs are not,double tabs are not"
Output for 4.3.0 - 4.3.9, 5.0.0 - 5.0.1
string(123) " Hello World Foo Bar but single space is fine 8 are not, 4 are not, tabs are not, double tabs are not"
string(99) "HelloWorld Foo Bar but single space is fine8 are not,4 are not, tabs are not, double tabs are not"
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/XcEAW on line 12
-----------------PHP_EOLstring(93) "HelloWorldFooBar but single space is fine8 are not,4 are not,tabs are not,double tabs are not"