Hi, Am Sonntag, den 16.12.2007, 11:56 -0800 schrieb Stanislav Malyshev: > > Actually it's the opposite. With create_function, you can bind > > variables, by marshalling them to a string and embed them in the > > That's not binding. But the problem is, seeing this, one expects > closure. And it's no closure.
Maybe deprecating create_function() and allowing something like that
would be a way to go?
$func = function($arg) {
return $arg;
}
As it is compile time, the issue with Op-Code caches would/should go
away.
cu, Lars
--
Lars Strojny
Senior Software Developer
Neu.de GmbH
Wesselinger Strasse 28
50999 Köln
Eingetragen beim Amtsgericht Köln, HRB 61021
Geschäftsführer: Sven Jan Arndt, Christian Dornhoff
Telefon: 02236-48010-21
Fax: 02236-48010-01
Mobil: 0177-3058654
E-Mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
