<?php array_merge(array ...$arrays): array
<?php return ($background ? '10' : '9') . self::BRIGHT_COLORS[$color]; } throw new InvalidArgumentException(sprintf('Invalid "%s" color; expected one of (%s).', $color, implode(', ', array_merge(array_keys(self::COLORS), array_keys(self::BRIGHT_COLORS))))); }
<?php public function m(...$values): self { list($top, $right, $bottom, $left) = array_merge($values, [null, null, null, null]); $themeSpacer = self::$theme->getVariables()->get('spacer', 1);
<?php public function p(...$values): self { list($top, $right, $bottom, $left) = array_merge($values, [null, null, null, null]); $themeSpacer = self::$theme->getVariables()->get('spacer', 1);