PHP 7.2.0 Release Candidate 2 Released

Voting

Please answer this simple SPAM challenge: max(six, one)?
(Example: nine)

The Note You're Voting On

php at webflips dot net
3 years ago
Heredoc IS valid as of PHP 5.3 and this is documented in the manual at http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

Only heredocs containing variables are invalid because then it becomes dynamic.

<< Back to user notes page

To Top