Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71914 invoked from network); 4 Mar 2009 11:33:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2009 11:33:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.220.158 mail-fx0-f158.google.com Received: from [209.85.220.158] ([209.85.220.158:56213] helo=mail-fx0-f158.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/64-46234-F076EA94 for ; Wed, 04 Mar 2009 06:33:35 -0500 Received: by fxm2 with SMTP id 2so2913513fxm.23 for ; Wed, 04 Mar 2009 03:33:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=t0/X2B6M9mdNhFOxXzfCF4RnqwVU0raHjsgCYShqtRg=; b=ENpOGcioNohZvRJgUVoFVFgQCIR7nZjZEvfK2P7InY3jB6BFbS6OQjetOZZaXjSAK2 NhPQT7M7aiILIIafTDbOPRDho/NyNmizcoFvWwYJOdRgQR52VtoU/G9CVrouDPcJ4CTQ 6Q4hSM5YRp+I2q0izk93How/nw85UNdVWWlzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=mBO2xifsNjkrLlSIXrzBNnVCKIz7uxL0X3gkDTSjxepcwymr0/gppf9zYkAQuu/H8f gvABMQ3fI8WiwnckbrIZOXVARfu6LPwtDIZNfXGcdZmm2Gic2TfQTcwNadT9VHmvzo4j 7EY/4zhUtnBeKHIZCLqVGZ7VsAEaQ+4J3u4WU= MIME-Version: 1.0 Received: by 10.223.116.77 with SMTP id l13mr8022454faq.106.1236166412404; Wed, 04 Mar 2009 03:33:32 -0800 (PST) Reply-To: RQuadling@googlemail.com Date: Wed, 4 Mar 2009 11:33:32 +0000 Message-ID: <10845a340903040333g5fd001fdw73fc17eacbd968c9@mail.gmail.com> To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Are there plans to allow anonymous functions as callbacks? From: rquadling@googlemail.com (Richard Quadling) Hi. Quite a simple question (assuming I've got the terminology correct). Are there any plans to allow code like this (amended example taken from the array_map() documentation) ...