From 1b3f5896962486d50c631204b18e3fd1575051e2 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Thu, 5 Mar 2020 11:55:36 +0000 Subject: [PATCH] Add missing language constructs Take 2 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349318 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/language/control-structures.xml b/language/control-structures.xml index 6588817849..96c170acca 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -36,6 +36,23 @@ &language.control-structures.include-once; &language.control-structures.goto; + + + &reftitle.seealso; + + The following are also considered language constructs even though they are + referenced under functions in the manual. + + + + list + array + echo + eval + + + +