PHP 8.5.0 Alpha 4 available for testing

Voting

: eight minus seven?
(Example: nine)

The Note You're Voting On

brack at wjp dot de
17 years ago
In PHP 5.2.5 (Windows) it is not possible to iterate correctly over the DOMNodeList object returned by DOMNode->childNodes using foreach. Instead I had to use the for loop in conjunction with the item() method of DOMNodeList for iterating over all child nodes correctly.

I don't know whether this is really a bug, but apparently it is.

<< Back to user notes page

To Top