diff --git a/src/whois.parser.php b/src/whois.parser.php index 85b9596..bbfdef1 100644 --- a/src/whois.parser.php +++ b/src/whois.parser.php @@ -338,7 +338,7 @@ if (!$items) 'Zone Email:' => 'zone.email' ); -$r = ''; +$r = []; $disok = true; while (list($key,$val) = each($rawdata)) @@ -884,4 +884,4 @@ else return sprintf("%.4d-%02d-%02d",$res['y'],$res['m'],$res['d']); } -?> \ No newline at end of file +?>