Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24772 invoked from network); 25 Aug 2011 23:55:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2011 23:55:09 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:55837] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/50-22704-CD0E65E4 for ; Thu, 25 Aug 2011 19:55:09 -0400 Received: by gwb17 with SMTP id 17so2777898gwb.29 for ; Thu, 25 Aug 2011 16:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=H4c/wZFD945j7B+wbP3hl69jeK/Q27uGxLygzZfU6bw=; b=AKWj0JQr40NtVbqrL91xSGgnKw/wyauUrefY9Y5j5RFcwkXce25YeaezwuzgeumjI3 mJBnzIhLT4PBPxYAxjVU+oCeZMZ4Aczi+SFWePwk40uscFAHDisres3H50U0VHf4PCrb ZDmccVTzbD1QmmHF2tK6VsLXNBfoZsBJMirVw= MIME-Version: 1.0 Received: by 10.101.145.5 with SMTP id x5mr385234ann.98.1314316505553; Thu, 25 Aug 2011 16:55:05 -0700 (PDT) Received: by 10.100.10.7 with HTTP; Thu, 25 Aug 2011 16:55:05 -0700 (PDT) In-Reply-To: <4C.43.20800.655C65E4@pb1.pair.com> References: <4C.43.20800.655C65E4@pb1.pair.com> Date: Thu, 25 Aug 2011 16:55:05 -0700 Message-ID: To: Aaron Gray Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] transversing associative arrays from C From: chrisstocktonaz@gmail.com (Chris Stockton) 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 -Chris