АГ
Size: a a a
АГ
KN
АС
АС
АС
KN
KN
SP
if ($a = 0) {
// блять, почему мы сюда никогда не попадаем и ошибок нет??
}
===
АС
KN
if (($some = $any->something()) !== null) {
return $some;
}
throw new \RuntimeException();
KN
KN
KN
SP
АС
null !==
КГ
if (($some = $any->something()) !== null) {
return $some;
}
throw new \RuntimeException();
return $any->something() ?? throw new \RuntimeException();
KN
return $any->something() ?? throw new \RuntimeException();
KN
АС
return $any->something() ?? throw new \RuntimeException();
АС