Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55201 invoked from network); 25 Nov 2012 14:58:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2012 14:58:35 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:32860] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/1B-11885-A1232B05 for ; Sun, 25 Nov 2012 09:58:35 -0500 Received: by mail-vb0-f42.google.com with SMTP id fs19so6974435vbb.29 for ; Sun, 25 Nov 2012 06:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=C4shvGvSIizYGXiUY6e77PF4TtSPkWHtYxUDJ5VWOlM=; b=hSx+VzAoynTgJOUzAyDpDeJf0UC+auZG5oNzMyzweZUmX19a+hxS4tilBF+4tHhkz9 Gvg7AGejuXKoWAZ9zfPLmlfKm2KF0O6ifonC85438cWbC/H1vqyGaRiRA48YDXYjDBXY AH8GBOzIp4yiAtoiWqiVs9qymPDUt2iI+rZJLN7klXewQIgMNS7Pn/eSD7cBq9EK+qu6 +qx1tSjpXYBQoDk52+aGoJnJ5gQPl/tIijAOVcFLlJPDhQhHYPbkhS8w3rn3RIN5zEZG tNzlekVu/0nwn174VMAw9deNqpOHD7VXUX5+gbXmrgZtpvUTKTtaJMbfOBvY2UHsaQ0I +NPg== MIME-Version: 1.0 Received: by 10.52.180.131 with SMTP id do3mr12930654vdc.112.1353855512039; Sun, 25 Nov 2012 06:58:32 -0800 (PST) Received: by 10.58.161.70 with HTTP; Sun, 25 Nov 2012 06:58:31 -0800 (PST) In-Reply-To: References: Date: Sun, 25 Nov 2012 15:58:31 +0100 Message-ID: To: Patrick Allaert Cc: PHP Development , helly@php.net Content-Type: multipart/alternative; boundary=bcaec5196951df50ab04cf530cf4 Subject: Re: [PHP-DEV] zend_ce_aggregate From: nikita.ppv@gmail.com (Nikita Popov) --bcaec5196951df50ab04cf530cf4 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Nov 25, 2012 at 3:45 PM, Patrick Allaert wrote: > Hi, > > What is the "zend_ce_aggregate" zend_class_entry? > It looks like it has been introduced by helly in PHP 5.0 but the > purpose is not clear to me. Maybe a WIP related to the object > aggregation functions we had in PHP 4? > > Patrick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > zend_ce_aggregate is the class entry of the IteratorAggregate interface. Nikita --bcaec5196951df50ab04cf530cf4--