Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75921 invoked by uid 1010); 19 Aug 2005 20:31:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75906 invoked from network); 19 Aug 2005 20:31:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2005 20:31:32 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:37580] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 05/6C-33075-3A146034 for ; Fri, 19 Aug 2005 16:31:31 -0400 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-3) with ESMTP id j7JKVOpX031922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Aug 2005 13:31:25 -0700 Message-ID: <4306419B.1000200@lerdorf.com> Date: Fri, 19 Aug 2005 13:31:23 -0700 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: john CC: internals@lists.php.net References: <43054765.3000208@lerdorf.com> <24e5f3b705081823422adb289c@mail.gmail.com> <4305833A.5070407@lerdorf.com> <06.03.33075.E9E16034@pb1.pair.com> In-Reply-To: <06.03.33075.E9E16034@pb1.pair.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Simplexml and xml namespaces From: rasmus@lerdorf.com (Rasmus Lerdorf) john wrote: > Long time reader, first time poster. > > Rasmus, I noticed your var_dump says $x->node->title is of string(6) ... > though I count only 5. Just wondering, a simple typo or something more > involved? That was just me munging the output a bit. It gets the right length. -Rasmus