On Sun, March 18, 2007 7:30 pm, Wez Furlong wrote: > I found another flaw; when used in a loop it keeps trying to declare > the same function over and over. I think this is because the > ZEND_DECLARE_FUNCTION opcode is emitted as part of the arg list > building op sequence. > > I'm poking to find an elegant way to fix that.
Would the function body/arglist be allowed to change based on the loop data? [shudder] It's starting to sound like Lisp :-) Though I guess if you need anonymous functions, you probably need them with varying bodies as well. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
