Serghei Iakovlev

Results 125 issues of Serghei Iakovlev

_From @mikachou on August 28, 2018 18:44_ For instance if my class name is RBF, then declare ```class RBF``` makes the compilator fails when i launch `zephir build`, but not...

Bug - Medium

_From @SliceOfLife on December 14, 2014 12:54_ The documentation says, that I can use a variable value as property name: ``` zep let someProperty = "myProperty"; let this->{someProperty} = 100;...

New Feature Request

_From @mruz on January 24, 2014 11:43_ It would be nice to can use _list()_: ```zep var width, height; list(width, height) = getimagesize(value["tmp_name"]); ``` _Copied from original issue: phalcon/zephir#105_

New Feature Request

_From @tamaranga on February 1, 2014 9:39_ It's impossible to create class: ``` class HTML { } ``` and method: ``` class Test { public function HTML() {} } ```...

New Feature Request

_From @steffengy on October 12, 2014 20:13_ ``` zephir namespace Debug; class ZephirDebug { public arr; public static function test() { let this->arr = new ZephirDebug(); let this->arr->arr = 1;...

New Feature Request

![copiright](https://cloud.githubusercontent.com/assets/1256298/11073778/ea659e62-87f4-11e5-9489-8d25a430993d.png)

Need rename class files with StudlyCaps for PSR-0 autoloading support

I propose to make a commit, in which all the php files will be converted to use spaces instead of tabs. See [PSR-2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) > - Code MUST...

@sandeepone How to change password after authorize via oAuth provider? Need send some mail with link for change password

I think since version 2.0 we need to move away from these long and ugly class names in the direction of the namespaces. I really liked the structure of the...