File tree Expand file tree Collapse file tree 8 files changed +66
-0
lines changed
Expand file tree Collapse file tree 8 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >SimpleXMLElement</type ><methodname >SimpleXMLElement::current</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::current</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method returns the current element as a <classname >SimpleXMLElement</classname > object.
1624 </para >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type class =" union" ><type >SimpleXMLElement</type ><type >null</type ></type ><methodname >SimpleXMLElement::getChildren</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::getChildren</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method returns a <classname >SimpleXMLElement</classname > object
1624 containing sub-elements of the current <classname >SimpleXMLElement</classname >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >bool</type ><methodname >SimpleXMLElement::hasChildren</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0 <methodname >SimpleXMLElement::hasChildren</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method checks whether the current <classname >SimpleXMLElement</classname > element has sub-elements.
1624 </para >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >string</type ><methodname >SimpleXMLElement::key</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::key</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method gets the XML tag name of the current element.
1624 </para >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >void</type ><methodname >SimpleXMLElement::next</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::next</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method moves the <classname >SimpleXMLElement</classname > to the next element.
1624 </para >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >void</type ><methodname >SimpleXMLElement::rewind</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::rewind</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method rewinds the <classname >SimpleXMLElement</classname > to the first element.
1624 </para >
Original file line number Diff line number Diff line change 1111 <modifier >public</modifier > <type >bool</type ><methodname >SimpleXMLElement::valid</methodname >
1212 <void />
1313 </methodsynopsis >
14+
15+ <warning >
16+ <simpara >
17+ Before PHP 8.0, <methodname >SimpleXMLElement::valid</methodname > was declared on
18+ <classname >SimpleXMLIterator</classname >, available as of PHP 5.
19+ </simpara >
20+ </warning >
21+
1422 <para >
1523 This method checks if the current element is valid after calls to
1624 <methodname >SimpleXMLElement::rewind</methodname > or
Original file line number Diff line number Diff line change 7171 </row >
7272 </thead >
7373 <tbody >
74+ <row >
75+ <entry >8.0.0</entry >
76+ <entry >
77+ Iterator methods (<methodname >SimpleXMLIterator::hasChildren</methodname >,
78+ <methodname >SimpleXMLIterator::getChildren</methodname >,
79+ <methodname >SimpleXMLIterator::current</methodname >, <methodname >SimpleXMLIterator::key</methodname >,
80+ <methodname >SimpleXMLIterator::next</methodname >,<methodname >SimpleXMLIterator::rewind</methodname >,
81+ <methodname >SimpleXMLIterator::valid</methodname >) were moved to <classname >SimpleXMLElement</classname >.
82+ </entry >
83+ </row >
7484 <row >
7585 <entry >8.0.0</entry >
7686 <entry >
You can’t perform that action at this time.
0 commit comments