From which version is PHP's <<< delimiter supported? Will it be abandoned in the future?
phpcn_u1582
phpcn_u1582 2017-05-19 10:08:28
0
1
555

Which version of PHP’s <<< delimiter is supported starting from? Will it be abandoned in the future?

$a = <<<TEST
<form action="" method="get">
    <input name="t" type="text">
    <input name="s" type="submit">
</form>
TEST;
phpcn_u1582
phpcn_u1582

reply all(1)
Peter_Zhu

The 7+ version has not been abandoned yet, but no one can say what will happen in the future.

Nowdoc structure was added in PHP 5.3.0.

nowdoc

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template