Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24434 invoked from network); 18 Jun 2008 15:05:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2008 15:05:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.200.169 wf-out-1314.google.com Received: from [209.85.200.169] ([209.85.200.169:24637] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/54-03518-55429584 for ; Wed, 18 Jun 2008 11:05:57 -0400 Received: by wf-out-1314.google.com with SMTP id 26so290610wfd.26 for ; Wed, 18 Jun 2008 08:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=Y5lDyFBSUuRIkbDBbce1c25Oi8VwGq9X860NaYOt7A0=; b=iGxrZGEUtq6P+jyFFpOyXj2xbvMegIVzPXMW44VFeNRdA7YoJkkcBn5cURD1DQspqm qj2+q9/3MTwHyuy3L2VhyHwPgeoIGC4YvRol2GkBdP56u7tivC6zXQwephtXsmBEWNhf u5XKznBcrm8t2sGDGsVNGc0Co6P1HUbcIB7AE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=K+R2eI3Hozotzt5viSGhCA+q6rWKuWI35sraYcWWlvaOXRJQc9SA3KJm06NwIBgWjM rbsT7LSuFQalrh4IlIhYr2M7KGwp0OxNEVetWLRd0DY44DOb12YEyfLnjTZe+KSvSGJ+ k9gv1LnIfocs3oPktTng15DYnWWTB8zsKwMHU= Received: by 10.142.245.6 with SMTP id s6mr339499wfh.187.1213801554034; Wed, 18 Jun 2008 08:05:54 -0700 (PDT) Received: by 10.142.230.16 with HTTP; Wed, 18 Jun 2008 08:05:53 -0700 (PDT) Message-ID: Date: Wed, 18 Jun 2008 08:05:53 -0700 To: "Christian Seiler" Cc: "php-dev List" In-Reply-To: <4858FCC7.5030305@gmx.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1389_2592184.1213801554037" References: <4856A547.3080801@gmx.net> <698DE66518E7CA45812BD18E807866CE01B11811@us-ex1.zend.net> <4858FCC7.5030305@gmx.net> Subject: Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP From: chrisstocktonaz@gmail.com ("Chris Stockton") ------=_Part_1389_2592184.1213801554037 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I am curious if is_callable will be able to detect these? Or do we need a is_lamba, or is_function or something. You may have mentioned it but reading through I did not notice. I am only curious how to know when someone passed me one of these. Maybe a type hint would be nice too but that is a different conversation I guess. -Chris ------=_Part_1389_2592184.1213801554037--