<span style="color:lightgrey;">//single line comment</span>
random text ... <span style="color:gainsboro;">#another comment</span>
Multiline comments:
<span style="color:silver;">/* this is a multiline comment
with 'squote and "dquote"
matches the whole thing */</span>
<span style="color:lightgrey;">// single line 'squoted' "dquoted" comment w/ extra " for no reason</span>
More comments <span style="color:darkgrey;"><!-- yatta yatta
yatta
yatta --></span>
Quotes:
<span style="color:aqua;">"also matches strings with \" escaped quotes or 'the other kind of quotation marks in it' "</span>
a <span style="color:aqua;">"nested 'squote with nested \"dquote\"'"</span> assuming only outermost quoting matters for formatting
<span style="color:mint;">'matches the end quote because it it not escaped \\'</span>
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.