The Phalcon PHP Framework

Results 15 comments of The Phalcon PHP Framework

This will be implemented in Phalcon 2 with Zephir

Not a bug, but probably something that can be improved with an array_unique

A NFR cannot be posted with a simple link, please follow this NFR guide: https://docs.phalconphp.com/en/latest/new-feature-request

Static variables aren't supported by Zephir

This way: ``` php for token in iterator(tokens) { var_dump(token); } ``` Remember that for questions like this you can better use the forum: http://forum.zephir-lang.com/

You mean at compile time or runtime?

5.3 does not support Traits, so this will not probably implemented soon

I know, it does not mean no one it's using it

It's a different class type, only available in PHP >= 5.4 http://lxr.php.net/xref/PHP_5_5/Zend/zend_compile.h#161