mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
298c5edd24
commit
4fbfc73b7a
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue