Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56530 invoked from network); 25 Nov 2012 14:59:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2012 14:59:58 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ea0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:49818] helo=mail-ea0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/6B-11885-C6232B05 for ; Sun, 25 Nov 2012 09:59:57 -0500 Received: by mail-ea0-f170.google.com with SMTP id d11so2867881eaa.29 for ; Sun, 25 Nov 2012 06:59:54 -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=PV5XxhisTPNYzWC6QOM//YKgUppZ6bFcaIfZ6DcJ7ao=; b=ilIgMLwGAAnW/ukM480BZq4p+GkUhxHZ68zhR6cBhRI16EVBmky/lddu2HlCUsswSp gaKshWrTT6sBh90U0IXOy8v0YIbVQAAgRGOSn3+YzBaze88ApaJDuA6r6UNiNAdIfNtA hFR6wPp3Gmy5sQMp6sz16M44qh8Pwms002LJHVqOH9XzcyR1ctojEQRl+TbYoXlIVFCh LN2D4GpOziXNMOr/4JDW90vdvUIdPavu9PE/8SytVJr1o4uw4dOw2L28+7v9UlYJFGBH AwJNm3WWVpTYUny/A+2+ZzSIueS1ZHZKoZqGBkaB+JlTCnpEvKKoFFdOE0/VmhUW8uKD bOhw== MIME-Version: 1.0 Received: by 10.14.3.195 with SMTP id 43mr34616447eeh.36.1353855594371; Sun, 25 Nov 2012 06:59:54 -0800 (PST) Received: by 10.14.185.141 with HTTP; Sun, 25 Nov 2012 06:59:54 -0800 (PST) In-Reply-To: References: Date: Sun, 25 Nov 2012 15:59:54 +0100 Message-ID: To: Nikita Popov Cc: PHP Development , helly@php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] zend_ce_aggregate From: patrick.allaert@gmail.com (Patrick Allaert) Just figured it out now thanks to http://lxr.php.net/xref/PHP_5_4/Zend/zend_interfaces.c#582 Thanks Nikita. 2012/11/25 Nikita Popov : > 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 >