I lost 5 lines == one entry... turns out that the array keys may not contain

NUL-bytes!

This is a bug in PHP...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58032 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-09-22 02:05:54 +00:00
parent cef962628a
commit afe206fad1

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<appendix id="aliases">
<title>Aliases list</title>
<para>
@ -93,6 +93,11 @@
<entry><function>domxml_children</function></entry>
<entry><link linkend="ref.domxml">DOM XML</link></entry>
</row>
<row>
<entry>children</entry>
<entry><function>domxml_children</function></entry>
<entry><link linkend="ref.domxml">DOM XML</link></entry>
</row>
<row>
<entry>chop</entry>
<entry><function>rtrim</function></entry>