mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
cef962628a
commit
afe206fad1
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue