<?php declare(strict_types=1); function multiply(int $x, int $y) { return $x * $y; } echo multiply("3", 4);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`