Hello Everyone,
I'm currently trying to port some code over to Zephir to see if there's a significant speed improvement. Part of it uses variable variables like so:
self::$$key = $someValue;
Is such a thing possible with Zephir?
Yeah, I know, it's a terrible thing to do, but for the initial port over to Zephir I'd like to mirror the existing code, warts and all, as much as possible and then refactor later. (o: