xinclude() returns False when there are no XIncludes (Thank you Peter Cowburn)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299688 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-05-24 12:02:01 +00:00
parent edf214153a
commit d5c4336ad5

View file

@ -43,7 +43,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the number of XIncludes in the document or -1 if some processing failed.
Returns the number of XIncludes in the document, -1 if some processing failed,
or &false; if there were no substitutions.
</para>
</refsect1>
<refsect1 role="examples">