From 556521586c0ee8563635da6f0a3f10332aac7aa5 Mon Sep 17 00:00:00 2001 From: James Moore Date: Wed, 4 Oct 2000 23:29:43 +0000 Subject: [PATCH] Adding note about when include_once was added.. # this doesnt seem to be in normal function system.. IE not in tags but just 's instead git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33397 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language/control-structures.xml b/language/control-structures.xml index 426823c18d..ddaf0cc324 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1274,6 +1274,9 @@ Array include_once, look at the PEAR code included in the latest PHP source code distributions. + + include_once was added in PHP 4.0.1pl2 + See also: require, include, require_once,