Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32164 invoked by uid 1010); 11 Apr 2007 12:33:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32149 invoked from network); 11 Apr 2007 12:33:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2007 12:33:50 -0000 X-Host-Fingerprint: 195.225.34.5 fw01.axit.nl Received: from [195.225.34.5] ([195.225.34.5:16934] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/0E-22806-CA5DC164 for ; Wed, 11 Apr 2007 08:33:50 -0400 Message-ID: <4E.0E.22806.CA5DC164@pb1.pair.com> To: internals@lists.php.net Date: Wed, 11 Apr 2007 14:32:38 +0200 Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Posted-By: 195.225.34.5 Subject: is this a bug in SoapServer? From: r.korving@xit.nl ("Ron Korving") Hi, returning array('5' => 'Foo', '10' => 'Bar') from a SoapServer handler class ends up as array(0 => 'Foo', 1 => 'Bar') at the client end. I can hardly imagine this being a feature, but maybe someone can tell me if this is somehow wanted or inevitable behavior. Thanks, Ron Korving