1.2.527. Heredoc Delimiter Glossary¶
List of all the delimiters used to build a Heredoc string.
In the example below, EOD
is the delimiter.
<?php
$a = <<<EOD
heredoc
EOD;
?>
See also Heredoc.
1.2.527.1. Connex PHP features¶
1.2.527.1.1. Specs¶
Short name |
Type/Heredoc |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |