Add missing constructs to language reference.

Even though echo, eval, list, and array are all listed under functions
in the manual, they are infact language control structures and should
be indexed here.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349289 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2020-03-03 01:58:08 +00:00
parent 298c5edd24
commit 4fbfc73b7a

View file

@ -35,6 +35,10 @@
&language.control-structures.require-once;
&language.control-structures.include-once;
&language.control-structures.goto;
&function.array;
&function.list;
&function.echo;
&function.eval;
</chapter>