Pull to refresh
0
0
Сергей @zlucan

Пользователь

Send message
function fn(int $x) {
$c = new C;
$c->i = 1;
if ($x) {
$a = [1, 2, 3];
} else {
$a = [3, 2, 1];
}
return $a[$c->i];
$c->i++;
return $x;
}

Это кусок же никогда не отработает
$c->i++;
return $x;

Information

Rating
Does not participate
Location
Фаниполь, Минская обл., Беларусь
Registered
Activity