Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27186 invoked from network); 26 Aug 2011 00:16:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2011 00:16:17 -0000 X-Host-Fingerprint: 212.159.110.144 mwgray.force9.co.uk Received: from [212.159.110.144] ([212.159.110.144:20999] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/A0-22704-0D5E65E4 for ; Thu, 25 Aug 2011 20:16:16 -0400 Message-ID: To: internals@lists.php.net References: <4C.43.20800.655C65E4@pb1.pair.com> In-Reply-To: Date: Fri, 26 Aug 2011 01:16:09 +0100 Lines: 22 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-Posted-By: 212.159.110.144 Subject: Re: [PHP-DEV] transversing associative arrays from C From: ang.usenet@gmail.com ("Aaron Gray") "Chris Stockton" wrote in message news:CALKFbxvsUq-zQyYtdXi3a9tcciEH6xzZ9Y-kByqVa8kpC4-NiQ@mail.gmail.com... > Hello, > > On Thu, Aug 25, 2011 at 2:57 PM, Aaron Gray wrote: >> Hi, >> >> I am working on a C extension module for PHP and am wondering about an >> API >> issue. >> >> I can see how to add to an associative array :- >> > > Most everything you need to know about manipulating arrays can be > found in ext/standard/array.c Where's that in the SVN source tree ? Aaron