|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-04-16 06:31 UTC] helly@php.net
[2007-04-16 10:14 UTC] mistknight at gmail dot com
[2007-04-16 13:18 UTC] bjori@php.net
[2007-04-16 13:21 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 02:00:01 2025 UTC |
Description: ------------ I'm using PHP 5.2.0 and I'm getting this warning: Warning: SimpleXMLElement::children() expects at most 1 parameter, 2 given on this line of code: $content = (array)$news->children('content',TRUE); The problem seems like it's transient sometimes appearing and sometimes not :-( I downloaded PHP 5.2.1 and it's not happening but I can't really be sure weather it's solved or not. Especially since i can't find any mention of it in the bug tracking system! I can always suppress the warning and everything would work fine. But it just doesn't seem right to me. Hope someone can shed some light on this.