<?php declare(strict_types=1); function myadd(int $a, int $b): int { return $a + $b; } echo myadd(6, 7);
You have javascript disabled. You will not be able to edit any code.