3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testOptional(string $hello, string|null $world = null) { return $hello . ' ' . ($world ?? 'world'); } function testNullable(string $hello, string|null $world) { return $hello . ' ' . ($world ?? 'world'); } echo testOptional('hello'), PHP_EOL; echo testNullable('hello'), PHP_EOL;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
194.81 ms | 2058 KiB | 10 Q