From 41050c31e8f53d7790c4a99680ae21d2c12cb84d Mon Sep 17 00:00:00 2001 From: Brandon Savage Date: Wed, 12 Aug 2009 18:01:52 +0000 Subject: [PATCH] Fixed malformed XML that broke the build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287169 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/include.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 2d377190f4..954b3cdced 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -15,7 +15,7 @@ include_path specified. The include construct will emit a warning if it - cannot find a file; this is different behavior from require, + cannot find a file; this is different behavior from require, which will emit a fatal error.