- var_dump: documentation ( source)
- timezone_identifiers_list: documentation ( source)
- array_diff: documentation ( source)
<?php
$supported = timezone_identifiers_list();
$all = timezone_identifiers_list(DateTimeZone::ALL_WITH_BC);
var_dump(array_diff($all, $supported));