The loop in [whois.parser.php#L910](https://github.com/jsmitty12/phpWhois/blob/master/src/whois.parser.php#L910) runs infinitely for values like ``` Creation Date: 2021-07-19T13:03:01.00Z ``` A `print_r($res);` just before the while shows this in my case: ``` Array ( [m] => 2023 [d] => 07 [y] => 19T13:03:01 ) ```