You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heredoc documentation still insists, with a big red warning box and an example, that the closing marker must be by itself on a line without leading whitespace and trailed by only at most a semicolon. This is not true since PHP 7.3, which introduced “flexible” heredoc/nowdoc syntax.
The text was updated successfully, but these errors were encountered:
From manual page: https://php.net/language.types.string
Heredoc documentation still insists, with a big red warning box and an example, that the closing marker must be by itself on a line without leading whitespace and trailed by only at most a semicolon. This is not true since PHP 7.3, which introduced “flexible” heredoc/nowdoc syntax.
The text was updated successfully, but these errors were encountered: