<?php define('example', 'yeah'); function test(string $name = "anonymous", int $age = 20) { echo $name . "\n" . $age; } test(example, 30);
You have javascript disabled. You will not be able to edit any code.