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 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
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"