Posted inWordpress
Unexpected $end in PHP while using Heredoc syntax
You might be getting this error in case if you are using Heredoc syntax in your PHP program. First of all you need to know the fact that Heredoc syntax is very strict about it’s use. Always follow the syntax rule while programming in PHP.