- var_dump: documentation ( source)
<?php
declare(strict_types=1);
function test(string $t = null)
{
var_dump($t);
}
test(null);
var_dump(\DateTimeZone::listIdentifiers(\DateTimeZone::ALL, null));
This script was stopped while abusing our resources