mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279289 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9fd75ec50c
commit
1f6d591566
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<appendix xml:id="migration52" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
|
||||
<para>
|
||||
|
@ -1234,7 +1234,7 @@ $obj->getCommentName('');
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
tidyNode <link linkend="function.tidynode-getparent">tidyNode::getParent(void)</link>
|
||||
tidyNode <methodname>tidyNode::getParent</methodname>
|
||||
- Returns the parent node of the current node (Added in PHP 5.2.2)
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue