develnext
develnext copied to clipboard
Syntax error
class test{
public $a = '1';
function __construct(){
(int) $this->a++;
}
}
new test();
Вызывает ошибку
Syntax error, unexpected '++' on line 8 at
на строке (int) $this->a++;
это баг dfevel next который никогда теперь не пофиксят