From edf214153a2f4602910eb3e07b4ab63f1764279e Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 24 May 2010 10:18:18 +0000 Subject: [PATCH] xinclude() returns -1 if some processing failed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299685 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domdocument/xinclude.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/dom/domdocument/xinclude.xml b/reference/dom/domdocument/xinclude.xml index 1ba18fb7c6..859b915999 100644 --- a/reference/dom/domdocument/xinclude.xml +++ b/reference/dom/domdocument/xinclude.xml @@ -43,7 +43,7 @@ &reftitle.returnvalues; - Returns the number of XIncludes in the document. + Returns the number of XIncludes in the document or -1 if some processing failed.