Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53203 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39170 invoked from network); 8 Jun 2011 10:32:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2011 10:32:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Received: from [217.114.211.66] ([217.114.211.66:40510] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/CE-50253-3AF4FED4 for ; Wed, 08 Jun 2011 06:32:04 -0400 Received: from [192.168.2.230] (ppp-93-104-60-7.dynamic.mnet-online.de [93.104.60.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id EF59172678; Wed, 8 Jun 2011 12:31:25 +0200 (CEST) To: RQuadling@GMail.com Cc: Alexey Shein , Hannes Magnusson , Matthew Weier O'Phinney , internals@lists.php.net In-Reply-To: References: <4DED3D5B.6030307@oracle.com> <4DEE782E.1020605@sugarcrm.com> <7104F8AD-489E-4824-97AA-D9831FAB77AA@bitextender.com> <4DEE8ABB.8040503@sugarcrm.com> <7E4C6CB6-ED93-4BFC-87B8-94FDEF243896@bitextender.com> <17.29.50253.ACD8EED4@pb1.pair.com> <41.0E.50253.11B9EED4@pb1.pair.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 08 Jun 2011 12:31:24 +0200 Message-ID: <1307529084.3635.486.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Callable type From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2011-06-08 at 11:27 +0100, Richard Quadling wrote: > If you try to use $funcarray(), you get the following fatal error ... > > Fatal error: Function name must be a string This is fixed. See thread From: Felipe Pena To: internals Subject: [PHP-DEV] $arr = array('Hello', 'world'); $arr(); Date: Sun, 5 Jun 2011 12:52:45 -0300 (06/ 5/11 05:52:45 PM) johannes