Forum Moderators: coopster
While PHP supports inline comments that start with a hashtag and ignore everything thereafter on the same line, I'm concerned that hashtags immediately followed by the exclamation mark (shebangs) might be an exception to this as some older scripts seem to specify PHP scripting paths proceed by shebangs.# New line hashtag comments are an introduction for following code
#! New line shebangs comments highlight issues with or ways the script could be improved