3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace IsoCodes; interface IsoCodeInterface { /** * @param mixed $value * * @return bool */ public static function validate($value); } /** * @example : * // Generate a SSN for California * echo "\n" . Ssn::generate('AK'); * echo "\n" . Ssn::generate('AL'); * echo "\n" . Ssn::generate('AR'); * echo "\n" . Ssn::generate('AZ'); * echo "\n" . Ssn::generate('CA'); * echo "\n" . Ssn::generate('CO'); * echo '--'; * // Validate a SSN * echo Ssn::validate('557-26-9048'); * * @source : http://haxorfreek.15.forumer.com/a/us-social-security-number-ssn-generator_post1847.html */ class Ssn implements IsoCodeInterface { private static $initialized = false; // Populate this variable with the high group list provided by the Social Security Administration: // http://www.ssa.gov/employer/ssnvhighgroup.htm // We only want the numbers. Omit the explanatory text at the beginning of the file. // This list is from September 2007 public static $highgroup = <<<EOT 001 06 002 04 003 04 004 08 005 08 006 08 007 06 008 90 009 90 010 90 011 90 012 90 013 90 014 90 015 90 016 90 017 90 018 90 019 90 020 90 021 90 022 90 023 90 024 90 025 90 026 90 027 90* 028 88 029 88 030 88 031 88 032 88 033 88 034 88 035 72 036 72 037 72 038 72 039 70 040 11 041 11 042 11 043 11 044 11 045 11 046 11 047 11 048 08 049 08 050 96 051 96 052 96 053 96 054 96 055 96 056 96 057 96 058 96 059 96 060 96 061 96 062 96 063 96 064 96 065 96 066 96 067 96 068 96 069 96 070 96 071 96 072 96 073 96 074 96 075 96 076 96 077 96 078 96 079 96 080 96 081 96 082 96 083 96 084 96 085 96 086 96 087 96 088 96 089 96 090 96 091 96 092 96 093 96 094 96 095 96 096 96 097 96 098 96 099 96 100 96 101 96 102 96 103 96 104 96 105 96 106 96 107 96 108 96 109 96 110 96* 111 96* 112 96* 113 96* 114 94 115 94 116 94 117 94 118 94 119 94 120 94 121 94 122 94 123 94 124 94 125 94 126 94 127 94 128 94 129 94 130 94 131 94 132 94 133 94 134 94 135 19 136 19 137 19 138 19 139 19 140 19 141 19 142 19* 143 19* 144 17 145 17 146 17 147 17 148 17 149 17 150 17 151 17 152 17 153 17 154 17 155 17 156 17 157 17 158 17 159 84 160 84 161 84 162 84 163 84 164 84 165 84 166 84 167 84 168 84 169 84 170 84 171 84 172 84 173 84 174 84 175 84 176 84 177 84 178 84* 179 84* 180 82 181 82 182 82 183 82 184 82 185 82 186 82 187 82 188 82 189 82 190 82 191 82 192 82 193 82 194 82 195 82 196 82 197 82 198 82 199 82 200 82 201 82 202 82 203 82 204 82 205 82 206 82 207 82 208 82 209 82 210 82 211 82 212 79 213 79 214 79 215 79 216 79 217 79* 218 77 219 77 220 77 221 06 222 04 223 99 224 99 225 99 226 99 227 99 228 99 229 99 230 99 231 99 232 53 233 53 234 53 235 53 236 53 237 99 238 99 239 99 240 99 241 99 242 99 243 99 244 99 245 99 246 99 247 99 248 99 249 99 250 99 251 99 252 99 253 99 254 99 255 99 256 99 257 99 258 99 259 99 260 99 261 99 262 99 263 99 264 99 265 99 266 99 267 99 268 13 269 13 270 13 271 13 272 13 273 13 274 13 275 13 276 13 277 13 278 13 279 13 280 13 281 13 282 13 283 13 284 13* 285 13* 286 11 287 11 288 11 289 11 290 11 291 11 292 11 293 11 294 11 295 11 296 11 297 11 298 11 299 11 300 11 301 11 302 11 303 33* 304 31 305 31 306 31 307 31 308 31 309 31 310 31 311 31 312 31 313 31 314 31 315 31 316 31 317 31 318 06 319 06 320 06 321 06 322 06 323 06 324 06 325 06 326 06 327 06 328 06 329 06 330 06 331 06 332 06 333 06 334 06 335 06 336 06 337 06 338 06 339 06 340 06 341 06 342 06 343 06 344 06 345 06 346 06 347 06* 348 06* 349 04 350 04 351 04 352 04 353 04 354 04 355 04 356 04 357 04 358 04 359 04 360 04 361 04 362 35 363 35* 364 35* 365 33 366 33 367 33 368 33 369 33 370 33 371 33 372 33 373 33 374 33 375 33 376 33 377 33 378 33 379 33 380 33 381 33 382 33 383 33 384 33 385 33 386 33 387 29 388 29 389 29 390 29 391 29 392 29 393 27 394 27 395 27 396 27 397 27 398 27 399 27 400 67 401 67 402 67 403 67 404 67 405 67 406 67* 407 65 408 99 409 99 410 99 411 99 412 99 413 99 414 99 415 99 416 61 417 61 418 61 419 61 420 61 421 61 422 61 423 61 424 61 425 99 426 99 427 99 428 99 429 99 430 99 431 99 432 99 433 99 434 99 435 99 436 99 437 99 438 99 439 99 440 23 441 23 442 23 443 23 444 23 445 23 446 23* 447 21 448 21 449 99 450 99 451 99 452 99 453 99 454 99 455 99 456 99 457 99 458 99 459 99 460 99 461 99 462 99 463 99 464 99 465 99 466 99 467 99 468 51 469 51* 470 49 471 49 472 49 473 49 474 49 475 49 476 49 477 49 478 37 479 37 480 37 481 37 482 37 483 37 484 37 485 35 486 25 487 25 488 25 489 25 490 25 491 25 492 25 493 25 494 25 495 25* 496 23 497 23 498 23 499 23 500 23 501 33 502 33* 503 41 504 39 505 53 506 51 507 51 508 51 509 27 510 27 511 27 512 27 513 27 514 27 515 27* 516 45 517 43 518 77 519 77 520 53 521 99 522 99 523 99 524 99 525 99 526 99 527 99 528 99 529 99 530 99 531 63* 532 61 533 61 534 61 535 61 536 61 537 61 538 61 539 61* 540 73 541 73 542 73 543 73 544 73 545 99 546 99 547 99 548 99 549 99 550 99 551 99 552 99 553 99 554 99 555 99 556 99 557 99 558 99 559 99 560 99 561 99 562 99 563 99 564 99 565 99 566 99 567 99 568 99 569 99 570 99 571 99 572 99 573 99 574 49 575 99 576 99 577 45 578 45* 579 43 580 37 581 99 582 99 583 99 584 99 585 99 586 61 587 99 588 03 589 99 590 99 591 99 592 99 593 99 594 99 595 99 596 84 597 84 598 84* 599 82 600 99 601 99 602 65 603 65 604 65 605 65 606 65 607 65* 608 65* 609 65* 610 65* 611 65* 612 65* 613 65* 614 65* 615 63 616 63 617 63 618 63 619 63 620 63 621 63 622 63 623 63 624 63 625 63 626 63 627 11 628 11 629 11 630 11 631 11* 632 11* 633 11* 634 11* 635 11* 636 11* 637 08 638 08 639 08 640 08 641 08 642 08 643 08 644 08 645 08 646 96 647 94 648 44 649 44 650 46 651 46* 652 44 653 44 654 26 655 26 656 26 657 26 658 24 659 16 660 16* 661 14 662 14 663 14 664 14 665 14 667 34 668 34 669 34 670 34 671 34 672 34* 673 34* 674 32 675 32 676 14 677 14* 678 12 679 12 680 90* 681 14* 682 12 683 12 684 12 685 12 686 12 687 12 688 12 689 12 690 12 691 07 692 07 693 07 694 07 695 07 696 07 697 07 698 07 699 07* 700 18 701 18 702 18 703 18 704 18 705 18 706 18 707 18 708 18 709 18 710 18 711 18 712 18 713 18 714 18 715 18 716 18 717 18 718 18 719 18 720 18 721 18 722 18 723 18 724 28 725 18 726 18 727 10 728 14 729 10 730 10 731 10 732 09 733 09 750 09 751 07 752 01 753 01 756 05 757 05 758 05 759 05 760 05* 761 03 762 03 763 03 764 80 765 80* 766 64* 767 64* 768 62 769 62 770 62 771 62 772 62* EOT; // This information is obtained from: // http://www.ssa.gov/employer/stateweb.htm public static $statePrefixes = array( 'AK' => array(574), 'AL' => array(416, 417, 418, 419, 420, 421, 422, 423, 424), 'AR' => array(429, 430, 431, 432, 676, 677, 678, 679), 'AZ' => array(526, 527, 600, 601, 764, 765), 'CA' => array(545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626), 'CO' => array(521, 522, 523, 524, 650, 651, 652, 653), 'CT' => array(40, 41, 42, 43, 44, 45, 46, 47, 48, 49), 'DC' => array(577, 578, 579), 'DE' => array(221, 222), 'FL' => array(261, 262, 263, 264, 265, 266, 267, 589, 590, 591, 592, 593, 594, 595, 766, 767, 768, 769, 770, 771, 772), 'GA' => array(252, 253, 254, 255, 256, 257, 258, 259, 260, 667, 668, 669, 670, 671, 672, 673, 674, 675), 'HI' => array(575, 576, 750, 751), 'IA' => array(478, 479, 480, 481, 482, 483, 484, 485), 'ID' => array(518, 519), 'IL' => array(318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361), 'IN' => array(303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317), 'KS' => array(509, 510, 511, 512, 513, 514, 515), 'KY' => array(400, 401, 402, 403, 404, 405, 406, 407), 'LA' => array(433, 434, 435, 436, 437, 438, 439, 659, 660, 661, 662, 663, 664, 665), 'MA' => array(10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34), 'MD' => array(212, 213, 214, 215, 216, 217, 218, 219, 220), 'ME' => array(4, 5, 6, 7), 'MI' => array(362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386), 'MN' => array(468, 469, 470, 471, 472, 473, 474, 475, 476, 477), 'MO' => array(486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500), 'MS' => array(425, 426, 427, 428, 587), 'MT' => array(516, 517), 'NC' => array(237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690), 'ND' => array(501, 502), 'NE' => array(505, 506, 507, 508), 'NH' => array(1, 2, 3), 'NJ' => array(135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158), 'NM' => array(525, 585, 648, 649), 'NV' => array(530, 680), 'NY' => array(50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134), 'OH' => array(268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302), 'OK' => array(440, 441, 442, 443, 444, 445, 446, 447, 448), 'OR' => array(540, 541, 542, 543, 544), 'PA' => array(159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211), 'RI' => array(35, 36, 37, 38, 39), 'SC' => array(247, 248, 249, 250, 251, 654, 655, 656, 657, 658), 'SD' => array(503, 504), 'TN' => array(408, 409, 410, 411, 412, 413, 414, 415, 756, 757, 758, 759, 760, 761, 762, 763), 'TX' => array(449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645), 'UT' => array(528, 529, 646, 647), 'VA' => array(223, 224, 225, 226, 227, 228, 229, 230, 231, 691, 692, 693, 694, 695, 696, 697, 698, 699), 'VT' => array(8, 9), 'WA' => array(531, 532, 533, 534, 535, 536, 537, 538, 539), 'WI' => array(387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399), 'WV' => array(232, 233, 234, 235, 236), 'WY' => array(520), ); public static $states = array('AK', 'AL', 'AR', 'AZ', 'CA', 'CO', 'CT', 'DC', 'DE', 'FL', 'GA', 'HI', 'IA', 'ID', 'IL', 'IN', 'KS', 'KY', 'LA', 'MA', 'MD', 'ME', 'MI', 'MN', 'MO', 'MS', 'MT', 'NC', 'ND', 'NE', 'NH', 'NJ', 'NM', 'NV', 'NY', 'OH', 'OK', 'OR', 'PA', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VA', 'VT', 'WA', 'WI', 'WV', 'WY'); // The SSA uses a funky method of figuring out what group number to use next. This area has them in the proper order and makes it easier to generate a SSN. public static $possibleGroups = array(1, 3, 5, 7, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 2, 4, 6, 8, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99); /** * Cleans the high group number list so it is useful. */ private function initialize() { $highgroup = self::$highgroup; // Trim the high group list and remove asterisks, fix space/tabs, and replace new lines with tabs. // The data isn't formatted well so we have to do quite a bit of random replacing. $highgroup = trim((string) $highgroup); $highgroup = str_replace(array('*', " \t", "\n", ' '), array('', "\t", "\t", "\t"), $highgroup); // Explode on tab. This should give us an array of prefixes and group numbers, IE '203 82', '204 82', etc $highgroup = explode("\t", $highgroup); // Make array useful by splitting the prefix and group number // We also convert the string to an int for easier handling later down the road $cleangroup = array(); foreach ($highgroup as $value) { if (trim($value) != '') { $temp = explode(' ', $value); if (isset($temp[1])) { $cleangroup[(int) trim($temp[0])] = (int) trim($temp[1]); self::$highgroup = (string) $cleangroup; } } } } /** * Generate an SSN based on state. * * @param mixed $state * @param string $separator * * @return false|string (false: bad state found) */ public static function generate($state = false, $separator = '-') { if (!self::$initialized) { self::initialize(); self::$initialized = true; } $states = self::$states; $statePrefixes = self::$statePrefixes; $highgroup = self::$highgroup; $possibleGroups = self::$possibleGroups; if ($state === false) { $state = $states[mt_rand(0, count($states) - 1)]; } $state = strtoupper($state); // Sanity check: is this a valid state? if (!isset($statePrefixes[$state])) { return false; } // Generate area number $area = $statePrefixes[$state][array_rand($statePrefixes[$state])]; // Generate group number $group = $possibleGroups[mt_rand(0, array_search($highgroup[$area], $possibleGroups))]; // Generate valid group number // Generate last four $lastfour = sprintf('%04s', trim(mt_rand(0, 9999))); return sprintf('%03s', $area).$separator.sprintf('%02s', $group).$separator.$lastfour; } /** * Validate a SSN. * * @param mixed $ssn * * @return bool : false, or two letter state abbreviation if it is valid */ public static function validate($ssn) { if (!self::$initialized) { self::initialize(); self::$initialized = true; } if (!is_string($ssn)) { return false; } if (trim($ssn) === '') { return false; } $statePrefixes = self::$statePrefixes; $highgroup = self::$highgroup; $possibleGroups = self::$possibleGroups; // Split up the SSN // If not 9 or 11 long, then return false $length = strlen($ssn); if ($length == 9) { $areaNumber = substr($ssn, 0, 3); $groupNumber = substr($ssn, 3, 2); $lastFour = substr($ssn, 5); } elseif ($length == 11) { $areaNumber = substr($ssn, 0, 3); $groupNumber = substr($ssn, 4, 2); $lastFour = substr($ssn, 7); } else { return false; } // Strip leading zeros $areaNumber = ltrim($areaNumber, 0); $groupNumber = ltrim($groupNumber, 0); // Check if parts are numeric if (!is_numeric($areaNumber) || !is_numeric($groupNumber) || !is_numeric($lastFour)) { return false; } foreach ($statePrefixes as $numbers) { // Search for the area number in the state list if (in_array($areaNumber, $numbers)) { // Make sure the group number is valid if (array_search($highgroup[$areaNumber], $possibleGroups) >= array_search($groupNumber, $possibleGroups)) { //return $state => must use "as $state => numbers" in the foreach loop; return true; } else { return false; } } } return false; } } echo "\n" . Ssn::generate('AK'); echo "\n" . Ssn::generate('AL'); echo "\n" . Ssn::generate('AR'); echo "\n" . Ssn::generate('AZ'); echo "\n" . Ssn::generate('CA'); echo "\n" . Ssn::generate('CO'); echo '--'; // Validate a SSN echo Ssn::validate('557-26-9048');
Output for 8.0.0 - 8.0.11
Fatal error: Uncaught Error: Non-static method IsoCodes\Ssn::initialize() cannot be called statically in /in/UNYAK:270 Stack trace: #0 /in/UNYAK(367): IsoCodes\Ssn::generate('AK') #1 {main} thrown in /in/UNYAK on line 270
Process exited with code 255.
Output for 7.4.24
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0649 424-50-2108 431-01-1590 600-01-1354 563-52-8373 523-96-3312--
Output for 7.4.23
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4255 419-05-3616 429-01-5333 526-07-7876 551-01-6486 523-74-8077--
Output for 7.4.22
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6160 423-03-6691 678-01-9452 600-01-8839 615-01-6597 652-05-8431--
Output for 7.4.21
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9853 417-01-9015 432-01-4196 526-03-3248 623-05-6832 521-01-4927--
Output for 7.4.20
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2067 423-03-1361 679-01-8179 764-01-8506 623-05-9797 651-01-2341--
Output for 7.4.16
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8024 419-09-9585 430-01-1058 601-01-9811 547-01-7677 521-01-7538--
Output for 7.4.15
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9857 420-03-9379 678-01-5075 601-01-2147 553-07-2913 523-38-1136--
Output for 7.4.14
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9539 418-01-9577 679-01-9626 601-01-9102 565-01-1680 653-05-9075--
Output for 7.4.13
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5269 416-05-5385 678-01-3941 764-01-4192 559-80-4914 651-01-6917--
Output for 7.4.12
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6025 423-01-1836 430-03-9398 527-72-8278 561-01-3672 653-01-0629--
Output for 7.4.11
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1375 423-01-6105 676-01-3593 600-01-7030 572-01-0337 522-01-2126--
Output for 7.4.10
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3854 416-05-1572 676-03-1301 764-01-9262 609-07-0552 524-80-7640--
Output for 7.4.9
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0942 420-94-9696 678-01-8702 764-01-4769 613-92-9861 524-04-0011--
Output for 7.4.8
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3967 416-03-1677 430-01-8375 526-09-7128 624-14-2011 522-01-5064--
Output for 7.4.7
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0047 421-01-8384 676-09-9090 526-05-8285 612-03-0858 523-10-4246--
Output for 7.4.6
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7276 423-01-4463 679-01-3339 527-18-5256 554-01-6721 524-74-4246--
Output for 7.4.5
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4114 421-01-3451 432-01-2423 600-01-2302 617-01-6282 521-01-8132--
Output for 7.4.4
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3484 424-36-3646 429-01-0683 526-09-3816 560-36-3162 650-01-4284--
Output for 7.4.3
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0214 419-07-6263 429-01-1145 526-07-9846 562-01-3929 651-01-4168--
Output for 7.4.0
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1061 416-01-7046 430-01-0119 527-34-2394 548-01-0559 524-66-9761--
Output for 7.3.30
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3463 424-38-5102 678-01-4970 526-09-7990 623-01-9405 521-01-1772--
Output for 7.3.29
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2230 423-05-5389 676-01-6743 765-01-0309 621-01-3858 653-01-3922--
Output for 7.3.28
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5274 418-01-6731 430-01-3967 600-01-6912 563-74-9594 524-34-8345--
Output for 7.3.27
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5293 419-01-3090 432-01-5416 764-01-3199 560-86-3610 521-01-7299--
Output for 7.3.26
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2695 423-01-8211 432-01-2473 764-01-1415 619-01-0302 650-01-4331--
Output for 7.3.25
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9264 416-01-5399 431-01-9742 764-01-6499 573-07-1644 652-07-4489--
Output for 7.3.24
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8301 422-01-7662 429-01-2902 600-01-8580 622-01-6435 651-01-5171--
Output for 7.3.23
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9202 419-03-9440 679-01-9029 600-01-6248 605-07-0062 524-28-5631--
Output for 7.3.21
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6923 421-01-7504 678-01-9086 765-01-0932 546-01-8980 653-07-3878--
Output for 7.3.20
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5561 418-01-8817 431-01-5622 765-01-0475 614-01-0044 651-01-4708--
Output for 7.3.19
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4110 419-01-3122 676-03-6863 765-01-9269 603-01-9636 651-01-5483--
Output for 7.3.18
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0684 419-09-4944 430-01-4037 600-01-9858 566-88-4098 651-01-4292--
Output for 7.3.17
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8094 419-07-3156 677-92-8628 764-01-9405 562-05-1092 653-01-3986--
Output for 7.3.16
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1185 420-52-4794 430-01-1116 527-40-7799 546-01-8940 521-01-8481--
Output for 7.3.12
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7068 419-09-0961 679-01-1913 764-01-3680 565-01-8508 650-01-2415--
Output for 7.3.11
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6358 417-01-6038 678-01-8030 764-01-9069 555-07-1058 650-01-8593--
Output for 7.3.10
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4109 416-05-8830 429-01-9764 764-01-6532 549-01-0988 521-01-4778--
Output for 7.3.9
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6959 423-03-0073 677-76-4196 600-01-0502 615-01-8707 524-34-3014--
Output for 7.3.8
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0081 424-44-9243 430-05-2671 601-01-8893 563-60-0946 653-05-3637--
Output for 7.3.7
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9934 423-01-1136 679-01-6124 765-01-0517 615-01-3047 651-01-5978--
Output for 7.3.6
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8402 421-01-2204 432-01-3072 526-05-6106 562-09-3622 524-86-5087--
Output for 7.3.5
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0290 424-01-1271 432-01-0381 765-01-3664 549-01-8375 652-03-7456--
Output for 7.3.4
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0694 416-01-7827 430-05-7958 600-01-6201 613-10-8339 521-01-0808--
Output for 7.3.3
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0265 418-01-7768 429-01-0496 764-01-3160 557-01-2097 652-07-5245--
Output for 7.3.2
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4161 421-01-2890 429-01-8744 600-01-8797 619-03-8978 653-01-2968--
Output for 7.3.1
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9781 418-01-4088 679-01-4190 527-02-2217 560-62-5963 521-01-0359--
Output for 7.3.0
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5295 421-01-4336 430-01-9530 526-03-8557 555-07-7482 523-28-8229--
Output for 7.2.33
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6223 423-01-6475 676-09-6814 600-01-0654 604-01-8052 651-01-4531--
Output for 7.2.32
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1392 418-01-2039 432-01-5013 765-01-5454 561-01-2350 650-01-8464--
Output for 7.2.31
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0091 421-01-8809 676-01-2110 765-01-6424 625-01-8287 522-01-6974--
Output for 7.2.30
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2226 419-03-5094 431-01-4064 601-01-6475 556-36-6127 650-01-0212--
Output for 7.2.29
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6312 423-05-8167 432-01-4720 527-40-4353 568-01-1564 521-01-2783--
Output for 7.2.25
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4939 416-05-3422 430-01-6724 765-01-9297 606-20-1481 652-01-8593--
Output for 7.2.24
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1708 422-01-9115 429-01-3739 526-03-3169 620-58-7133 524-40-4025--
Output for 7.2.23
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1449 418-01-8945 429-01-2326 526-09-5738 603-03-4238 522-01-7601--
Output for 7.2.22
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7478 424-42-0610 677-92-6386 764-01-7774 615-01-1093 523-05-6994--
Output for 7.2.21
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2148 416-01-7445 678-01-9614 765-01-8982 552-30-1084 652-01-8952--
Output for 7.2.20
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8358 420-88-2594 429-01-4898 765-01-3319 610-40-0377 651-01-4093--
Output for 7.2.19
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3753 420-86-8930 676-05-8712 764-01-2896 561-01-9183 652-05-2254--
Output for 7.2.18
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4885 418-01-6052 429-01-6283 765-01-3649 616-05-0060 650-01-9560--
Output for 7.2.17
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8384 422-01-6609 431-01-6254 600-01-1950 622-01-4586 524-92-8381--
Output for 7.2.12
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5871 420-36-7989 429-01-4835 527-74-1023 560-66-7819 522-01-9340--
Output for 7.2.11
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6084 420-38-5035 431-03-4428 527-50-8113 559-66-3381 652-07-1871--
Output for 7.2.10
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1596 417-01-5615 678-01-7992 526-09-7176 550-01-2091 651-01-1335--
Output for 7.2.9
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2330 422-01-8972 429-01-6852 601-01-9615 547-01-0368 524-02-4759--
Output for 7.2.8
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8273 419-09-9659 430-03-0268 601-01-9264 547-01-5399 651-01-7541--
Output for 7.2.7
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3512 422-01-9622 429-01-2219 601-01-9079 606-02-7915 651-01-7428--
Output for 7.2.6
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6777 421-01-5712 679-01-2355 600-01-0509 622-01-1203 650-01-1399--
Output for 7.2.5
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9915 421-01-4183 677-84-6628 764-01-6105 552-80-3496 523-22-6281--
Output for 7.2.4
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9838 422-01-8503 677-07-1006 527-44-6895 613-07-4774 522-01-8220--
Output for 7.2.3
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9312 421-01-9575 429-01-1214 526-03-3779 620-24-5860 524-28-9622--
Output for 7.2.2
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6297 419-07-3180 679-01-5339 526-07-7219 571-01-8427 653-07-7253--
Output for 7.2.1
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0256 424-62-7302 432-01-2295 764-01-6490 566-88-1927 524-32-8567--
Output for 7.2.0
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8278 421-01-9271 432-01-6289 601-01-3896 556-56-1065 521-01-2741--
Output for 7.1.33
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6583 421-01-1298 429-01-1032 527-16-4641 559-42-2988 650-01-6300--
Output for 7.1.32
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3522 423-05-3059 429-01-3926 765-01-5577 610-16-7103 651-01-1977--
Output for 7.1.31
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9206 416-03-0006 679-01-8367 527-14-8069 557-01-1416 523-03-4852--
Output for 7.1.30
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6394 416-03-9093 431-01-1721 765-01-4447 611-01-6932 523-03-8580--
Output for 7.1.29
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3568 416-03-8044 431-01-8084 765-01-1071 615-01-1672 650-01-6085--
Output for 7.1.28
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1597 422-01-7059 678-01-2038 526-07-6042 554-01-7164 651-01-1533--
Output for 7.1.27
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0368 423-05-7035 677-52-1198 764-01-8779 609-05-3567 523-98-8258--
Output for 7.1.26
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5950 423-05-3000 430-01-4428 527-01-0709 553-01-9777 523-68-3191--
Output for 7.1.24
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9073 420-06-1640 429-01-2290 764-01-7084 612-03-6763 522-01-9638--
Output for 7.1.23
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8749 421-01-3991 432-01-9454 527-82-1933 562-01-6110 651-01-9109--
Output for 7.1.22
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7018 420-82-4046 678-01-4548 527-36-7687 547-01-7161 653-01-8979--
Output for 7.1.21
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2112 417-01-6124 430-03-5683 764-01-1615 603-03-3998 651-01-3563--
Output for 7.1.20
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7507 418-01-0482 432-01-1928 764-01-0583 604-01-6745 522-01-4545--
Output for 7.1.19
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3386 423-01-5080 679-01-5984 765-01-0527 626-07-8428 522-01-8065--
Output for 7.1.18
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7779 419-01-9344 678-01-8473 601-01-7663 556-54-0374 653-07-5936--
Output for 7.1.17
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6858 417-01-4310 676-09-7198 600-01-4653 624-04-4888 652-01-2338--
Output for 7.1.16
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4429 416-01-4279 429-01-0731 764-01-3970 569-03-2071 522-01-1599--
Output for 7.1.15
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0908 416-01-1696 432-01-4268 765-01-0737 615-01-5539 653-03-1386--
Output for 7.1.14
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5698 418-01-5508 429-01-2156 600-01-5962 613-86-1837 522-01-4925--
Output for 7.1.13
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9405 418-01-8058 679-01-5037 764-01-3499 626-01-9850 522-01-7533--
Output for 7.1.12
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4741 419-01-9218 429-01-7926 601-01-2178 620-24-7561 652-07-4303--
Output for 7.1.11
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5222 424-22-2801 432-01-0805 764-01-7642 608-01-0855 652-03-5388--
Output for 7.1.10
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0363 421-01-8726 679-01-3809 600-01-7136 566-70-6695 522-01-8380--
Output for 7.1.9
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3282 420-48-0838 431-03-7703 527-62-3747 617-03-5589 522-01-4098--
Output for 7.1.8
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3608 420-56-2338 430-01-7430 527-30-0148 560-18-3487 653-01-9643--
Output for 7.1.7
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8090 424-50-9541 429-01-6443 764-01-6903 563-44-6186 523-84-7928--
Output for 7.1.6
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3273 420-44-5992 677-36-1209 764-01-6609 624-68-8681 523-01-0534--
Output for 7.1.5
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9544 419-07-9219 429-01-1972 601-01-3636 619-01-1678 651-01-9671--
Output for 7.1.4
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8006 424-10-9596 678-01-1069 526-07-5994 617-03-3273 653-05-4602--
Output for 7.1.3
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7470 417-01-8975 676-07-9213 600-01-8543 614-01-3475 524-96-7166--
Output for 7.1.2
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1443 416-03-4638 432-01-9583 526-01-5927 626-01-6554 523-06-7278--
Output for 7.1.1
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1133 421-01-4384 431-03-0460 765-01-3435 622-01-5663 523-06-6301--
Output for 7.1.0
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0402 418-01-2166 430-03-7329 765-01-2027 566-56-7376 653-07-0617--
Output for 7.0.32
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8736 424-92-8172 429-01-4895 527-12-0134 560-82-3688 521-01-5935--
Output for 7.0.31
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0502 417-01-0301 679-01-9505 765-01-5572 613-24-0789 652-05-8651--
Output for 7.0.30
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1226 423-03-2785 676-03-2231 600-01-1522 548-01-0859 650-01-8241--
Output for 7.0.29
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4426 421-01-0529 678-01-6276 600-01-5353 602-07-1843 522-01-8880--
Output for 7.0.28
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6303 418-01-1485 679-01-5829 526-05-0894 573-01-9873 522-01-6930--
Output for 7.0.27
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1009 419-09-6793 432-01-3022 764-01-7470 545-01-1360 522-01-8033--
Output for 7.0.26
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8194 423-01-2335 679-01-9402 527-70-0914 620-46-5026 651-01-3773--
Output for 7.0.25
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8853 420-74-0218 429-01-6915 600-01-8516 603-03-3784 652-07-0456--
Output for 7.0.24
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4248 422-01-3840 432-01-1265 526-09-1079 606-64-7349 653-05-4990--
Output for 7.0.23
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5538 423-01-5783 676-07-4912 600-01-2975 615-01-3029 524-03-7351--
Output for 7.0.22
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3186 416-01-0319 677-34-3233 601-01-8782 621-01-7162 522-01-9188--
Output for 7.0.21
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8189 417-01-3008 432-01-2080 600-01-5690 558-01-9531 653-05-0059--
Output for 7.0.20
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9775 416-03-0169 432-01-4892 764-01-4696 567-07-4132 521-01-1256--
Output for 7.0.19
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0002 419-03-8048 432-01-4911 601-01-3107 566-78-7040 521-01-4143--
Output for 7.0.18
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2401 421-01-6009 429-01-4863 526-09-0559 609-07-3797 522-01-8942--
Output for 7.0.17
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8135 418-01-6418 429-01-5473 526-01-4874 624-62-9619 522-01-5516--
Output for 7.0.16
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9028 416-03-6008 432-01-6485 527-16-9877 548-01-1308 521-01-4746--
Output for 7.0.15
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9271 422-01-4880 678-01-2160 764-01-8190 563-92-5602 653-01-7549--
Output for 7.0.14
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5858 420-92-5081 430-01-5976 600-01-0926 545-01-3788 653-03-9975--
Output for 7.0.13
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6162 422-01-0660 676-03-6813 527-90-4124 551-01-0994 650-01-6293--
Output for 7.0.12
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9178 419-09-4002 677-88-0093 600-01-6499 626-07-8439 650-01-5691--
Output for 7.0.11
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9658 416-03-6910 431-01-4187 764-01-1344 625-01-2328 652-05-1112--
Output for 7.0.10
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7747 422-01-1139 676-09-5060 526-07-4118 617-03-8502 522-01-8298--
Output for 7.0.9
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7394 416-05-7253 678-01-7575 600-01-3147 551-01-7046 522-01-0250--
Output for 7.0.8
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4481 423-05-3774 679-01-1046 764-01-9618 614-01-3175 653-03-9729--
Output for 7.0.7
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9736 420-14-0869 676-07-7223 765-01-8585 612-07-7786 524-66-3371--
Output for 7.0.6
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6147 419-07-2409 676-03-3761 600-01-7641 554-01-7310 521-01-1681--
Output for 7.0.5
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9985 420-30-7923 432-01-2881 600-01-3748 605-01-5860 524-66-4468--
Output for 7.0.4
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6510 423-05-1929 677-46-2036 600-01-6266 607-01-9836 653-05-6440--
Output for 7.0.3
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4449 419-03-2460 676-01-0632 526-07-1716 606-50-0432 652-01-7816--
Output for 7.0.2
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8801 417-01-2447 677-24-0758 600-01-7939 559-42-8450 650-01-3928--
Output for 7.0.1
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5345 422-01-7667 429-01-9537 526-09-6813 618-01-3869 651-01-4362--
Output for 7.0.0
Deprecated: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0775 424-88-5614 677-24-0822 765-01-0866 611-01-4199 650-01-1447--
Output for 5.6.38
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0646 417-01-4849 432-01-1767 600-01-5971 619-09-6673 522-01-2855--
Output for 5.6.37
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9879 417-01-5284 430-01-8109 601-01-8721 547-01-5785 650-01-5540--
Output for 5.6.36
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2239 424-05-2054 676-09-5169 601-01-3167 553-07-6854 523-44-1750--
Output for 5.6.35
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1762 423-05-8254 677-18-9351 765-01-8548 556-26-0865 650-01-0889--
Output for 5.6.34
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2115 423-03-4406 679-01-5388 600-01-3301 620-88-7942 650-01-8160--
Output for 5.6.33
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7349 420-26-6099 678-01-5189 527-50-4357 546-01-9035 650-01-5799--
Output for 5.6.32
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9641 419-01-5415 429-01-9477 601-01-8664 617-01-4300 651-01-3369--
Output for 5.6.31
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5179 421-01-1645 432-01-5135 601-01-6290 609-05-6809 651-01-6591--
Output for 5.6.30
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2822 418-01-3281 430-03-3418 600-01-6336 611-01-9070 650-01-7593--
Output for 5.6.29
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0379 419-01-5224 430-03-2996 764-01-5201 569-05-6692 651-01-6782--
Output for 5.6.28
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1995 422-01-9131 678-01-8775 526-07-2146 565-01-3348 651-01-3793--
Output for 5.6.27
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9004 417-01-1173 677-34-3093 526-03-3936 573-05-0603 652-07-3250--
Output for 5.6.26
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9532 418-01-2054 430-03-8400 526-03-8939 605-03-2793 522-01-5576--
Output for 5.6.25
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8017 419-07-4584 432-01-1339 601-01-3354 558-01-7172 652-07-3603--
Output for 5.6.24
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4478 418-01-7673 429-01-1068 764-01-8856 624-80-2169 651-01-2721--
Output for 5.6.23
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8587 416-05-0473 677-48-7060 765-01-3505 611-01-0688 651-01-0857--
Output for 5.6.22
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2211 422-01-8589 432-01-1683 526-01-6570 568-01-9084 650-01-7654--
Output for 5.6.21
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3802 424-05-2009 430-01-8270 526-09-5291 549-01-9559 524-94-0698--
Output for 5.6.20
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3578 424-92-7980 429-01-4357 600-01-0089 605-01-0295 653-03-5264--
Output for 5.6.19
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4972 418-01-5718 676-05-5863 527-10-7955 564-01-0077 522-01-5037--
Output for 5.6.18
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1286 418-01-0239 432-01-6361 765-01-2226 602-01-1958 651-01-4997--
Output for 5.6.17
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8697 418-01-4444 431-01-4910 601-01-0318 565-01-3265 523-52-1808--
Output for 5.6.16
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2167 417-01-4479 431-01-3618 764-01-2353 606-40-0771 650-01-6052--
Output for 5.6.15
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5758 418-01-7974 431-03-8109 526-01-4991 567-01-0393 651-01-5491--
Output for 5.6.14
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7941 424-09-8314 678-01-1689 526-03-2769 620-02-0924 652-05-4212--
Output for 5.6.13
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8593 417-01-5421 429-01-8801 601-01-6275 552-10-7248 523-82-4530--
Output for 5.6.12
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8811 417-01-5973 677-03-9651 526-07-4446 616-03-1477 651-01-8730--
Output for 5.6.11
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9738 416-01-6037 676-09-9767 526-09-4078 620-96-3616 521-01-2420--
Output for 5.6.10
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9203 420-50-7609 677-56-7195 600-01-5226 567-01-0934 521-01-6807--
Output for 5.6.9
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0610 417-01-8173 678-01-4537 527-38-3918 565-01-0357 524-01-7402--
Output for 5.6.8
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6070 424-42-5330 432-01-2765 601-01-4665 602-05-9238 651-01-8843--
Output for 5.6.7
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9601 416-01-2878 678-01-5881 764-01-4703 618-01-5699 653-03-6331--
Output for 5.6.6
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4404 418-01-7593 430-03-5228 601-01-5543 609-01-2908 652-05-4180--
Output for 5.6.5
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1379 422-01-1918 679-01-0338 765-01-7558 606-05-6953 524-52-3472--
Output for 5.6.4
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6885 419-05-9874 432-01-9385 764-01-4444 623-01-8163 523-48-9103--
Output for 5.6.3
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2312 422-01-9285 677-78-4522 765-01-6044 617-03-7775 652-05-1850--
Output for 5.6.2
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9325 416-03-0267 678-01-9711 526-07-7618 622-01-8176 650-01-3232--
Output for 5.6.1
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3018 419-09-9955 679-01-8127 764-01-8799 554-01-2303 651-01-6973--
Output for 5.6.0
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8352 419-09-2556 677-01-1395 527-32-9934 606-68-7690 524-74-5136--
Output for 5.5.38
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8717 416-03-0680 679-01-9804 526-01-8362 616-03-0154 651-01-0188--
Output for 5.5.37
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3799 424-64-7961 429-01-8661 527-70-3632 545-01-6622 653-01-1806--
Output for 5.5.36
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6666 423-03-9748 429-01-9575 526-03-0944 549-01-1857 522-01-1077--
Output for 5.5.35
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0394 416-03-1697 677-38-6502 526-01-3942 553-03-5645 651-01-9464--
Output for 5.5.34
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1655 420-07-3521 679-01-2091 527-52-1611 607-01-2890 521-01-9377--
Output for 5.5.33
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4869 421-01-0384 677-54-4281 601-01-9168 609-07-5064 524-40-1961--
Output for 5.5.32
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9164 423-01-0446 677-54-9184 601-01-9550 566-14-4727 652-05-9600--
Output for 5.5.31
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7947 423-03-2396 432-01-2538 526-01-0819 620-62-3102 522-01-4802--
Output for 5.5.30
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3795 418-01-9826 429-01-6189 765-01-3273 570-62-4104 521-01-9062--
Output for 5.5.29
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9337 420-84-4703 430-05-5973 526-09-9531 610-74-0889 653-07-2882--
Output for 5.5.28
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3108 421-01-0203 429-01-1428 527-74-9773 606-04-5363 524-90-9746--
Output for 5.5.27
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9930 418-01-6821 431-01-8334 527-40-7918 565-01-9334 522-01-5373--
Output for 5.5.26
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0177 416-05-7828 430-03-0082 600-01-2791 617-05-3502 650-01-8968--
Output for 5.5.25
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2081 423-01-2581 678-01-9206 600-01-3173 618-01-7623 523-56-4807--
Output for 5.5.24
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6455 421-01-5738 677-42-1613 527-76-1875 625-01-0196 524-20-2987--
Output for 5.5.23
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8959 420-22-3673 430-01-7589 764-01-0270 605-09-1244 523-64-9931--
Output for 5.5.22
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4714 417-01-9138 429-01-4184 601-01-0181 564-01-5375 652-05-4713--
Output for 5.5.21
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0979 423-03-1221 677-52-2735 765-01-0077 608-01-4750 524-42-9327--
Output for 5.5.20
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8691 420-03-0629 678-01-5187 527-44-3276 621-01-1120 524-02-8306--
Output for 5.5.19
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9090 418-01-1995 432-01-6190 601-01-8857 549-01-4991 521-01-3832--
Output for 5.5.18
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9662 424-42-3182 432-01-1762 527-76-9322 621-01-7126 524-14-9224--
Output for 5.5.17
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7093 416-03-7967 429-01-4077 526-03-8826 553-07-1026 651-01-4410--
Output for 5.5.16
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3263 416-01-0587 676-09-8034 601-01-7363 610-32-2468 523-52-4467--
Output for 5.5.15
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1636 416-01-4245 429-01-7350 600-01-2709 563-04-2006 653-09-2773--
Output for 5.5.14
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7166 419-03-0760 679-01-9700 601-01-4119 603-03-3198 652-05-2557--
Output for 5.5.13
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6139 421-01-9725 679-01-9969 765-01-1505 603-01-1041 650-01-9413--
Output for 5.5.12
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6133 417-01-8471 679-01-8337 600-01-8939 608-01-5239 650-01-3949--
Output for 5.5.11
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5466 424-54-0197 431-03-3202 527-07-0393 619-05-4494 650-01-0957--
Output for 5.5.10
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3475 421-01-8516 431-03-9387 764-01-1682 568-01-2354 650-01-3831--
Output for 5.5.9
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7145 423-05-6567 679-01-7702 527-80-7545 555-03-4932 650-01-0787--
Output for 5.5.8
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3585 422-01-3995 430-05-7128 600-01-6996 546-01-4012 523-24-9888--
Output for 5.5.7
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6296 418-01-9244 679-01-0787 765-01-6732 559-90-4124 522-01-1450--
Output for 5.5.6
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2357 416-03-6674 679-01-4465 601-01-2540 609-07-0958 524-80-0544--
Output for 5.5.5
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7741 419-01-2956 432-01-4311 601-01-3651 616-07-8508 652-05-8167--
Output for 5.5.4
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7104 417-01-2929 679-01-9270 526-03-2519 611-01-0379 652-01-6738--
Output for 5.5.3
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6016 417-01-4568 677-40-0929 764-01-5803 561-01-7867 521-01-1495--
Output for 5.5.2
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7397 423-05-4073 430-01-2155 764-01-6078 613-18-3027 522-01-0220--
Output for 5.5.1
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0325 422-01-0207 431-01-4012 601-01-9204 561-01-2100 651-01-8237--
Output for 5.5.0
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2505 423-05-7073 432-01-8876 765-01-6136 608-01-1906 651-01-0257--
Output for 5.4.45
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0673 420-52-6650 678-01-2725 765-01-0156 565-01-5613 522-01-3727--
Output for 5.4.44
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9085 424-76-6060 431-01-4669 526-09-2031 608-01-5289 650-01-6463--
Output for 5.4.43
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5384 423-01-7130 677-30-4078 527-54-8965 612-01-6473 652-05-1854--
Output for 5.4.42
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7521 416-01-3054 677-05-0105 526-03-7544 626-03-0665 524-44-4739--
Output for 5.4.41
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4975 416-05-6863 678-01-1309 601-01-2448 573-03-2955 652-01-3622--
Output for 5.4.40
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0701 420-68-9440 429-01-2857 527-16-6671 545-01-7729 521-01-1067--
Output for 5.4.39
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6937 420-90-5898 678-01-4601 764-01-4922 569-01-5062 652-03-5595--
Output for 5.4.38
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9480 423-05-4943 676-07-6769 526-01-9367 626-01-0668 523-20-5078--
Output for 5.4.37
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9303 419-07-1823 431-03-3370 601-01-8013 563-18-4677 652-03-0913--
Output for 5.4.36
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1022 421-01-8235 429-01-4464 600-01-7797 551-01-0635 652-05-3679--
Output for 5.4.35
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3217 421-01-2027 676-01-7158 527-58-0967 558-01-1355 653-03-4074--
Output for 5.4.34
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8412 416-01-8884 431-01-0922 526-05-5180 550-01-4228 522-01-9117--
Output for 5.4.33
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8291 416-03-4715 430-01-7624 526-03-9179 562-09-8898 523-58-4100--
Output for 5.4.32
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5287 424-98-7500 677-22-1374 601-01-6968 546-01-6171 524-62-0336--
Output for 5.4.31
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7698 417-01-2138 679-01-4044 527-18-8797 565-01-7809 652-05-2880--
Output for 5.4.30
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2362 416-01-1766 432-01-0325 526-09-2859 625-01-3317 523-56-7862--
Output for 5.4.29
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8765 420-30-6172 679-01-9039 600-01-8605 546-01-8853 651-01-3436--
Output for 5.4.28
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3951 417-01-8156 677-72-8337 765-01-0063 623-07-2518 523-64-9012--
Output for 5.4.27
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7439 418-01-4466 678-01-1346 765-01-5471 564-01-3908 651-01-5276--
Output for 5.4.26
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8456 423-03-7193 432-01-0227 526-05-8050 617-01-1252 653-03-4229--
Output for 5.4.25
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6363 423-03-4789 430-03-8800 527-14-5325 565-01-1218 652-05-3310--
Output for 5.4.24
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5779 417-01-1839 679-01-1622 601-01-2293 610-92-4379 524-40-8837--
Output for 5.4.23
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7921 416-01-4386 431-03-2253 526-05-3899 608-01-3749 653-07-2330--
Output for 5.4.22
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2947 418-01-2828 430-03-3279 526-01-1706 615-01-2768 653-05-8243--
Output for 5.4.21
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4004 416-01-8197 430-01-3398 600-01-1939 561-01-6484 523-16-4167--
Output for 5.4.20
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3490 416-01-8317 430-01-3325 527-18-9827 611-01-5085 523-82-0535--
Output for 5.4.19
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4906 418-01-7369 432-01-2349 527-54-9041 559-76-2999 523-34-9855--
Output for 5.4.18
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-2311 422-01-7183 679-01-2761 764-01-3772 551-01-8980 653-07-4211--
Output for 5.4.17
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7027 422-01-0561 678-01-6929 765-01-8183 624-07-5748 522-01-0250--
Output for 5.4.16
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8124 416-05-2766 429-01-3662 765-01-3928 550-01-2211 524-03-5789--
Output for 5.4.15
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8621 417-01-7581 679-01-7854 526-05-4355 620-10-3606 523-98-2908--
Output for 5.4.14
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-6117 422-01-6529 676-05-0989 765-01-7733 553-01-8399 650-01-7816--
Output for 5.4.13
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8750 416-05-1788 431-01-4759 526-07-4057 608-01-2961 650-01-7042--
Output for 5.4.12
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-3705 422-01-2055 677-18-8348 600-01-5469 572-01-4992 524-46-6120--
Output for 5.4.11
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5639 421-01-7853 677-58-3360 527-24-8309 625-01-2990 650-01-9196--
Output for 5.4.10
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5665 422-01-3882 432-01-1586 765-01-4210 626-01-1151 523-54-1938--
Output for 5.4.9
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9903 424-20-0173 678-01-0254 764-01-3537 554-01-8857 524-03-8411--
Output for 5.4.8
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1500 417-01-5503 679-01-8147 764-01-9714 603-01-1418 524-58-8206--
Output for 5.4.7
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-5311 424-68-1187 432-01-4912 764-01-3343 556-92-1357 521-01-8862--
Output for 5.4.6
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0719 420-05-7970 432-01-9349 765-01-0954 546-01-0030 522-01-8654--
Output for 5.4.5
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-9574 419-05-1621 676-07-1757 526-09-9663 604-01-2337 653-09-7097--
Output for 5.4.4
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-0674 420-60-7005 676-03-6419 526-07-9116 567-09-0300 524-74-9684--
Output for 5.4.3
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-1777 421-01-1697 677-72-0408 601-01-0783 573-05-0531 653-07-0609--
Output for 5.4.2
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-7916 416-05-9743 429-01-9691 764-01-5064 610-36-2563 521-01-2077--
Output for 5.4.1
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-4964 420-40-8479 432-01-1511 601-01-0340 615-01-9383 652-01-0839--
Output for 5.4.0
Strict Standards: Non-static method IsoCodes\Ssn::initialize() should not be called statically in /in/UNYAK on line 270 574-01-8289 421-01-4244 429-01-2106 527-18-7373 613-66-8045 521-01-9114--

preferences:
230.26 ms | 401 KiB | 280 Q