From dfcb51c675d3efca033471f97ff12af3d472329e Mon Sep 17 00:00:00 2001 From: Ingo Pfennigstorf Date: Thu, 3 Sep 2015 14:57:55 +0200 Subject: [PATCH 01/19] [FEATURE] Add database record functionality for detail pages --- Classes/Contrib/composer/ClassLoader.php | 71 +- .../Contrib/composer/autoload_classmap.php | 3 +- Classes/Contrib/composer/autoload_psr4.php | 3 +- Classes/Contrib/composer/autoload_real.php | 3 +- .../Tests/Issues/Issue14Test.php | 5 +- .../Tests/core/PhoneNumberTest.php | 5 +- .../Tests/core/PhoneNumberUtilTest.php | 61 +- .../data/PhoneNumberMetadataForTesting_AD.php | 179 +- .../data/PhoneNumberMetadataForTesting_AE.php | 196 +- .../data/PhoneNumberMetadataForTesting_AO.php | 222 +- .../data/PhoneNumberMetadataForTesting_AR.php | 402 +- .../data/PhoneNumberMetadataForTesting_AU.php | 245 +- .../data/PhoneNumberMetadataForTesting_BR.php | 179 +- .../data/PhoneNumberMetadataForTesting_BS.php | 198 +- .../data/PhoneNumberMetadataForTesting_BY.php | 267 +- .../Tests/timezone/PrefixTimeZonesMapTest.php | 27 +- .../libphonenumber/Tests/timezone/UKTest.php | 7 +- .../buildtools/BuildMetadataFromXml.php | 21 +- .../BuildMetadataPHPFromXMLCommand.php | 18 +- .../GeneratePhonePrefixDataCommand.php | 10 +- .../GenerateTimeZonesMapDataCommand.php | 5 +- .../buildtools/GeneratePhonePrefixData.php | 10 +- .../buildtools/GenerateTimeZonesMapData.php | 5 +- .../AlternateFormatsCountryCodeSet.php | 96 +- .../CountryCodeToRegionCodeMap.php | 1820 +- .../CountryCodeToRegionCodeMapForTesting.php | 210 +- .../src/libphonenumber/Matcher.php | 57 +- .../src/libphonenumber/NumberFormat.php | 138 +- .../libphonenumber/NumberParseException.php | 79 +- .../src/libphonenumber/PhoneMetadata.php | 1218 +- .../src/libphonenumber/PhoneNumber.php | 455 +- .../src/libphonenumber/PhoneNumberDesc.php | 64 +- .../PhoneNumberToCarrierMapper.php | 90 +- .../src/libphonenumber/PhoneNumberUtil.php | 619 +- .../src/libphonenumber/ShortNumberInfo.php | 116 +- .../ShortNumbersRegionCodeSet.php | 480 +- .../src/libphonenumber/carrier/data/Map.php | 360 +- .../libphonenumber/carrier/data/ar/965.php | 10 +- .../libphonenumber/carrier/data/be/375.php | 28 +- .../libphonenumber/carrier/data/en/1242.php | 10 +- .../libphonenumber/carrier/data/en/1246.php | 26 +- .../libphonenumber/carrier/data/en/1264.php | 24 +- .../libphonenumber/carrier/data/en/1441.php | 16 +- .../libphonenumber/carrier/data/en/1473.php | 8 +- .../libphonenumber/carrier/data/en/1649.php | 14 +- .../libphonenumber/carrier/data/en/1671.php | 18 +- .../libphonenumber/carrier/data/en/1767.php | 24 +- .../libphonenumber/carrier/data/en/1787.php | 408 +- .../libphonenumber/carrier/data/en/1809.php | 130 +- .../libphonenumber/carrier/data/en/1868.php | 22 +- .../libphonenumber/carrier/data/en/1939.php | 122 +- .../src/libphonenumber/carrier/data/en/20.php | 10 +- .../libphonenumber/carrier/data/en/211.php | 12 +- .../libphonenumber/carrier/data/en/212.php | 172 +- .../libphonenumber/carrier/data/en/213.php | 16 +- .../libphonenumber/carrier/data/en/216.php | 16 +- .../libphonenumber/carrier/data/en/220.php | 14 +- .../libphonenumber/carrier/data/en/221.php | 16 +- .../libphonenumber/carrier/data/en/222.php | 10 +- .../libphonenumber/carrier/data/en/223.php | 6 +- .../libphonenumber/carrier/data/en/224.php | 14 +- .../libphonenumber/carrier/data/en/225.php | 66 +- .../libphonenumber/carrier/data/en/226.php | 44 +- .../libphonenumber/carrier/data/en/227.php | 22 +- .../libphonenumber/carrier/data/en/228.php | 8 +- .../libphonenumber/carrier/data/en/229.php | 28 +- .../libphonenumber/carrier/data/en/230.php | 94 +- .../libphonenumber/carrier/data/en/231.php | 10 +- .../libphonenumber/carrier/data/en/232.php | 18 +- .../libphonenumber/carrier/data/en/233.php | 20 +- .../libphonenumber/carrier/data/en/234.php | 464 +- .../libphonenumber/carrier/data/en/235.php | 6 +- .../libphonenumber/carrier/data/en/236.php | 12 +- .../libphonenumber/carrier/data/en/237.php | 8 +- .../libphonenumber/carrier/data/en/238.php | 16 +- .../libphonenumber/carrier/data/en/239.php | 8 +- .../libphonenumber/carrier/data/en/240.php | 10 +- .../libphonenumber/carrier/data/en/241.php | 46 +- .../libphonenumber/carrier/data/en/242.php | 8 +- .../libphonenumber/carrier/data/en/243.php | 22 +- .../libphonenumber/carrier/data/en/244.php | 14 +- .../libphonenumber/carrier/data/en/245.php | 8 +- .../libphonenumber/carrier/data/en/248.php | 8 +- .../libphonenumber/carrier/data/en/249.php | 14 +- .../libphonenumber/carrier/data/en/250.php | 6 +- .../libphonenumber/carrier/data/en/251.php | 6 +- .../libphonenumber/carrier/data/en/252.php | 18 +- .../libphonenumber/carrier/data/en/253.php | 10 +- .../libphonenumber/carrier/data/en/254.php | 20 +- .../libphonenumber/carrier/data/en/255.php | 18 +- .../libphonenumber/carrier/data/en/256.php | 24 +- .../libphonenumber/carrier/data/en/257.php | 18 +- .../libphonenumber/carrier/data/en/258.php | 8 +- .../libphonenumber/carrier/data/en/260.php | 10 +- .../libphonenumber/carrier/data/en/261.php | 12 +- .../libphonenumber/carrier/data/en/263.php | 10 +- .../libphonenumber/carrier/data/en/265.php | 8 +- .../libphonenumber/carrier/data/en/267.php | 68 +- .../libphonenumber/carrier/data/en/268.php | 6 +- .../src/libphonenumber/carrier/data/en/27.php | 20 +- .../libphonenumber/carrier/data/en/297.php | 34 +- .../libphonenumber/carrier/data/en/298.php | 12 +- .../libphonenumber/carrier/data/en/299.php | 10 +- .../src/libphonenumber/carrier/data/en/30.php | 16 +- .../src/libphonenumber/carrier/data/en/31.php | 106 +- .../src/libphonenumber/carrier/data/en/32.php | 12 +- .../src/libphonenumber/carrier/data/en/33.php | 120 +- .../libphonenumber/carrier/data/en/350.php | 14 +- .../libphonenumber/carrier/data/en/351.php | 28 +- .../libphonenumber/carrier/data/en/352.php | 20 +- .../libphonenumber/carrier/data/en/353.php | 16 +- .../libphonenumber/carrier/data/en/355.php | 12 +- .../libphonenumber/carrier/data/en/356.php | 30 +- .../libphonenumber/carrier/data/en/357.php | 14 +- .../libphonenumber/carrier/data/en/358.php | 64 +- .../libphonenumber/carrier/data/en/359.php | 12 +- .../src/libphonenumber/carrier/data/en/36.php | 10 +- .../libphonenumber/carrier/data/en/370.php | 76 +- .../libphonenumber/carrier/data/en/372.php | 36 +- .../libphonenumber/carrier/data/en/373.php | 16 +- .../libphonenumber/carrier/data/en/374.php | 20 +- .../libphonenumber/carrier/data/en/375.php | 28 +- .../libphonenumber/carrier/data/en/376.php | 6 +- .../libphonenumber/carrier/data/en/380.php | 6 +- .../libphonenumber/carrier/data/en/381.php | 22 +- .../libphonenumber/carrier/data/en/385.php | 14 +- .../libphonenumber/carrier/data/en/386.php | 22 +- .../libphonenumber/carrier/data/en/387.php | 16 +- .../libphonenumber/carrier/data/en/389.php | 22 +- .../src/libphonenumber/carrier/data/en/39.php | 22 +- .../src/libphonenumber/carrier/data/en/40.php | 16 +- .../src/libphonenumber/carrier/data/en/41.php | 12 +- .../libphonenumber/carrier/data/en/420.php | 40 +- .../libphonenumber/carrier/data/en/421.php | 32 +- .../src/libphonenumber/carrier/data/en/43.php | 28 +- .../src/libphonenumber/carrier/data/en/45.php | 704 +- .../src/libphonenumber/carrier/data/en/47.php | 454 +- .../src/libphonenumber/carrier/data/en/48.php | 212 +- .../src/libphonenumber/carrier/data/en/49.php | 58 +- .../libphonenumber/carrier/data/en/501.php | 8 +- .../libphonenumber/carrier/data/en/506.php | 70 +- .../src/libphonenumber/carrier/data/en/51.php | 1144 +- .../src/libphonenumber/carrier/data/en/53.php | 6 +- .../src/libphonenumber/carrier/data/en/54.php | 172 +- .../src/libphonenumber/carrier/data/en/55.php | 18934 +- .../src/libphonenumber/carrier/data/en/56.php | 820 +- .../src/libphonenumber/carrier/data/en/57.php | 44 +- .../src/libphonenumber/carrier/data/en/58.php | 12 +- .../libphonenumber/carrier/data/en/591.php | 78 +- .../libphonenumber/carrier/data/en/595.php | 14 +- .../libphonenumber/carrier/data/en/597.php | 44 +- .../libphonenumber/carrier/data/en/598.php | 26 +- .../libphonenumber/carrier/data/en/599.php | 60 +- .../src/libphonenumber/carrier/data/en/60.php | 202 +- .../src/libphonenumber/carrier/data/en/61.php | 142 +- .../src/libphonenumber/carrier/data/en/62.php | 1378 +- .../src/libphonenumber/carrier/data/en/63.php | 74 +- .../src/libphonenumber/carrier/data/en/64.php | 20 +- .../src/libphonenumber/carrier/data/en/65.php | 782 +- .../src/libphonenumber/carrier/data/en/66.php | 456 +- .../libphonenumber/carrier/data/en/670.php | 8 +- .../libphonenumber/carrier/data/en/673.php | 20 +- .../libphonenumber/carrier/data/en/675.php | 18 +- .../libphonenumber/carrier/data/en/676.php | 54 +- .../libphonenumber/carrier/data/en/677.php | 38 +- .../libphonenumber/carrier/data/en/678.php | 38 +- .../libphonenumber/carrier/data/en/679.php | 10 +- .../libphonenumber/carrier/data/en/685.php | 10 +- .../libphonenumber/carrier/data/en/686.php | 10 +- .../src/libphonenumber/carrier/data/en/7.php | 20 +- .../src/libphonenumber/carrier/data/en/84.php | 24 +- .../libphonenumber/carrier/data/en/852.php | 536 +- .../libphonenumber/carrier/data/en/855.php | 44 +- .../libphonenumber/carrier/data/en/856.php | 8 +- .../src/libphonenumber/carrier/data/en/86.php | 50 +- .../libphonenumber/carrier/data/en/880.php | 16 +- .../src/libphonenumber/carrier/data/en/90.php | 28 +- .../src/libphonenumber/carrier/data/en/91.php | 3176 +- .../src/libphonenumber/carrier/data/en/92.php | 66 +- .../src/libphonenumber/carrier/data/en/93.php | 26 +- .../src/libphonenumber/carrier/data/en/94.php | 14 +- .../libphonenumber/carrier/data/en/960.php | 8 +- .../libphonenumber/carrier/data/en/962.php | 12 +- .../libphonenumber/carrier/data/en/964.php | 14 +- .../libphonenumber/carrier/data/en/965.php | 10 +- .../libphonenumber/carrier/data/en/966.php | 18 +- .../libphonenumber/carrier/data/en/967.php | 12 +- .../libphonenumber/carrier/data/en/968.php | 12 +- .../libphonenumber/carrier/data/en/970.php | 8 +- .../libphonenumber/carrier/data/en/971.php | 12 +- .../libphonenumber/carrier/data/en/972.php | 24 +- .../libphonenumber/carrier/data/en/973.php | 30 +- .../libphonenumber/carrier/data/en/974.php | 12 +- .../libphonenumber/carrier/data/en/975.php | 6 +- .../libphonenumber/carrier/data/en/977.php | 6 +- .../src/libphonenumber/carrier/data/en/98.php | 26 +- .../libphonenumber/carrier/data/en/992.php | 18 +- .../libphonenumber/carrier/data/en/993.php | 10 +- .../libphonenumber/carrier/data/en/994.php | 16 +- .../libphonenumber/carrier/data/en/995.php | 44 +- .../libphonenumber/carrier/data/en/996.php | 12 +- .../libphonenumber/carrier/data/en/998.php | 42 +- .../libphonenumber/carrier/data/ru/375.php | 28 +- .../data/PhoneNumberAlternateFormats_255.php | 224 +- .../data/PhoneNumberAlternateFormats_27.php | 202 +- .../data/PhoneNumberAlternateFormats_30.php | 202 +- .../data/PhoneNumberAlternateFormats_31.php | 224 +- .../data/PhoneNumberAlternateFormats_34.php | 218 +- .../data/PhoneNumberAlternateFormats_350.php | 202 +- .../data/PhoneNumberAlternateFormats_351.php | 246 +- .../data/PhoneNumberAlternateFormats_352.php | 199 +- .../data/PhoneNumberAlternateFormats_358.php | 224 +- .../data/PhoneNumberAlternateFormats_359.php | 246 +- .../data/PhoneNumberAlternateFormats_36.php | 224 +- .../data/PhoneNumberAlternateFormats_372.php | 246 +- .../data/PhoneNumberAlternateFormats_373.php | 224 +- .../data/PhoneNumberAlternateFormats_375.php | 249 +- .../data/PhoneNumberAlternateFormats_380.php | 224 +- .../data/PhoneNumberAlternateFormats_381.php | 290 +- .../data/PhoneNumberAlternateFormats_385.php | 268 +- .../data/PhoneNumberAlternateFormats_43.php | 400 +- .../data/PhoneNumberAlternateFormats_44.php | 290 +- .../data/PhoneNumberAlternateFormats_49.php | 906 +- .../data/PhoneNumberAlternateFormats_505.php | 202 +- .../data/PhoneNumberAlternateFormats_506.php | 202 +- .../data/PhoneNumberAlternateFormats_55.php | 202 +- .../data/PhoneNumberAlternateFormats_58.php | 199 +- .../data/PhoneNumberAlternateFormats_595.php | 202 +- .../data/PhoneNumberAlternateFormats_61.php | 268 +- .../data/PhoneNumberAlternateFormats_62.php | 202 +- .../data/PhoneNumberAlternateFormats_63.php | 202 +- .../data/PhoneNumberAlternateFormats_66.php | 202 +- .../data/PhoneNumberAlternateFormats_675.php | 202 +- .../data/PhoneNumberAlternateFormats_679.php | 202 +- .../data/PhoneNumberAlternateFormats_7.php | 290 +- .../data/PhoneNumberAlternateFormats_81.php | 246 +- .../data/PhoneNumberAlternateFormats_84.php | 224 +- .../data/PhoneNumberAlternateFormats_855.php | 199 +- .../data/PhoneNumberAlternateFormats_90.php | 202 +- .../data/PhoneNumberAlternateFormats_94.php | 202 +- .../data/PhoneNumberAlternateFormats_971.php | 202 +- .../data/PhoneNumberAlternateFormats_972.php | 202 +- .../data/PhoneNumberAlternateFormats_995.php | 202 +- .../data/PhoneNumberMetadata_800.php | 222 +- .../data/PhoneNumberMetadata_808.php | 222 +- .../data/PhoneNumberMetadata_870.php | 220 +- .../data/PhoneNumberMetadata_878.php | 222 +- .../data/PhoneNumberMetadata_881.php | 223 +- .../data/PhoneNumberMetadata_882.php | 359 +- .../data/PhoneNumberMetadata_883.php | 269 +- .../data/PhoneNumberMetadata_888.php | 222 +- .../data/PhoneNumberMetadata_979.php | 222 +- .../data/PhoneNumberMetadata_AC.php | 196 +- .../data/PhoneNumberMetadata_AD.php | 247 +- .../data/PhoneNumberMetadata_AE.php | 299 +- .../data/PhoneNumberMetadata_AF.php | 222 +- .../data/PhoneNumberMetadata_AG.php | 214 +- .../data/PhoneNumberMetadata_AI.php | 210 +- .../data/PhoneNumberMetadata_AL.php | 299 +- .../data/PhoneNumberMetadata_AM.php | 299 +- .../data/PhoneNumberMetadata_AO.php | 218 +- .../data/PhoneNumberMetadata_AR.php | 620 +- .../data/PhoneNumberMetadata_AS.php | 210 +- .../data/PhoneNumberMetadata_AT.php | 345 +- .../data/PhoneNumberMetadata_AU.php | 399 +- .../data/PhoneNumberMetadata_AW.php | 224 +- .../data/PhoneNumberMetadata_AX.php | 210 +- .../data/PhoneNumberMetadata_AZ.php | 273 +- .../data/PhoneNumberMetadata_BA.php | 277 +- .../data/PhoneNumberMetadata_BB.php | 210 +- .../data/PhoneNumberMetadata_BD.php | 297 +- .../data/PhoneNumberMetadata_BE.php | 297 +- .../data/PhoneNumberMetadata_BF.php | 218 +- .../data/PhoneNumberMetadata_BG.php | 363 +- .../data/PhoneNumberMetadata_BH.php | 224 +- .../data/PhoneNumberMetadata_BI.php | 218 +- .../data/PhoneNumberMetadata_BJ.php | 224 +- .../data/PhoneNumberMetadata_BL.php | 202 +- .../data/PhoneNumberMetadata_BM.php | 210 +- .../data/PhoneNumberMetadata_BN.php | 218 +- .../data/PhoneNumberMetadata_BO.php | 247 +- .../data/PhoneNumberMetadata_BQ.php | 198 +- .../data/PhoneNumberMetadata_BR.php | 440 +- .../data/PhoneNumberMetadata_BS.php | 210 +- .../data/PhoneNumberMetadata_BT.php | 243 +- .../data/PhoneNumberMetadata_BW.php | 269 +- .../data/PhoneNumberMetadata_BY.php | 327 +- .../data/PhoneNumberMetadata_BZ.php | 245 +- .../data/PhoneNumberMetadata_CA.php | 208 +- .../data/PhoneNumberMetadata_CC.php | 212 +- .../data/PhoneNumberMetadata_CD.php | 291 +- .../data/PhoneNumberMetadata_CF.php | 220 +- .../data/PhoneNumberMetadata_CG.php | 245 +- .../data/PhoneNumberMetadata_CH.php | 283 +- .../data/PhoneNumberMetadata_CI.php | 218 +- .../data/PhoneNumberMetadata_CK.php | 218 +- .../data/PhoneNumberMetadata_CL.php | 554 +- .../data/PhoneNumberMetadata_CM.php | 247 +- .../data/PhoneNumberMetadata_CN.php | 690 +- .../data/PhoneNumberMetadata_CO.php | 336 +- .../data/PhoneNumberMetadata_CR.php | 251 +- .../data/PhoneNumberMetadata_CU.php | 269 +- .../data/PhoneNumberMetadata_CV.php | 218 +- .../data/PhoneNumberMetadata_CW.php | 247 +- .../data/PhoneNumberMetadata_CX.php | 212 +- .../data/PhoneNumberMetadata_CY.php | 228 +- .../data/PhoneNumberMetadata_CZ.php | 279 +- .../data/PhoneNumberMetadata_DE.php | 537 +- .../data/PhoneNumberMetadata_DJ.php | 218 +- .../data/PhoneNumberMetadata_DK.php | 222 +- .../data/PhoneNumberMetadata_DM.php | 210 +- .../data/PhoneNumberMetadata_DO.php | 210 +- .../data/PhoneNumberMetadata_DZ.php | 277 +- .../data/PhoneNumberMetadata_EC.php | 328 +- .../data/PhoneNumberMetadata_EE.php | 303 +- .../data/PhoneNumberMetadata_EG.php | 273 +- .../data/PhoneNumberMetadata_EH.php | 208 +- .../data/PhoneNumberMetadata_ER.php | 222 +- .../data/PhoneNumberMetadata_ES.php | 231 +- .../data/PhoneNumberMetadata_ET.php | 222 +- .../data/PhoneNumberMetadata_FI.php | 277 +- .../data/PhoneNumberMetadata_FJ.php | 247 +- .../data/PhoneNumberMetadata_FK.php | 198 +- .../data/PhoneNumberMetadata_FM.php | 218 +- .../data/PhoneNumberMetadata_FO.php | 226 +- .../data/PhoneNumberMetadata_FR.php | 314 +- .../data/PhoneNumberMetadata_GA.php | 218 +- .../data/PhoneNumberMetadata_GB.php | 461 +- .../data/PhoneNumberMetadata_GD.php | 210 +- .../data/PhoneNumberMetadata_GE.php | 275 +- .../data/PhoneNumberMetadata_GF.php | 222 +- .../data/PhoneNumberMetadata_GG.php | 218 +- .../data/PhoneNumberMetadata_GH.php | 251 +- .../data/PhoneNumberMetadata_GI.php | 227 +- .../data/PhoneNumberMetadata_GL.php | 222 +- .../data/PhoneNumberMetadata_GM.php | 218 +- .../data/PhoneNumberMetadata_GN.php | 245 +- .../data/PhoneNumberMetadata_GP.php | 222 +- .../data/PhoneNumberMetadata_GQ.php | 247 +- .../data/PhoneNumberMetadata_GR.php | 273 +- .../data/PhoneNumberMetadata_GT.php | 247 +- .../data/PhoneNumberMetadata_GU.php | 210 +- .../data/PhoneNumberMetadata_GW.php | 220 +- .../data/PhoneNumberMetadata_GY.php | 222 +- .../data/PhoneNumberMetadata_HK.php | 295 +- .../data/PhoneNumberMetadata_HN.php | 218 +- .../data/PhoneNumberMetadata_HR.php | 453 +- .../data/PhoneNumberMetadata_HT.php | 222 +- .../data/PhoneNumberMetadata_HU.php | 253 +- .../data/PhoneNumberMetadata_ID.php | 339 +- .../data/PhoneNumberMetadata_IE.php | 419 +- .../data/PhoneNumberMetadata_IL.php | 391 +- .../data/PhoneNumberMetadata_IM.php | 216 +- .../data/PhoneNumberMetadata_IN.php | 467 +- .../data/PhoneNumberMetadata_IO.php | 218 +- .../data/PhoneNumberMetadata_IQ.php | 269 +- .../data/PhoneNumberMetadata_IR.php | 341 +- .../data/PhoneNumberMetadata_IS.php | 251 +- .../data/PhoneNumberMetadata_IT.php | 437 +- .../data/PhoneNumberMetadata_JE.php | 218 +- .../data/PhoneNumberMetadata_JM.php | 210 +- .../data/PhoneNumberMetadata_JO.php | 281 +- .../data/PhoneNumberMetadata_JP.php | 760 +- .../data/PhoneNumberMetadata_KE.php | 273 +- .../data/PhoneNumberMetadata_KG.php | 271 +- .../data/PhoneNumberMetadata_KH.php | 251 +- .../data/PhoneNumberMetadata_KI.php | 200 +- .../data/PhoneNumberMetadata_KM.php | 220 +- .../data/PhoneNumberMetadata_KN.php | 210 +- .../data/PhoneNumberMetadata_KP.php | 271 +- .../data/PhoneNumberMetadata_KR.php | 447 +- .../data/PhoneNumberMetadata_KW.php | 243 +- .../data/PhoneNumberMetadata_KY.php | 212 +- .../data/PhoneNumberMetadata_KZ.php | 212 +- .../data/PhoneNumberMetadata_LA.php | 247 +- .../data/PhoneNumberMetadata_LB.php | 251 +- .../data/PhoneNumberMetadata_LC.php | 210 +- .../data/PhoneNumberMetadata_LI.php | 345 +- .../data/PhoneNumberMetadata_LK.php | 247 +- .../data/PhoneNumberMetadata_LR.php | 295 +- .../data/PhoneNumberMetadata_LS.php | 220 +- .../data/PhoneNumberMetadata_LT.php | 301 +- .../data/PhoneNumberMetadata_LU.php | 409 +- .../data/PhoneNumberMetadata_LV.php | 224 +- .../data/PhoneNumberMetadata_LY.php | 222 +- .../data/PhoneNumberMetadata_MA.php | 299 +- .../data/PhoneNumberMetadata_MC.php | 271 +- .../data/PhoneNumberMetadata_MD.php | 279 +- .../data/PhoneNumberMetadata_ME.php | 259 +- .../data/PhoneNumberMetadata_MF.php | 202 +- .../data/PhoneNumberMetadata_MG.php | 224 +- .../data/PhoneNumberMetadata_MH.php | 224 +- .../data/PhoneNumberMetadata_MK.php | 275 +- .../data/PhoneNumberMetadata_ML.php | 264 +- .../data/PhoneNumberMetadata_MM.php | 381 +- .../data/PhoneNumberMetadata_MN.php | 319 +- .../data/PhoneNumberMetadata_MO.php | 218 +- .../data/PhoneNumberMetadata_MP.php | 210 +- .../data/PhoneNumberMetadata_MQ.php | 222 +- .../data/PhoneNumberMetadata_MR.php | 220 +- .../data/PhoneNumberMetadata_MS.php | 210 +- .../data/PhoneNumberMetadata_MT.php | 228 +- .../data/PhoneNumberMetadata_MU.php | 251 +- .../data/PhoneNumberMetadata_MV.php | 249 +- .../data/PhoneNumberMetadata_MW.php | 269 +- .../data/PhoneNumberMetadata_MX.php | 370 +- .../data/PhoneNumberMetadata_MY.php | 341 +- .../data/PhoneNumberMetadata_MZ.php | 245 +- .../data/PhoneNumberMetadata_NA.php | 295 +- .../data/PhoneNumberMetadata_NC.php | 223 +- .../data/PhoneNumberMetadata_NE.php | 247 +- .../data/PhoneNumberMetadata_NF.php | 243 +- .../data/PhoneNumberMetadata_NG.php | 339 +- .../data/PhoneNumberMetadata_NI.php | 220 +- .../data/PhoneNumberMetadata_NL.php | 345 +- .../data/PhoneNumberMetadata_NO.php | 257 +- .../data/PhoneNumberMetadata_NP.php | 269 +- .../data/PhoneNumberMetadata_NR.php | 218 +- .../data/PhoneNumberMetadata_NU.php | 198 +- .../data/PhoneNumberMetadata_NZ.php | 347 +- .../data/PhoneNumberMetadata_OM.php | 267 +- .../data/PhoneNumberMetadata_PA.php | 247 +- .../data/PhoneNumberMetadata_PE.php | 301 +- .../data/PhoneNumberMetadata_PF.php | 242 +- .../data/PhoneNumberMetadata_PG.php | 247 +- .../data/PhoneNumberMetadata_PH.php | 385 +- .../data/PhoneNumberMetadata_PK.php | 399 +- .../data/PhoneNumberMetadata_PL.php | 319 +- .../data/PhoneNumberMetadata_PM.php | 222 +- .../data/PhoneNumberMetadata_PR.php | 210 +- .../data/PhoneNumberMetadata_PS.php | 275 +- .../data/PhoneNumberMetadata_PT.php | 255 +- .../data/PhoneNumberMetadata_PW.php | 218 +- .../data/PhoneNumberMetadata_PY.php | 317 +- .../data/PhoneNumberMetadata_QA.php | 247 +- .../data/PhoneNumberMetadata_RE.php | 230 +- .../data/PhoneNumberMetadata_RO.php | 303 +- .../data/PhoneNumberMetadata_RS.php | 341 +- .../data/PhoneNumberMetadata_RU.php | 312 +- .../data/PhoneNumberMetadata_RW.php | 273 +- .../data/PhoneNumberMetadata_SA.php | 339 +- .../data/PhoneNumberMetadata_SB.php | 225 +- .../data/PhoneNumberMetadata_SC.php | 251 +- .../data/PhoneNumberMetadata_SD.php | 222 +- .../data/PhoneNumberMetadata_SE.php | 614 +- .../data/PhoneNumberMetadata_SG.php | 295 +- .../data/PhoneNumberMetadata_SH.php | 198 +- .../data/PhoneNumberMetadata_SI.php | 297 +- .../data/PhoneNumberMetadata_SJ.php | 212 +- .../data/PhoneNumberMetadata_SK.php | 281 +- .../data/PhoneNumberMetadata_SL.php | 222 +- .../data/PhoneNumberMetadata_SM.php | 328 +- .../data/PhoneNumberMetadata_SN.php | 251 +- .../data/PhoneNumberMetadata_SO.php | 291 +- .../data/PhoneNumberMetadata_SR.php | 267 +- .../data/PhoneNumberMetadata_SS.php | 222 +- .../data/PhoneNumberMetadata_ST.php | 218 +- .../data/PhoneNumberMetadata_SV.php | 269 +- .../data/PhoneNumberMetadata_SX.php | 210 +- .../data/PhoneNumberMetadata_SY.php | 247 +- .../data/PhoneNumberMetadata_SZ.php | 225 +- .../data/PhoneNumberMetadata_TA.php | 196 +- .../data/PhoneNumberMetadata_TC.php | 212 +- .../data/PhoneNumberMetadata_TD.php | 220 +- .../data/PhoneNumberMetadata_TG.php | 218 +- .../data/PhoneNumberMetadata_TH.php | 279 +- .../data/PhoneNumberMetadata_TJ.php | 301 +- .../data/PhoneNumberMetadata_TK.php | 198 +- .../data/PhoneNumberMetadata_TL.php | 249 +- .../data/PhoneNumberMetadata_TM.php | 271 +- .../data/PhoneNumberMetadata_TN.php | 224 +- .../data/PhoneNumberMetadata_TO.php | 267 +- .../data/PhoneNumberMetadata_TR.php | 279 +- .../data/PhoneNumberMetadata_TT.php | 210 +- .../data/PhoneNumberMetadata_TV.php | 198 +- .../data/PhoneNumberMetadata_TW.php | 253 +- .../data/PhoneNumberMetadata_TZ.php | 277 +- .../data/PhoneNumberMetadata_UA.php | 283 +- .../data/PhoneNumberMetadata_UG.php | 273 +- .../data/PhoneNumberMetadata_US.php | 263 +- .../data/PhoneNumberMetadata_UY.php | 277 +- .../data/PhoneNumberMetadata_UZ.php | 224 +- .../data/PhoneNumberMetadata_VA.php | 216 +- .../data/PhoneNumberMetadata_VC.php | 210 +- .../data/PhoneNumberMetadata_VE.php | 226 +- .../data/PhoneNumberMetadata_VG.php | 210 +- .../data/PhoneNumberMetadata_VI.php | 210 +- .../data/PhoneNumberMetadata_VN.php | 409 +- .../data/PhoneNumberMetadata_VU.php | 223 +- .../data/PhoneNumberMetadata_WF.php | 218 +- .../data/PhoneNumberMetadata_WS.php | 245 +- .../data/PhoneNumberMetadata_YE.php | 247 +- .../data/PhoneNumberMetadata_YT.php | 206 +- .../data/PhoneNumberMetadata_ZA.php | 301 +- .../data/PhoneNumberMetadata_ZM.php | 249 +- .../data/PhoneNumberMetadata_ZW.php | 431 +- .../data/ShortNumberMetadata_AC.php | 198 +- .../data/ShortNumberMetadata_AD.php | 198 +- .../data/ShortNumberMetadata_AE.php | 198 +- .../data/ShortNumberMetadata_AF.php | 198 +- .../data/ShortNumberMetadata_AG.php | 198 +- .../data/ShortNumberMetadata_AI.php | 198 +- .../data/ShortNumberMetadata_AL.php | 198 +- .../data/ShortNumberMetadata_AM.php | 198 +- .../data/ShortNumberMetadata_AO.php | 198 +- .../data/ShortNumberMetadata_AR.php | 200 +- .../data/ShortNumberMetadata_AS.php | 198 +- .../data/ShortNumberMetadata_AT.php | 198 +- .../data/ShortNumberMetadata_AU.php | 206 +- .../data/ShortNumberMetadata_AW.php | 198 +- .../data/ShortNumberMetadata_AX.php | 198 +- .../data/ShortNumberMetadata_AZ.php | 198 +- .../data/ShortNumberMetadata_BA.php | 198 +- .../data/ShortNumberMetadata_BB.php | 198 +- .../data/ShortNumberMetadata_BD.php | 198 +- .../data/ShortNumberMetadata_BE.php | 202 +- .../data/ShortNumberMetadata_BF.php | 198 +- .../data/ShortNumberMetadata_BG.php | 198 +- .../data/ShortNumberMetadata_BH.php | 198 +- .../data/ShortNumberMetadata_BI.php | 202 +- .../data/ShortNumberMetadata_BJ.php | 198 +- .../data/ShortNumberMetadata_BL.php | 198 +- .../data/ShortNumberMetadata_BM.php | 198 +- .../data/ShortNumberMetadata_BN.php | 198 +- .../data/ShortNumberMetadata_BO.php | 198 +- .../data/ShortNumberMetadata_BQ.php | 198 +- .../data/ShortNumberMetadata_BR.php | 202 +- .../data/ShortNumberMetadata_BS.php | 198 +- .../data/ShortNumberMetadata_BT.php | 198 +- .../data/ShortNumberMetadata_BW.php | 198 +- .../data/ShortNumberMetadata_BY.php | 198 +- .../data/ShortNumberMetadata_BZ.php | 198 +- .../data/ShortNumberMetadata_CA.php | 198 +- .../data/ShortNumberMetadata_CC.php | 198 +- .../data/ShortNumberMetadata_CD.php | 196 +- .../data/ShortNumberMetadata_CH.php | 206 +- .../data/ShortNumberMetadata_CI.php | 198 +- .../data/ShortNumberMetadata_CK.php | 198 +- .../data/ShortNumberMetadata_CL.php | 204 +- .../data/ShortNumberMetadata_CM.php | 198 +- .../data/ShortNumberMetadata_CN.php | 200 +- .../data/ShortNumberMetadata_CO.php | 198 +- .../data/ShortNumberMetadata_CR.php | 198 +- .../data/ShortNumberMetadata_CU.php | 198 +- .../data/ShortNumberMetadata_CV.php | 198 +- .../data/ShortNumberMetadata_CW.php | 198 +- .../data/ShortNumberMetadata_CX.php | 198 +- .../data/ShortNumberMetadata_CY.php | 198 +- .../data/ShortNumberMetadata_CZ.php | 198 +- .../data/ShortNumberMetadata_DE.php | 198 +- .../data/ShortNumberMetadata_DJ.php | 198 +- .../data/ShortNumberMetadata_DK.php | 198 +- .../data/ShortNumberMetadata_DM.php | 198 +- .../data/ShortNumberMetadata_DO.php | 198 +- .../data/ShortNumberMetadata_DZ.php | 198 +- .../data/ShortNumberMetadata_EC.php | 198 +- .../data/ShortNumberMetadata_EE.php | 198 +- .../data/ShortNumberMetadata_EG.php | 200 +- .../data/ShortNumberMetadata_EH.php | 198 +- .../data/ShortNumberMetadata_ES.php | 206 +- .../data/ShortNumberMetadata_ET.php | 198 +- .../data/ShortNumberMetadata_FI.php | 198 +- .../data/ShortNumberMetadata_FJ.php | 198 +- .../data/ShortNumberMetadata_FK.php | 198 +- .../data/ShortNumberMetadata_FM.php | 198 +- .../data/ShortNumberMetadata_FO.php | 198 +- .../data/ShortNumberMetadata_FR.php | 206 +- .../data/ShortNumberMetadata_GA.php | 198 +- .../data/ShortNumberMetadata_GB.php | 198 +- .../data/ShortNumberMetadata_GD.php | 198 +- .../data/ShortNumberMetadata_GE.php | 198 +- .../data/ShortNumberMetadata_GF.php | 198 +- .../data/ShortNumberMetadata_GG.php | 198 +- .../data/ShortNumberMetadata_GH.php | 200 +- .../data/ShortNumberMetadata_GI.php | 204 +- .../data/ShortNumberMetadata_GL.php | 198 +- .../data/ShortNumberMetadata_GM.php | 198 +- .../data/ShortNumberMetadata_GN.php | 196 +- .../data/ShortNumberMetadata_GP.php | 198 +- .../data/ShortNumberMetadata_GR.php | 198 +- .../data/ShortNumberMetadata_GT.php | 198 +- .../data/ShortNumberMetadata_GU.php | 198 +- .../data/ShortNumberMetadata_GW.php | 198 +- .../data/ShortNumberMetadata_GY.php | 198 +- .../data/ShortNumberMetadata_HK.php | 198 +- .../data/ShortNumberMetadata_HN.php | 198 +- .../data/ShortNumberMetadata_HR.php | 198 +- .../data/ShortNumberMetadata_HT.php | 198 +- .../data/ShortNumberMetadata_HU.php | 198 +- .../data/ShortNumberMetadata_ID.php | 200 +- .../data/ShortNumberMetadata_IE.php | 198 +- .../data/ShortNumberMetadata_IL.php | 200 +- .../data/ShortNumberMetadata_IM.php | 198 +- .../data/ShortNumberMetadata_IN.php | 198 +- .../data/ShortNumberMetadata_IQ.php | 198 +- .../data/ShortNumberMetadata_IR.php | 198 +- .../data/ShortNumberMetadata_IS.php | 198 +- .../data/ShortNumberMetadata_IT.php | 202 +- .../data/ShortNumberMetadata_JE.php | 198 +- .../data/ShortNumberMetadata_JM.php | 198 +- .../data/ShortNumberMetadata_JO.php | 198 +- .../data/ShortNumberMetadata_JP.php | 198 +- .../data/ShortNumberMetadata_KE.php | 198 +- .../data/ShortNumberMetadata_KG.php | 198 +- .../data/ShortNumberMetadata_KH.php | 198 +- .../data/ShortNumberMetadata_KI.php | 200 +- .../data/ShortNumberMetadata_KM.php | 198 +- .../data/ShortNumberMetadata_KN.php | 198 +- .../data/ShortNumberMetadata_KR.php | 198 +- .../data/ShortNumberMetadata_KW.php | 198 +- .../data/ShortNumberMetadata_KY.php | 198 +- .../data/ShortNumberMetadata_KZ.php | 200 +- .../data/ShortNumberMetadata_LA.php | 198 +- .../data/ShortNumberMetadata_LB.php | 198 +- .../data/ShortNumberMetadata_LC.php | 198 +- .../data/ShortNumberMetadata_LI.php | 198 +- .../data/ShortNumberMetadata_LK.php | 198 +- .../data/ShortNumberMetadata_LR.php | 200 +- .../data/ShortNumberMetadata_LS.php | 198 +- .../data/ShortNumberMetadata_LT.php | 198 +- .../data/ShortNumberMetadata_LU.php | 198 +- .../data/ShortNumberMetadata_LV.php | 204 +- .../data/ShortNumberMetadata_LY.php | 198 +- .../data/ShortNumberMetadata_MA.php | 198 +- .../data/ShortNumberMetadata_MC.php | 198 +- .../data/ShortNumberMetadata_MD.php | 198 +- .../data/ShortNumberMetadata_ME.php | 198 +- .../data/ShortNumberMetadata_MF.php | 198 +- .../data/ShortNumberMetadata_MG.php | 198 +- .../data/ShortNumberMetadata_MH.php | 198 +- .../data/ShortNumberMetadata_MK.php | 198 +- .../data/ShortNumberMetadata_ML.php | 206 +- .../data/ShortNumberMetadata_MM.php | 198 +- .../data/ShortNumberMetadata_MN.php | 198 +- .../data/ShortNumberMetadata_MO.php | 198 +- .../data/ShortNumberMetadata_MP.php | 198 +- .../data/ShortNumberMetadata_MQ.php | 198 +- .../data/ShortNumberMetadata_MR.php | 198 +- .../data/ShortNumberMetadata_MS.php | 198 +- .../data/ShortNumberMetadata_MT.php | 198 +- .../data/ShortNumberMetadata_MU.php | 198 +- .../data/ShortNumberMetadata_MV.php | 198 +- .../data/ShortNumberMetadata_MW.php | 200 +- .../data/ShortNumberMetadata_MX.php | 200 +- .../data/ShortNumberMetadata_MY.php | 198 +- .../data/ShortNumberMetadata_MZ.php | 198 +- .../data/ShortNumberMetadata_NA.php | 198 +- .../data/ShortNumberMetadata_NC.php | 202 +- .../data/ShortNumberMetadata_NF.php | 198 +- .../data/ShortNumberMetadata_NG.php | 200 +- .../data/ShortNumberMetadata_NI.php | 200 +- .../data/ShortNumberMetadata_NL.php | 198 +- .../data/ShortNumberMetadata_NO.php | 198 +- .../data/ShortNumberMetadata_NP.php | 198 +- .../data/ShortNumberMetadata_NR.php | 198 +- .../data/ShortNumberMetadata_NU.php | 198 +- .../data/ShortNumberMetadata_NZ.php | 198 +- .../data/ShortNumberMetadata_OM.php | 198 +- .../data/ShortNumberMetadata_PA.php | 198 +- .../data/ShortNumberMetadata_PE.php | 198 +- .../data/ShortNumberMetadata_PF.php | 198 +- .../data/ShortNumberMetadata_PG.php | 198 +- .../data/ShortNumberMetadata_PH.php | 198 +- .../data/ShortNumberMetadata_PK.php | 198 +- .../data/ShortNumberMetadata_PL.php | 198 +- .../data/ShortNumberMetadata_PM.php | 198 +- .../data/ShortNumberMetadata_PR.php | 198 +- .../data/ShortNumberMetadata_PT.php | 198 +- .../data/ShortNumberMetadata_PW.php | 198 +- .../data/ShortNumberMetadata_PY.php | 198 +- .../data/ShortNumberMetadata_QA.php | 198 +- .../data/ShortNumberMetadata_RE.php | 198 +- .../data/ShortNumberMetadata_RO.php | 198 +- .../data/ShortNumberMetadata_RS.php | 198 +- .../data/ShortNumberMetadata_RU.php | 198 +- .../data/ShortNumberMetadata_RW.php | 198 +- .../data/ShortNumberMetadata_SA.php | 204 +- .../data/ShortNumberMetadata_SB.php | 198 +- .../data/ShortNumberMetadata_SC.php | 198 +- .../data/ShortNumberMetadata_SD.php | 198 +- .../data/ShortNumberMetadata_SE.php | 204 +- .../data/ShortNumberMetadata_SG.php | 198 +- .../data/ShortNumberMetadata_SH.php | 198 +- .../data/ShortNumberMetadata_SI.php | 198 +- .../data/ShortNumberMetadata_SJ.php | 198 +- .../data/ShortNumberMetadata_SK.php | 198 +- .../data/ShortNumberMetadata_SL.php | 200 +- .../data/ShortNumberMetadata_SM.php | 198 +- .../data/ShortNumberMetadata_SR.php | 198 +- .../data/ShortNumberMetadata_ST.php | 198 +- .../data/ShortNumberMetadata_SV.php | 198 +- .../data/ShortNumberMetadata_SX.php | 198 +- .../data/ShortNumberMetadata_SY.php | 198 +- .../data/ShortNumberMetadata_SZ.php | 198 +- .../data/ShortNumberMetadata_TC.php | 198 +- .../data/ShortNumberMetadata_TD.php | 198 +- .../data/ShortNumberMetadata_TG.php | 198 +- .../data/ShortNumberMetadata_TH.php | 198 +- .../data/ShortNumberMetadata_TJ.php | 198 +- .../data/ShortNumberMetadata_TL.php | 198 +- .../data/ShortNumberMetadata_TM.php | 198 +- .../data/ShortNumberMetadata_TN.php | 198 +- .../data/ShortNumberMetadata_TO.php | 198 +- .../data/ShortNumberMetadata_TR.php | 198 +- .../data/ShortNumberMetadata_TT.php | 198 +- .../data/ShortNumberMetadata_TV.php | 198 +- .../data/ShortNumberMetadata_TW.php | 198 +- .../data/ShortNumberMetadata_TZ.php | 200 +- .../data/ShortNumberMetadata_UA.php | 198 +- .../data/ShortNumberMetadata_UG.php | 198 +- .../data/ShortNumberMetadata_US.php | 206 +- .../data/ShortNumberMetadata_UY.php | 198 +- .../data/ShortNumberMetadata_UZ.php | 200 +- .../data/ShortNumberMetadata_VA.php | 198 +- .../data/ShortNumberMetadata_VC.php | 198 +- .../data/ShortNumberMetadata_VE.php | 198 +- .../data/ShortNumberMetadata_VG.php | 198 +- .../data/ShortNumberMetadata_VI.php | 198 +- .../data/ShortNumberMetadata_VN.php | 198 +- .../data/ShortNumberMetadata_VU.php | 198 +- .../data/ShortNumberMetadata_WF.php | 198 +- .../data/ShortNumberMetadata_WS.php | 198 +- .../data/ShortNumberMetadata_YE.php | 198 +- .../data/ShortNumberMetadata_YT.php | 198 +- .../data/ShortNumberMetadata_ZA.php | 198 +- .../data/ShortNumberMetadata_ZM.php | 198 +- .../data/ShortNumberMetadata_ZW.php | 198 +- .../src/libphonenumber/geocoding/Locale.php | 43 +- .../geocoding/PhoneNumberOfflineGeocoder.php | 8 +- .../src/libphonenumber/geocoding/data/Map.php | 1160 +- .../libphonenumber/geocoding/data/am/374.php | 326 +- .../libphonenumber/geocoding/data/ar/82.php | 36 +- .../libphonenumber/geocoding/data/ar/966.php | 26 +- .../libphonenumber/geocoding/data/be/375.php | 242 +- .../libphonenumber/geocoding/data/bg/359.php | 4174 +- .../libphonenumber/geocoding/data/cs/82.php | 38 +- .../libphonenumber/geocoding/data/de/352.php | 104 +- .../libphonenumber/geocoding/data/de/41.php | 44 +- .../libphonenumber/geocoding/data/de/43.php | 2044 +- .../libphonenumber/geocoding/data/de/49.php | 10408 +- .../libphonenumber/geocoding/data/el/30.php | 484 +- .../libphonenumber/geocoding/data/en/1201.php | 204 +- .../libphonenumber/geocoding/data/en/1202.php | 6 +- .../libphonenumber/geocoding/data/en/1203.php | 516 +- .../libphonenumber/geocoding/data/en/1204.php | 194 +- .../libphonenumber/geocoding/data/en/1205.php | 328 +- .../libphonenumber/geocoding/data/en/1206.php | 344 +- .../libphonenumber/geocoding/data/en/1207.php | 372 +- .../libphonenumber/geocoding/data/en/1208.php | 380 +- .../libphonenumber/geocoding/data/en/1209.php | 302 +- .../libphonenumber/geocoding/data/en/1210.php | 6 +- .../libphonenumber/geocoding/data/en/1212.php | 6 +- .../libphonenumber/geocoding/data/en/1213.php | 6 +- .../libphonenumber/geocoding/data/en/1214.php | 388 +- .../libphonenumber/geocoding/data/en/1215.php | 504 +- .../libphonenumber/geocoding/data/en/1216.php | 246 +- .../libphonenumber/geocoding/data/en/1217.php | 270 +- .../libphonenumber/geocoding/data/en/1218.php | 244 +- .../libphonenumber/geocoding/data/en/1219.php | 186 +- .../libphonenumber/geocoding/data/en/1224.php | 10 +- .../libphonenumber/geocoding/data/en/1225.php | 202 +- .../libphonenumber/geocoding/data/en/1226.php | 8 +- .../libphonenumber/geocoding/data/en/1228.php | 88 +- .../libphonenumber/geocoding/data/en/1229.php | 160 +- .../libphonenumber/geocoding/data/en/1231.php | 200 +- .../libphonenumber/geocoding/data/en/1234.php | 8 +- .../libphonenumber/geocoding/data/en/1236.php | 6 +- .../libphonenumber/geocoding/data/en/1239.php | 278 +- .../libphonenumber/geocoding/data/en/1240.php | 34 +- .../libphonenumber/geocoding/data/en/1248.php | 252 +- .../libphonenumber/geocoding/data/en/1250.php | 456 +- .../libphonenumber/geocoding/data/en/1251.php | 186 +- .../libphonenumber/geocoding/data/en/1252.php | 250 +- .../libphonenumber/geocoding/data/en/1253.php | 214 +- .../libphonenumber/geocoding/data/en/1254.php | 184 +- .../libphonenumber/geocoding/data/en/1256.php | 316 +- .../libphonenumber/geocoding/data/en/1260.php | 180 +- .../libphonenumber/geocoding/data/en/1262.php | 252 +- .../libphonenumber/geocoding/data/en/1267.php | 30 +- .../libphonenumber/geocoding/data/en/1269.php | 212 +- .../libphonenumber/geocoding/data/en/1270.php | 268 +- .../libphonenumber/geocoding/data/en/1272.php | 6 +- .../libphonenumber/geocoding/data/en/1276.php | 118 +- .../libphonenumber/geocoding/data/en/1281.php | 494 +- .../libphonenumber/geocoding/data/en/1289.php | 20 +- .../libphonenumber/geocoding/data/en/1301.php | 482 +- .../libphonenumber/geocoding/data/en/1302.php | 238 +- .../libphonenumber/geocoding/data/en/1303.php | 530 +- .../libphonenumber/geocoding/data/en/1304.php | 406 +- .../libphonenumber/geocoding/data/en/1305.php | 436 +- .../libphonenumber/geocoding/data/en/1306.php | 226 +- .../libphonenumber/geocoding/data/en/1307.php | 166 +- .../libphonenumber/geocoding/data/en/1308.php | 118 +- .../libphonenumber/geocoding/data/en/1309.php | 234 +- .../libphonenumber/geocoding/data/en/1310.php | 456 +- .../libphonenumber/geocoding/data/en/1312.php | 6 +- .../libphonenumber/geocoding/data/en/1313.php | 250 +- .../libphonenumber/geocoding/data/en/1314.php | 268 +- .../libphonenumber/geocoding/data/en/1315.php | 322 +- .../libphonenumber/geocoding/data/en/1316.php | 150 +- .../libphonenumber/geocoding/data/en/1317.php | 398 +- .../libphonenumber/geocoding/data/en/1318.php | 286 +- .../libphonenumber/geocoding/data/en/1319.php | 206 +- .../libphonenumber/geocoding/data/en/1320.php | 160 +- .../libphonenumber/geocoding/data/en/1321.php | 88 +- .../libphonenumber/geocoding/data/en/1323.php | 308 +- .../libphonenumber/geocoding/data/en/1325.php | 134 +- .../libphonenumber/geocoding/data/en/1330.php | 444 +- .../libphonenumber/geocoding/data/en/1331.php | 6 +- .../libphonenumber/geocoding/data/en/1334.php | 254 +- .../libphonenumber/geocoding/data/en/1336.php | 400 +- .../libphonenumber/geocoding/data/en/1337.php | 224 +- .../libphonenumber/geocoding/data/en/1339.php | 6 +- .../libphonenumber/geocoding/data/en/1345.php | 6 +- .../libphonenumber/geocoding/data/en/1347.php | 70 +- .../libphonenumber/geocoding/data/en/1351.php | 6 +- .../libphonenumber/geocoding/data/en/1352.php | 308 +- .../libphonenumber/geocoding/data/en/1360.php | 534 +- .../libphonenumber/geocoding/data/en/1361.php | 184 +- .../libphonenumber/geocoding/data/en/1364.php | 6 +- .../libphonenumber/geocoding/data/en/1365.php | 6 +- .../libphonenumber/geocoding/data/en/1385.php | 6 +- .../libphonenumber/geocoding/data/en/1386.php | 172 +- .../libphonenumber/geocoding/data/en/1401.php | 188 +- .../libphonenumber/geocoding/data/en/1402.php | 412 +- .../libphonenumber/geocoding/data/en/1403.php | 460 +- .../libphonenumber/geocoding/data/en/1404.php | 374 +- .../libphonenumber/geocoding/data/en/1405.php | 366 +- .../libphonenumber/geocoding/data/en/1406.php | 364 +- .../libphonenumber/geocoding/data/en/1407.php | 396 +- .../libphonenumber/geocoding/data/en/1408.php | 344 +- .../libphonenumber/geocoding/data/en/1409.php | 136 +- .../libphonenumber/geocoding/data/en/1410.php | 558 +- .../libphonenumber/geocoding/data/en/1412.php | 268 +- .../libphonenumber/geocoding/data/en/1413.php | 208 +- .../libphonenumber/geocoding/data/en/1414.php | 268 +- .../libphonenumber/geocoding/data/en/1415.php | 464 +- .../libphonenumber/geocoding/data/en/1416.php | 466 +- .../libphonenumber/geocoding/data/en/1417.php | 238 +- .../libphonenumber/geocoding/data/en/1418.php | 306 +- .../libphonenumber/geocoding/data/en/1419.php | 408 +- .../libphonenumber/geocoding/data/en/1423.php | 324 +- .../libphonenumber/geocoding/data/en/1424.php | 6 +- .../libphonenumber/geocoding/data/en/1425.php | 220 +- .../libphonenumber/geocoding/data/en/1430.php | 6 +- .../libphonenumber/geocoding/data/en/1431.php | 6 +- .../libphonenumber/geocoding/data/en/1432.php | 120 +- .../libphonenumber/geocoding/data/en/1434.php | 186 +- .../libphonenumber/geocoding/data/en/1435.php | 158 +- .../libphonenumber/geocoding/data/en/1437.php | 6 +- .../libphonenumber/geocoding/data/en/1438.php | 8 +- .../libphonenumber/geocoding/data/en/1440.php | 242 +- .../libphonenumber/geocoding/data/en/1441.php | 8 +- .../libphonenumber/geocoding/data/en/1443.php | 40 +- .../libphonenumber/geocoding/data/en/1450.php | 336 +- .../libphonenumber/geocoding/data/en/1469.php | 28 +- .../libphonenumber/geocoding/data/en/1478.php | 146 +- .../libphonenumber/geocoding/data/en/1479.php | 196 +- .../libphonenumber/geocoding/data/en/1480.php | 272 +- .../libphonenumber/geocoding/data/en/1484.php | 18 +- .../libphonenumber/geocoding/data/en/1501.php | 260 +- .../libphonenumber/geocoding/data/en/1502.php | 290 +- .../libphonenumber/geocoding/data/en/1503.php | 484 +- .../libphonenumber/geocoding/data/en/1504.php | 230 +- .../libphonenumber/geocoding/data/en/1505.php | 422 +- .../libphonenumber/geocoding/data/en/1506.php | 178 +- .../libphonenumber/geocoding/data/en/1507.php | 242 +- .../libphonenumber/geocoding/data/en/1508.php | 438 +- .../libphonenumber/geocoding/data/en/1509.php | 376 +- .../libphonenumber/geocoding/data/en/1510.php | 374 +- .../libphonenumber/geocoding/data/en/1512.php | 406 +- .../libphonenumber/geocoding/data/en/1513.php | 346 +- .../libphonenumber/geocoding/data/en/1514.php | 366 +- .../libphonenumber/geocoding/data/en/1515.php | 174 +- .../libphonenumber/geocoding/data/en/1516.php | 142 +- .../libphonenumber/geocoding/data/en/1517.php | 216 +- .../libphonenumber/geocoding/data/en/1518.php | 338 +- .../libphonenumber/geocoding/data/en/1519.php | 566 +- .../libphonenumber/geocoding/data/en/1520.php | 304 +- .../libphonenumber/geocoding/data/en/1530.php | 314 +- .../libphonenumber/geocoding/data/en/1540.php | 374 +- .../libphonenumber/geocoding/data/en/1541.php | 458 +- .../libphonenumber/geocoding/data/en/1551.php | 6 +- .../libphonenumber/geocoding/data/en/1559.php | 320 +- .../libphonenumber/geocoding/data/en/1561.php | 280 +- .../libphonenumber/geocoding/data/en/1562.php | 210 +- .../libphonenumber/geocoding/data/en/1563.php | 126 +- .../libphonenumber/geocoding/data/en/1567.php | 6 +- .../libphonenumber/geocoding/data/en/1570.php | 336 +- .../libphonenumber/geocoding/data/en/1571.php | 22 +- .../libphonenumber/geocoding/data/en/1573.php | 302 +- .../libphonenumber/geocoding/data/en/1574.php | 160 +- .../libphonenumber/geocoding/data/en/1575.php | 156 +- .../libphonenumber/geocoding/data/en/1580.php | 200 +- .../libphonenumber/geocoding/data/en/1585.php | 256 +- .../libphonenumber/geocoding/data/en/1586.php | 76 +- .../libphonenumber/geocoding/data/en/1587.php | 6 +- .../libphonenumber/geocoding/data/en/1601.php | 300 +- .../libphonenumber/geocoding/data/en/1602.php | 338 +- .../libphonenumber/geocoding/data/en/1603.php | 378 +- .../libphonenumber/geocoding/data/en/1604.php | 540 +- .../libphonenumber/geocoding/data/en/1605.php | 276 +- .../libphonenumber/geocoding/data/en/1606.php | 194 +- .../libphonenumber/geocoding/data/en/1607.php | 196 +- .../libphonenumber/geocoding/data/en/1608.php | 352 +- .../libphonenumber/geocoding/data/en/1609.php | 212 +- .../libphonenumber/geocoding/data/en/1610.php | 422 +- .../libphonenumber/geocoding/data/en/1612.php | 168 +- .../libphonenumber/geocoding/data/en/1613.php | 324 +- .../libphonenumber/geocoding/data/en/1614.php | 312 +- .../libphonenumber/geocoding/data/en/1615.php | 396 +- .../libphonenumber/geocoding/data/en/1616.php | 236 +- .../libphonenumber/geocoding/data/en/1617.php | 336 +- .../libphonenumber/geocoding/data/en/1618.php | 262 +- .../libphonenumber/geocoding/data/en/1619.php | 318 +- .../libphonenumber/geocoding/data/en/1620.php | 200 +- .../libphonenumber/geocoding/data/en/1623.php | 70 +- .../libphonenumber/geocoding/data/en/1626.php | 190 +- .../libphonenumber/geocoding/data/en/1630.php | 288 +- .../libphonenumber/geocoding/data/en/1631.php | 186 +- .../libphonenumber/geocoding/data/en/1636.php | 150 +- .../libphonenumber/geocoding/data/en/1639.php | 6 +- .../libphonenumber/geocoding/data/en/1641.php | 134 +- .../libphonenumber/geocoding/data/en/1646.php | 24 +- .../libphonenumber/geocoding/data/en/1647.php | 6 +- .../libphonenumber/geocoding/data/en/1649.php | 6 +- .../libphonenumber/geocoding/data/en/1650.php | 202 +- .../libphonenumber/geocoding/data/en/1651.php | 160 +- .../libphonenumber/geocoding/data/en/1657.php | 6 +- .../libphonenumber/geocoding/data/en/1660.php | 112 +- .../libphonenumber/geocoding/data/en/1661.php | 214 +- .../libphonenumber/geocoding/data/en/1662.php | 216 +- .../libphonenumber/geocoding/data/en/1667.php | 6 +- .../libphonenumber/geocoding/data/en/1669.php | 6 +- .../libphonenumber/geocoding/data/en/1671.php | 6 +- .../libphonenumber/geocoding/data/en/1678.php | 150 +- .../libphonenumber/geocoding/data/en/1682.php | 14 +- .../libphonenumber/geocoding/data/en/1701.php | 228 +- .../libphonenumber/geocoding/data/en/1702.php | 476 +- .../libphonenumber/geocoding/data/en/1703.php | 366 +- .../libphonenumber/geocoding/data/en/1704.php | 472 +- .../libphonenumber/geocoding/data/en/1705.php | 324 +- .../libphonenumber/geocoding/data/en/1706.php | 422 +- .../libphonenumber/geocoding/data/en/1707.php | 368 +- .../libphonenumber/geocoding/data/en/1708.php | 166 +- .../libphonenumber/geocoding/data/en/1709.php | 62 +- .../libphonenumber/geocoding/data/en/1712.php | 168 +- .../libphonenumber/geocoding/data/en/1713.php | 576 +- .../libphonenumber/geocoding/data/en/1714.php | 326 +- .../libphonenumber/geocoding/data/en/1715.php | 382 +- .../libphonenumber/geocoding/data/en/1716.php | 278 +- .../libphonenumber/geocoding/data/en/1717.php | 428 +- .../libphonenumber/geocoding/data/en/1718.php | 780 +- .../libphonenumber/geocoding/data/en/1719.php | 314 +- .../libphonenumber/geocoding/data/en/1720.php | 60 +- .../libphonenumber/geocoding/data/en/1724.php | 294 +- .../libphonenumber/geocoding/data/en/1725.php | 6 +- .../libphonenumber/geocoding/data/en/1726.php | 6 +- .../libphonenumber/geocoding/data/en/1727.php | 248 +- .../libphonenumber/geocoding/data/en/1730.php | 6 +- .../libphonenumber/geocoding/data/en/1731.php | 122 +- .../libphonenumber/geocoding/data/en/1732.php | 242 +- .../libphonenumber/geocoding/data/en/1734.php | 248 +- .../libphonenumber/geocoding/data/en/1737.php | 6 +- .../libphonenumber/geocoding/data/en/1740.php | 304 +- .../libphonenumber/geocoding/data/en/1754.php | 6 +- .../libphonenumber/geocoding/data/en/1757.php | 368 +- .../libphonenumber/geocoding/data/en/1760.php | 402 +- .../libphonenumber/geocoding/data/en/1763.php | 68 +- .../libphonenumber/geocoding/data/en/1765.php | 248 +- .../libphonenumber/geocoding/data/en/1769.php | 14 +- .../libphonenumber/geocoding/data/en/1770.php | 590 +- .../libphonenumber/geocoding/data/en/1772.php | 162 +- .../libphonenumber/geocoding/data/en/1773.php | 6 +- .../libphonenumber/geocoding/data/en/1774.php | 8 +- .../libphonenumber/geocoding/data/en/1775.php | 190 +- .../libphonenumber/geocoding/data/en/1778.php | 36 +- .../libphonenumber/geocoding/data/en/1779.php | 8 +- .../libphonenumber/geocoding/data/en/1780.php | 368 +- .../libphonenumber/geocoding/data/en/1781.php | 274 +- .../libphonenumber/geocoding/data/en/1785.php | 244 +- .../libphonenumber/geocoding/data/en/1786.php | 36 +- .../libphonenumber/geocoding/data/en/1801.php | 300 +- .../libphonenumber/geocoding/data/en/1802.php | 164 +- .../libphonenumber/geocoding/data/en/1803.php | 336 +- .../libphonenumber/geocoding/data/en/1804.php | 310 +- .../libphonenumber/geocoding/data/en/1805.php | 342 +- .../libphonenumber/geocoding/data/en/1806.php | 226 +- .../libphonenumber/geocoding/data/en/1807.php | 64 +- .../libphonenumber/geocoding/data/en/1808.php | 350 +- .../libphonenumber/geocoding/data/en/1809.php | 16 +- .../libphonenumber/geocoding/data/en/1810.php | 164 +- .../libphonenumber/geocoding/data/en/1812.php | 330 +- .../libphonenumber/geocoding/data/en/1813.php | 362 +- .../libphonenumber/geocoding/data/en/1814.php | 320 +- .../libphonenumber/geocoding/data/en/1815.php | 374 +- .../libphonenumber/geocoding/data/en/1816.php | 270 +- .../libphonenumber/geocoding/data/en/1817.php | 342 +- .../libphonenumber/geocoding/data/en/1818.php | 210 +- .../libphonenumber/geocoding/data/en/1819.php | 276 +- .../libphonenumber/geocoding/data/en/1828.php | 286 +- .../libphonenumber/geocoding/data/en/1830.php | 174 +- .../libphonenumber/geocoding/data/en/1831.php | 186 +- .../libphonenumber/geocoding/data/en/1832.php | 70 +- .../libphonenumber/geocoding/data/en/1838.php | 6 +- .../libphonenumber/geocoding/data/en/1843.php | 366 +- .../libphonenumber/geocoding/data/en/1845.php | 278 +- .../libphonenumber/geocoding/data/en/1847.php | 386 +- .../libphonenumber/geocoding/data/en/1848.php | 6 +- .../libphonenumber/geocoding/data/en/1850.php | 364 +- .../libphonenumber/geocoding/data/en/1851.php | 6 +- .../libphonenumber/geocoding/data/en/1856.php | 158 +- .../libphonenumber/geocoding/data/en/1857.php | 8 +- .../libphonenumber/geocoding/data/en/1858.php | 206 +- .../libphonenumber/geocoding/data/en/1859.php | 220 +- .../libphonenumber/geocoding/data/en/1860.php | 400 +- .../libphonenumber/geocoding/data/en/1862.php | 12 +- .../libphonenumber/geocoding/data/en/1863.php | 170 +- .../libphonenumber/geocoding/data/en/1864.php | 330 +- .../libphonenumber/geocoding/data/en/1865.php | 248 +- .../libphonenumber/geocoding/data/en/1867.php | 38 +- .../libphonenumber/geocoding/data/en/1870.php | 278 +- .../libphonenumber/geocoding/data/en/1872.php | 6 +- .../libphonenumber/geocoding/data/en/1873.php | 6 +- .../libphonenumber/geocoding/data/en/1876.php | 6 +- .../libphonenumber/geocoding/data/en/1878.php | 6 +- .../libphonenumber/geocoding/data/en/1888.php | 6 +- .../libphonenumber/geocoding/data/en/1901.php | 278 +- .../libphonenumber/geocoding/data/en/1902.php | 252 +- .../libphonenumber/geocoding/data/en/1903.php | 324 +- .../libphonenumber/geocoding/data/en/1904.php | 376 +- .../libphonenumber/geocoding/data/en/1905.php | 792 +- .../libphonenumber/geocoding/data/en/1906.php | 94 +- .../libphonenumber/geocoding/data/en/1907.php | 222 +- .../libphonenumber/geocoding/data/en/1908.php | 162 +- .../libphonenumber/geocoding/data/en/1909.php | 292 +- .../libphonenumber/geocoding/data/en/1910.php | 338 +- .../libphonenumber/geocoding/data/en/1912.php | 226 +- .../libphonenumber/geocoding/data/en/1913.php | 120 +- .../libphonenumber/geocoding/data/en/1914.php | 224 +- .../libphonenumber/geocoding/data/en/1915.php | 144 +- .../libphonenumber/geocoding/data/en/1916.php | 380 +- .../libphonenumber/geocoding/data/en/1917.php | 6 +- .../libphonenumber/geocoding/data/en/1918.php | 388 +- .../libphonenumber/geocoding/data/en/1919.php | 442 +- .../libphonenumber/geocoding/data/en/1920.php | 354 +- .../libphonenumber/geocoding/data/en/1925.php | 308 +- .../libphonenumber/geocoding/data/en/1928.php | 206 +- .../libphonenumber/geocoding/data/en/1931.php | 196 +- .../libphonenumber/geocoding/data/en/1936.php | 138 +- .../libphonenumber/geocoding/data/en/1937.php | 314 +- .../libphonenumber/geocoding/data/en/1940.php | 144 +- .../libphonenumber/geocoding/data/en/1941.php | 284 +- .../libphonenumber/geocoding/data/en/1947.php | 6 +- .../libphonenumber/geocoding/data/en/1949.php | 172 +- .../libphonenumber/geocoding/data/en/1951.php | 240 +- .../libphonenumber/geocoding/data/en/1952.php | 106 +- .../libphonenumber/geocoding/data/en/1954.php | 338 +- .../libphonenumber/geocoding/data/en/1956.php | 208 +- .../libphonenumber/geocoding/data/en/1970.php | 364 +- .../libphonenumber/geocoding/data/en/1971.php | 10 +- .../libphonenumber/geocoding/data/en/1972.php | 562 +- .../libphonenumber/geocoding/data/en/1973.php | 354 +- .../libphonenumber/geocoding/data/en/1978.php | 280 +- .../libphonenumber/geocoding/data/en/1979.php | 130 +- .../libphonenumber/geocoding/data/en/1980.php | 16 +- .../libphonenumber/geocoding/data/en/1984.php | 6 +- .../libphonenumber/geocoding/data/en/1985.php | 174 +- .../libphonenumber/geocoding/data/en/1989.php | 254 +- .../libphonenumber/geocoding/data/en/20.php | 58 +- .../libphonenumber/geocoding/data/en/212.php | 138 +- .../libphonenumber/geocoding/data/en/213.php | 30 +- .../libphonenumber/geocoding/data/en/216.php | 22 +- .../libphonenumber/geocoding/data/en/220.php | 88 +- .../libphonenumber/geocoding/data/en/221.php | 8 +- .../libphonenumber/geocoding/data/en/222.php | 28 +- .../libphonenumber/geocoding/data/en/224.php | 46 +- .../libphonenumber/geocoding/data/en/225.php | 28 +- .../libphonenumber/geocoding/data/en/226.php | 64 +- .../libphonenumber/geocoding/data/en/228.php | 16 +- .../libphonenumber/geocoding/data/en/229.php | 76 +- .../libphonenumber/geocoding/data/en/230.php | 16 +- .../libphonenumber/geocoding/data/en/232.php | 10 +- .../libphonenumber/geocoding/data/en/233.php | 138 +- .../libphonenumber/geocoding/data/en/234.php | 120 +- .../libphonenumber/geocoding/data/en/238.php | 80 +- .../libphonenumber/geocoding/data/en/239.php | 42 +- .../libphonenumber/geocoding/data/en/241.php | 64 +- .../libphonenumber/geocoding/data/en/242.php | 18 +- .../libphonenumber/geocoding/data/en/243.php | 16 +- .../libphonenumber/geocoding/data/en/244.php | 80 +- .../libphonenumber/geocoding/data/en/245.php | 44 +- .../libphonenumber/geocoding/data/en/247.php | 22 +- .../libphonenumber/geocoding/data/en/249.php | 26 +- .../libphonenumber/geocoding/data/en/251.php | 738 +- .../libphonenumber/geocoding/data/en/252.php | 10 +- .../libphonenumber/geocoding/data/en/254.php | 58 +- .../libphonenumber/geocoding/data/en/256.php | 30 +- .../libphonenumber/geocoding/data/en/257.php | 26 +- .../libphonenumber/geocoding/data/en/258.php | 26 +- .../libphonenumber/geocoding/data/en/260.php | 20 +- .../libphonenumber/geocoding/data/en/261.php | 48 +- .../libphonenumber/geocoding/data/en/263.php | 200 +- .../libphonenumber/geocoding/data/en/264.php | 2060 +- .../libphonenumber/geocoding/data/en/266.php | 6 +- .../libphonenumber/geocoding/data/en/267.php | 40 +- .../libphonenumber/geocoding/data/en/268.php | 76 +- .../libphonenumber/geocoding/data/en/269.php | 36 +- .../libphonenumber/geocoding/data/en/27.php | 80 +- .../libphonenumber/geocoding/data/en/290.php | 16 +- .../libphonenumber/geocoding/data/en/299.php | 54 +- .../libphonenumber/geocoding/data/en/30.php | 484 +- .../libphonenumber/geocoding/data/en/31.php | 246 +- .../libphonenumber/geocoding/data/en/32.php | 84 +- .../libphonenumber/geocoding/data/en/33.php | 12876 +- .../libphonenumber/geocoding/data/en/34.php | 170 +- .../libphonenumber/geocoding/data/en/351.php | 106 +- .../libphonenumber/geocoding/data/en/352.php | 104 +- .../libphonenumber/geocoding/data/en/353.php | 102 +- .../libphonenumber/geocoding/data/en/354.php | 16 +- .../libphonenumber/geocoding/data/en/355.php | 132 +- .../libphonenumber/geocoding/data/en/358.php | 44 +- .../libphonenumber/geocoding/data/en/359.php | 4174 +- .../libphonenumber/geocoding/data/en/36.php | 112 +- .../libphonenumber/geocoding/data/en/370.php | 98 +- .../libphonenumber/geocoding/data/en/371.php | 76 +- .../libphonenumber/geocoding/data/en/372.php | 40 +- .../libphonenumber/geocoding/data/en/373.php | 92 +- .../libphonenumber/geocoding/data/en/374.php | 326 +- .../libphonenumber/geocoding/data/en/375.php | 242 +- .../libphonenumber/geocoding/data/en/381.php | 72 +- .../libphonenumber/geocoding/data/en/389.php | 28 +- .../libphonenumber/geocoding/data/en/39.php | 244 +- .../libphonenumber/geocoding/data/en/40.php | 168 +- .../libphonenumber/geocoding/data/en/41.php | 44 +- .../libphonenumber/geocoding/data/en/420.php | 44 +- .../libphonenumber/geocoding/data/en/421.php | 54 +- .../libphonenumber/geocoding/data/en/43.php | 2044 +- .../libphonenumber/geocoding/data/en/44.php | 1672 +- .../libphonenumber/geocoding/data/en/46.php | 502 +- .../libphonenumber/geocoding/data/en/47.php | 66 +- .../libphonenumber/geocoding/data/en/48.php | 102 +- .../libphonenumber/geocoding/data/en/49.php | 10408 +- .../libphonenumber/geocoding/data/en/51.php | 52 +- .../libphonenumber/geocoding/data/en/53.php | 34 +- .../libphonenumber/geocoding/data/en/54.php | 432 +- .../libphonenumber/geocoding/data/en/55.php | 130 +- .../libphonenumber/geocoding/data/en/56.php | 52 +- .../libphonenumber/geocoding/data/en/57.php | 340 +- .../libphonenumber/geocoding/data/en/58.php | 114 +- .../libphonenumber/geocoding/data/en/599.php | 16 +- .../libphonenumber/geocoding/data/en/62.php | 620 +- .../libphonenumber/geocoding/data/en/66.php | 50 +- .../libphonenumber/geocoding/data/en/686.php | 72 +- .../libphonenumber/geocoding/data/en/7.php | 678 +- .../libphonenumber/geocoding/data/en/81.php | 2708 +- .../libphonenumber/geocoding/data/en/82.php | 38 +- .../libphonenumber/geocoding/data/en/84.php | 130 +- .../libphonenumber/geocoding/data/en/86.php | 280826 +++++++-------- .../libphonenumber/geocoding/data/en/886.php | 30 +- .../libphonenumber/geocoding/data/en/90.php | 332 +- .../libphonenumber/geocoding/data/en/91.php | 5294 +- .../libphonenumber/geocoding/data/en/94.php | 62 +- .../libphonenumber/geocoding/data/en/962.php | 30 +- .../libphonenumber/geocoding/data/en/966.php | 26 +- .../libphonenumber/geocoding/data/en/98.php | 364 +- .../libphonenumber/geocoding/data/es/228.php | 16 +- .../libphonenumber/geocoding/data/es/230.php | 16 +- .../libphonenumber/geocoding/data/es/34.php | 170 +- .../libphonenumber/geocoding/data/es/54.php | 432 +- .../libphonenumber/geocoding/data/es/56.php | 52 +- .../libphonenumber/geocoding/data/es/57.php | 340 +- .../libphonenumber/geocoding/data/es/58.php | 114 +- .../libphonenumber/geocoding/data/fa/98.php | 364 +- .../libphonenumber/geocoding/data/fi/358.php | 44 +- .../libphonenumber/geocoding/data/fr/212.php | 138 +- .../libphonenumber/geocoding/data/fr/222.php | 28 +- .../libphonenumber/geocoding/data/fr/225.php | 28 +- .../libphonenumber/geocoding/data/fr/228.php | 16 +- .../libphonenumber/geocoding/data/fr/229.php | 76 +- .../libphonenumber/geocoding/data/fr/230.php | 16 +- .../libphonenumber/geocoding/data/fr/242.php | 18 +- .../libphonenumber/geocoding/data/fr/243.php | 16 +- .../libphonenumber/geocoding/data/fr/269.php | 36 +- .../libphonenumber/geocoding/data/fr/290.php | 16 +- .../libphonenumber/geocoding/data/fr/32.php | 84 +- .../libphonenumber/geocoding/data/fr/33.php | 12876 +- .../libphonenumber/geocoding/data/fr/352.php | 104 +- .../libphonenumber/geocoding/data/fr/41.php | 44 +- .../libphonenumber/geocoding/data/fr/82.php | 38 +- .../libphonenumber/geocoding/data/hu/36.php | 112 +- .../libphonenumber/geocoding/data/id/62.php | 620 +- .../libphonenumber/geocoding/data/it/39.php | 466 +- .../libphonenumber/geocoding/data/it/41.php | 44 +- .../libphonenumber/geocoding/data/ja/81.php | 3062 +- .../libphonenumber/geocoding/data/ko/82.php | 38 +- .../libphonenumber/geocoding/data/nl/31.php | 260 +- .../libphonenumber/geocoding/data/nl/32.php | 84 +- .../libphonenumber/geocoding/data/pl/48.php | 102 +- .../libphonenumber/geocoding/data/pt/238.php | 80 +- .../libphonenumber/geocoding/data/pt/239.php | 42 +- .../libphonenumber/geocoding/data/pt/244.php | 80 +- .../libphonenumber/geocoding/data/pt/245.php | 44 +- .../libphonenumber/geocoding/data/pt/258.php | 26 +- .../libphonenumber/geocoding/data/pt/351.php | 106 +- .../libphonenumber/geocoding/data/pt/55.php | 130 +- .../libphonenumber/geocoding/data/ro/373.php | 92 +- .../libphonenumber/geocoding/data/ro/40.php | 168 +- .../libphonenumber/geocoding/data/ru/373.php | 92 +- .../libphonenumber/geocoding/data/ru/374.php | 326 +- .../libphonenumber/geocoding/data/ru/375.php | 242 +- .../libphonenumber/geocoding/data/ru/7.php | 166 +- .../libphonenumber/geocoding/data/se/358.php | 44 +- .../libphonenumber/geocoding/data/sr/381.php | 72 +- .../libphonenumber/geocoding/data/sv/46.php | 502 +- .../libphonenumber/geocoding/data/th/66.php | 50 +- .../libphonenumber/geocoding/data/tr/90.php | 332 +- .../libphonenumber/geocoding/data/vi/84.php | 130 +- .../libphonenumber/geocoding/data/zh/82.php | 38 +- .../libphonenumber/geocoding/data/zh/86.php | 280826 +++++++-------- .../libphonenumber/geocoding/data/zh/886.php | 30 +- .../geocoding/data/zh_Hant/82.php | 38 +- .../geocoding/data/zh_Hant/886.php | 30 +- .../prefixmapper/PhonePrefixMap.php | 5 +- .../prefixmapper/PrefixFileReader.php | 69 +- .../libphonenumber/timezone/data/map_data.php | 3930 +- Classes/Controller/BuildingController.php | 66 +- Classes/Controller/GroupController.php | 209 +- Classes/Controller/PersonController.php | 578 +- Classes/Domain/Model/Building.php | 351 +- Classes/Domain/Model/Fachreferat.php | 88 +- Classes/Domain/Model/Group.php | 346 +- Classes/Domain/Model/Person.php | 1548 +- Classes/Domain/Model/Project.php | 198 +- Classes/Domain/Model/Publication.php | 352 +- Classes/Domain/Model/Title.php | 98 +- Classes/Domain/Model/UnivzFunction.php | 98 +- Classes/Domain/Repository/GroupRepository.php | 98 +- .../Domain/Repository/PersonRepository.php | 76 +- .../Domain/Repository/ProjectRepository.php | 173 +- Classes/Utility/UnivzUtility.php | 125 +- Classes/ViewHelpers/ExplodeViewHelper.php | 170 +- Classes/ViewHelpers/NextRoomViewHelper.php | 146 +- .../PlainPhoneNumberViewHelper.php | 69 +- Classes/ViewHelpers/StripHtmlViewHelper.php | 194 +- Classes/ViewHelpers/Widget/AzViewHelper.php | 82 +- .../Widget/Controller/AzController.php | 191 +- Configuration/TCA/Building.php | 176 +- Configuration/TCA/Function.php | 68 +- Configuration/TCA/Title.php | 68 +- Resources/Private/Language/locallang_db.xml | 14 +- .../Controller/BuildingControllerTest.php | 128 +- .../Unit/Controller/PersonControllerTest.php | 85 +- .../ViewHelpers/NextRoomViewHelperTest.php | 147 +- .../PlainPhoneNumberViewHelperTest.php | 126 +- .../ViewHelpers/StripHtmlViewHelperTest.php | 133 +- ext_emconf.php | 69 +- ext_localconf.php | 80 +- ext_tables.php | 742 +- ext_tables.sql | 34 +- 1260 files changed, 452298 insertions(+), 452616 deletions(-) diff --git a/Classes/Contrib/composer/ClassLoader.php b/Classes/Contrib/composer/ClassLoader.php index a710555..ace6d20 100644 --- a/Classes/Contrib/composer/ClassLoader.php +++ b/Classes/Contrib/composer/ClassLoader.php @@ -95,22 +95,22 @@ class ClassLoader * Registers a set of PSR-0 directories for a given prefix, either * appending or prepending to the ones previously set for this prefix. * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 root directories - * @param bool $prepend Whether to prepend the directories + * @param string $prefix The prefix + * @param array|string $paths The PSR-0 root directories + * @param bool $prepend Whether to prepend the directories */ public function add($prefix, $paths, $prepend = false) { if (!$prefix) { if ($prepend) { $this->fallbackDirsPsr0 = array_merge( - (array) $paths, + (array)$paths, $this->fallbackDirsPsr0 ); } else { $this->fallbackDirsPsr0 = array_merge( $this->fallbackDirsPsr0, - (array) $paths + (array)$paths ); } @@ -119,19 +119,19 @@ class ClassLoader $first = $prefix[0]; if (!isset($this->prefixesPsr0[$first][$prefix])) { - $this->prefixesPsr0[$first][$prefix] = (array) $paths; + $this->prefixesPsr0[$first][$prefix] = (array)$paths; return; } if ($prepend) { $this->prefixesPsr0[$first][$prefix] = array_merge( - (array) $paths, + (array)$paths, $this->prefixesPsr0[$first][$prefix] ); } else { $this->prefixesPsr0[$first][$prefix] = array_merge( $this->prefixesPsr0[$first][$prefix], - (array) $paths + (array)$paths ); } } @@ -140,9 +140,9 @@ class ClassLoader * Registers a set of PSR-4 directories for a given namespace, either * appending or prepending to the ones previously set for this namespace. * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-0 base directories - * @param bool $prepend Whether to prepend the directories + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param array|string $paths The PSR-0 base directories + * @param bool $prepend Whether to prepend the directories */ public function addPsr4($prefix, $paths, $prepend = false) { @@ -150,13 +150,13 @@ class ClassLoader // Register directories for the root namespace. if ($prepend) { $this->fallbackDirsPsr4 = array_merge( - (array) $paths, + (array)$paths, $this->fallbackDirsPsr4 ); } else { $this->fallbackDirsPsr4 = array_merge( $this->fallbackDirsPsr4, - (array) $paths + (array)$paths ); } } elseif (!isset($this->prefixDirsPsr4[$prefix])) { @@ -166,18 +166,18 @@ class ClassLoader throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); } $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; + $this->prefixDirsPsr4[$prefix] = (array)$paths; } elseif ($prepend) { // Prepend directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( - (array) $paths, + (array)$paths, $this->prefixDirsPsr4[$prefix] ); } else { // Append directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( $this->prefixDirsPsr4[$prefix], - (array) $paths + (array)$paths ); } } @@ -186,15 +186,15 @@ class ClassLoader * Registers a set of PSR-0 directories for a given prefix, * replacing any others previously set for this prefix. * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 base directories + * @param string $prefix The prefix + * @param array|string $paths The PSR-0 base directories */ public function set($prefix, $paths) { if (!$prefix) { - $this->fallbackDirsPsr0 = (array) $paths; + $this->fallbackDirsPsr0 = (array)$paths; } else { - $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; + $this->prefixesPsr0[$prefix[0]][$prefix] = (array)$paths; } } @@ -202,41 +202,42 @@ class ClassLoader * Registers a set of PSR-4 directories for a given namespace, * replacing any others previously set for this namespace. * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-4 base directories + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param array|string $paths The PSR-4 base directories */ - public function setPsr4($prefix, $paths) { + public function setPsr4($prefix, $paths) + { if (!$prefix) { - $this->fallbackDirsPsr4 = (array) $paths; + $this->fallbackDirsPsr4 = (array)$paths; } else { $length = strlen($prefix); if ('\\' !== $prefix[$length - 1]) { throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); } $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; + $this->prefixDirsPsr4[$prefix] = (array)$paths; } } /** - * Turns on searching the include path for class files. + * Can be used to check if the autoloader uses the include path to check + * for classes. * - * @param bool $useIncludePath + * @return bool */ - public function setUseIncludePath($useIncludePath) + public function getUseIncludePath() { - $this->useIncludePath = $useIncludePath; + return $this->useIncludePath; } /** - * Can be used to check if the autoloader uses the include path to check - * for classes. + * Turns on searching the include path for class files. * - * @return bool + * @param bool $useIncludePath */ - public function getUseIncludePath() + public function setUseIncludePath($useIncludePath) { - return $this->useIncludePath; + $this->useIncludePath = $useIncludePath; } /** @@ -260,7 +261,7 @@ class ClassLoader /** * Loads the given class or interface. * - * @param string $class The name of the class + * @param string $class The name of the class * @return bool|null True if loaded, null otherwise */ public function loadClass($class) diff --git a/Classes/Contrib/composer/autoload_classmap.php b/Classes/Contrib/composer/autoload_classmap.php index 71dd9c1..cd6a2b5 100644 --- a/Classes/Contrib/composer/autoload_classmap.php +++ b/Classes/Contrib/composer/autoload_classmap.php @@ -5,5 +5,4 @@ $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname(dirname($vendorDir)); -return array( -); +return array(); diff --git a/Classes/Contrib/composer/autoload_psr4.php b/Classes/Contrib/composer/autoload_psr4.php index 80607ee..c094385 100644 --- a/Classes/Contrib/composer/autoload_psr4.php +++ b/Classes/Contrib/composer/autoload_psr4.php @@ -5,5 +5,4 @@ $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname(dirname($vendorDir)); -return array( -); +return array(); diff --git a/Classes/Contrib/composer/autoload_real.php b/Classes/Contrib/composer/autoload_real.php index 5d88667..dcd3b2b 100644 --- a/Classes/Contrib/composer/autoload_real.php +++ b/Classes/Contrib/composer/autoload_real.php @@ -19,7 +19,8 @@ class ComposerAutoloaderInit0e74d672cadf93ae2c5676de329019dd return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit0e74d672cadf93ae2c5676de329019dd', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit0e74d672cadf93ae2c5676de329019dd', 'loadClassLoader'), true, + true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); spl_autoload_unregister(array('ComposerAutoloaderInit0e74d672cadf93ae2c5676de329019dd', 'loadClassLoader')); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/Issues/Issue14Test.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/Issues/Issue14Test.php index e33d44e..3a161af 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/Issues/Issue14Test.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/Issues/Issue14Test.php @@ -12,7 +12,8 @@ namespace libphonenumber\Tests\Issues; use libphonenumber\PhoneNumberType; use libphonenumber\PhoneNumberUtil; -class Issue14Test extends \PHPUnit_Framework_TestCase { +class Issue14Test extends \PHPUnit_Framework_TestCase +{ /** * @var PhoneNumberUtil */ @@ -34,4 +35,4 @@ class Issue14Test extends \PHPUnit_Framework_TestCase { } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberTest.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberTest.php index 76e33f5..3e13312 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberTest.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberTest.php @@ -15,7 +15,8 @@ use libphonenumber\PhoneNumber; /** * Tests for the PhoneNumber object itself. */ -class PhoneNumberTest extends \PHPUnit_Framework_TestCase { +class PhoneNumberTest extends \PHPUnit_Framework_TestCase +{ public function testEqualSimpleNumber() { $numberA = new PhoneNumber(); @@ -98,4 +99,4 @@ class PhoneNumberTest extends \PHPUnit_Framework_TestCase { } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberUtilTest.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberUtilTest.php index 54ca457..39a94d0 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberUtilTest.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/PhoneNumberUtilTest.php @@ -882,7 +882,8 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase ); // Invalid country code should just get the NSN. - $this->assertEquals("12345", $this->phoneUtil->formatNationalNumberWithCarrierCode(self::$unknownCountryCodeNoRawInput, "89")); + $this->assertEquals("12345", + $this->phoneUtil->formatNationalNumberWithCarrierCode(self::$unknownCountryCodeNoRawInput, "89")); } public function testFormatWithPreferredCarrierCode() @@ -1064,30 +1065,38 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase // and is not diallable from outside the region. $deShortNumber = new PhoneNumber(); $deShortNumber->setCountryCode(49)->setNationalNumber(123); - $this->assertEquals("123", $this->phoneUtil->formatNumberForMobileDialing($deShortNumber, RegionCode::DE, false)); + $this->assertEquals("123", + $this->phoneUtil->formatNumberForMobileDialing($deShortNumber, RegionCode::DE, false)); $this->assertEquals("", $this->phoneUtil->formatNumberForMobileDialing($deShortNumber, RegionCode::IT, false)); // Test the special logic for Hungary, where the national prefix must be added before dialing // from a mobile phone for regular length numbers, but not for short numbers. $huRegularNumber = new PhoneNumber(); $huRegularNumber->setCountryCode(36)->setNationalNumber(301234567); - $this->assertEquals("06301234567", $this->phoneUtil->formatNumberForMobileDialing($huRegularNumber,RegionCode::HU, false)); - $this->assertEquals("+36301234567", $this->phoneUtil->formatNumberForMobileDialing($huRegularNumber, RegionCode::JP, false)); + $this->assertEquals("06301234567", + $this->phoneUtil->formatNumberForMobileDialing($huRegularNumber, RegionCode::HU, false)); + $this->assertEquals("+36301234567", + $this->phoneUtil->formatNumberForMobileDialing($huRegularNumber, RegionCode::JP, false)); $huShortNumber = new PhoneNumber(); $huShortNumber->setCountryCode(36)->setNationalNumber(104); - $this->assertEquals("104", $this->phoneUtil->formatNumberForMobileDialing($huShortNumber, RegionCode::HU,false)); + $this->assertEquals("104", + $this->phoneUtil->formatNumberForMobileDialing($huShortNumber, RegionCode::HU, false)); $this->assertEquals("", $this->phoneUtil->formatNumberForMobileDialing($huShortNumber, RegionCode::JP, false)); // Test the special logic for NANPA countries, for which regular length phone numbers are always // output in international format, but short numbers are in national format. $usRegularNumber = new PhoneNumber(); $usRegularNumber->setCountryCode(1)->setNationalNumber(6502530000);; - $this->assertEquals("+16502530000", $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber,RegionCode::US, false)); - $this->assertEquals("+16502530000", $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber,RegionCode::CA, false)); - $this->assertEquals("+16502530000", $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber,RegionCode::BR, false)); + $this->assertEquals("+16502530000", + $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber, RegionCode::US, false)); + $this->assertEquals("+16502530000", + $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber, RegionCode::CA, false)); + $this->assertEquals("+16502530000", + $this->phoneUtil->formatNumberForMobileDialing($usRegularNumber, RegionCode::BR, false)); $usShortNumber = new PhoneNumber(); $usShortNumber->setCountryCode(1)->setNationalNumber(911); - $this->assertEquals("911", $this->phoneUtil->formatNumberForMobileDialing($usShortNumber, RegionCode::US, false)); + $this->assertEquals("911", + $this->phoneUtil->formatNumberForMobileDialing($usShortNumber, RegionCode::US, false)); $this->assertEquals("", $this->phoneUtil->formatNumberForMobileDialing($usShortNumber, RegionCode::CA, false)); $this->assertEquals("", $this->phoneUtil->formatNumberForMobileDialing($usShortNumber, RegionCode::BR, false)); @@ -1386,7 +1395,8 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase $this->assertEquals("1234", $this->phoneUtil->formatInOriginalFormat($numberWithoutStar, RegionCode::JP)); // Test an invalid national number without raw input is just formatted as the national number. - $this->assertEquals("650253000", $this->phoneUtil->formatInOriginalFormat(self::$usShortByOneNumber, RegionCode::US)); + $this->assertEquals("650253000", + $this->phoneUtil->formatInOriginalFormat(self::$usShortByOneNumber, RegionCode::US)); } public function testIsPremiumRate() @@ -2385,15 +2395,23 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase $this->phoneUtil->parse("1 (650) 253" . pack("H*", 'c2ad') . "-0000", RegionCode::US) ); // The whole number, including punctuation, is here represented in full-width form. - $this->assertEquals(self::$usNumber, $this->phoneUtil->parse(pack("H*",'efbc8b') . pack("H*",'efbc91') . pack("H*",'e38080') . - pack("H*",'efbc88') . pack("H*",'efbc96') . pack("H*",'efbc95') . pack("H*", 'efbc90') . pack("H*", 'efbc89') . - pack("H*",'e38080') . pack("H*",'efbc92') . pack("H*",'efbc95') . pack("H*",'efbc93') . pack("H*", 'efbc8d') . - pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90'), RegionCode::SG)); + $this->assertEquals(self::$usNumber, + $this->phoneUtil->parse(pack("H*", 'efbc8b') . pack("H*", 'efbc91') . pack("H*", 'e38080') . + pack("H*", 'efbc88') . pack("H*", 'efbc96') . pack("H*", 'efbc95') . pack("H*", 'efbc90') . pack("H*", + 'efbc89') . + pack("H*", 'e38080') . pack("H*", 'efbc92') . pack("H*", 'efbc95') . pack("H*", 'efbc93') . pack("H*", + 'efbc8d') . + pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90'), + RegionCode::SG)); // Using U+30FC dash instead. - $this->assertEquals(self::$usNumber, $this->phoneUtil->parse(pack("H*",'efbc8b') . pack("H*",'efbc91') . pack("H*",'e38080') . - pack("H*",'efbc88') . pack("H*",'efbc96') . pack("H*",'efbc95') . pack("H*", 'efbc90') . pack("H*", 'efbc89') . - pack("H*",'e38080'). pack("H*",'efbc92') . pack("H*",'efbc95') . pack("H*",'efbc93') . pack("H*", 'e383bc') . - pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90'), RegionCode::SG)); + $this->assertEquals(self::$usNumber, + $this->phoneUtil->parse(pack("H*", 'efbc8b') . pack("H*", 'efbc91') . pack("H*", 'e38080') . + pack("H*", 'efbc88') . pack("H*", 'efbc96') . pack("H*", 'efbc95') . pack("H*", 'efbc90') . pack("H*", + 'efbc89') . + pack("H*", 'e38080') . pack("H*", 'efbc92') . pack("H*", 'efbc95') . pack("H*", 'efbc93') . pack("H*", + 'e383bc') . + pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90') . pack("H*", 'efbc90'), + RegionCode::SG)); // Using a very strange decimal digit range (Mongolian digits). $this->assertEquals( self::$usNumber, @@ -2905,7 +2923,7 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase // Repeat with the small letter o with acute accent created by combining characters. $this->assertEquals( $usWithExtension, - $this->phoneUtil->parse("(800) 901-3355 ,extensio" . pack('H*','cc81') . "n 7246433", RegionCode::US) + $this->phoneUtil->parse("(800) 901-3355 ,extensio" . pack('H*', 'cc81') . "n 7246433", RegionCode::US) ); $this->assertEquals($usWithExtension, $this->phoneUtil->parse("(800) 901-3355 , 7246433", RegionCode::US)); $this->assertEquals($usWithExtension, $this->phoneUtil->parse("(800) 901-3355 ext: 7246433", RegionCode::US)); @@ -3172,7 +3190,8 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase // be a national prefix, so don't remove it when parsing. $randomNumber = new PhoneNumber(); $randomNumber->setCountryCode(41)->setNationalNumber(6502530000); - $this->assertEquals(MatchType::SHORT_NSN_MATCH, $this->phoneUtil->isNumberMatch($randomNumber, "1-650-253-0000")); + $this->assertEquals(MatchType::SHORT_NSN_MATCH, + $this->phoneUtil->isNumberMatch($randomNumber, "1-650-253-0000")); } public function testIsNumberMatchShortNsnMatches() @@ -3270,4 +3289,4 @@ class PhoneNumberUtilTest extends \PHPUnit_Framework_TestCase } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AD.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AD.php index f80e074..160da15 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AD.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AD.php @@ -1,96 +1,91 @@ - array ( - ), - 'fixedLine' => - array ( - ), - 'mobile' => - array ( - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'AD', - 'countryCode' => 376, - 'internationalPrefix' => '00', - 'sameMobileAndFixedLinePattern' => true, - 'numberFormat' => - array ( - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array(), + 'fixedLine' => + array(), + 'mobile' => + array(), + 'tollFree' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'AD', + 'countryCode' => 376, + 'internationalPrefix' => '00', + 'sameMobileAndFixedLinePattern' => true, + 'numberFormat' => + array(), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AE.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AE.php index 96f01f4..8a8ff47 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AE.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AE.php @@ -1,103 +1,101 @@ - array ( - 'NationalNumberPattern' => '[1-9]\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '[1-9]\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '[1-9]\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => '600\\d{6}', - 'PossibleNumberPattern' => '\\d{9}', - 'ExampleNumber' => '600123456', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'AE', - 'countryCode' => 971, - 'internationalPrefix' => '00', - 'sameMobileAndFixedLinePattern' => true, - 'numberFormat' => - array ( - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '[1-9]\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '[1-9]\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '[1-9]\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => '600\\d{6}', + 'PossibleNumberPattern' => '\\d{9}', + 'ExampleNumber' => '600123456', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'AE', + 'countryCode' => 971, + 'internationalPrefix' => '00', + 'sameMobileAndFixedLinePattern' => true, + 'numberFormat' => + array(), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AO.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AO.php index ee0dc88..199e0c0 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AO.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AO.php @@ -1,116 +1,114 @@ - array ( - 'NationalNumberPattern' => '[29]\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '2\\d(?:[26-9]\\d|\\d[26-9])\\d{5}', - 'PossibleNumberPattern' => '\\d{9}', - 'ExampleNumber' => '222123456', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '9[1-3]\\d{7}', - 'PossibleNumberPattern' => '\\d{9}', - 'ExampleNumber' => '923123456', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'AO', - 'countryCode' => 244, - 'internationalPrefix' => '00', - 'nationalPrefix' => '0~0', - 'nationalPrefixForParsing' => '0~0', - 'sameMobileAndFixedLinePattern' => false, - 'numberFormat' => - array ( - 0 => - array ( - 'pattern' => '(\\d{3})(\\d{3})(\\d{3})', - 'format' => '$1 $2 $3', - 'leadingDigitsPatterns' => - array ( - ), - 'nationalPrefixFormattingRule' => '', - 'domesticCarrierCodeFormattingRule' => '', - ), - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '[29]\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '2\\d(?:[26-9]\\d|\\d[26-9])\\d{5}', + 'PossibleNumberPattern' => '\\d{9}', + 'ExampleNumber' => '222123456', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '9[1-3]\\d{7}', + 'PossibleNumberPattern' => '\\d{9}', + 'ExampleNumber' => '923123456', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'AO', + 'countryCode' => 244, + 'internationalPrefix' => '00', + 'nationalPrefix' => '0~0', + 'nationalPrefixForParsing' => '0~0', + 'sameMobileAndFixedLinePattern' => false, + 'numberFormat' => + array( + 0 => + array( + 'pattern' => '(\\d{3})(\\d{3})(\\d{3})', + 'format' => '$1 $2 $3', + 'leadingDigitsPatterns' => + array(), + 'nationalPrefixFormattingRule' => '', + 'domesticCarrierCodeFormattingRule' => '', + ), + ), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AR.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AR.php index 2c73cef..ca6fef8 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AR.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AR.php @@ -1,205 +1,205 @@ - array ( - 'NationalNumberPattern' => '[1-3689]\\d{9,10}', - 'PossibleNumberPattern' => '\\d{6,11}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '[1-3]\\d{9}', - 'PossibleNumberPattern' => '\\d{6,10}', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '9\\d{10}|[1-3]\\d{9}', - 'PossibleNumberPattern' => '\\d{10,11}', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => '80\\d{8}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => '6(0\\d|10)\\d{7}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'AR', - 'countryCode' => 54, - 'internationalPrefix' => '00', - 'nationalPrefix' => '0', - 'nationalPrefixForParsing' => '0(?:(11|343|3715)15)?', - 'nationalPrefixTransformRule' => '9$1', - 'sameMobileAndFixedLinePattern' => false, - 'numberFormat' => - array ( - 0 => - array ( - 'pattern' => '(\\d{2})(\\d{4})(\\d{4})', - 'format' => '$1 $2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '11', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 1 => - array ( - 'pattern' => '(\\d{4})(\\d{2})(\\d{4})', - 'format' => '$1 $2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '1[02-9]|[23]', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 2 => - array ( - 'pattern' => '(9)(11)(\\d{4})(\\d{4})', - 'format' => '$2 15 $3-$4', - 'leadingDigitsPatterns' => - array ( - 0 => '911', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 3 => - array ( - 'pattern' => '(9)(\\d{4})(\\d{2})(\\d{4})', - 'format' => '$2 $3-$4', - 'leadingDigitsPatterns' => - array ( - 0 => '9(?:1[02-9]|[23])', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '0$1 $CC', - ), - 4 => - array ( - 'pattern' => '(\\d{3})(\\d{3})(\\d{4})', - 'format' => '$1-$2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '[68]', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - ), - 'intlNumberFormat' => - array ( - 0 => - array ( - 'pattern' => '(\\d{2})(\\d{4})(\\d{4})', - 'format' => '$1 $2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '11', - ), - ), - 1 => - array ( - 'pattern' => '(\\d{4})(\\d{2})(\\d{4})', - 'format' => '$1 $2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '1[02-9]|[23]', - ), - ), - 2 => - array ( - 'pattern' => '(9)(11)(\\d{4})(\\d{4})', - 'format' => '$1 $2 $3 $4', - 'leadingDigitsPatterns' => - array ( - 0 => '911', - ), - ), - 3 => - array ( - 'pattern' => '(9)(\\d{4})(\\d{2})(\\d{4})', - 'format' => '$1 $2 $3 $4', - 'leadingDigitsPatterns' => - array ( - 0 => '9(?:1[02-9]|[23])', - ), - ), - 4 => - array ( - 'pattern' => '(\\d{3})(\\d{3})(\\d{4})', - 'format' => '$1-$2-$3', - 'leadingDigitsPatterns' => - array ( - 0 => '[68]', - ), - ), - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '[1-3689]\\d{9,10}', + 'PossibleNumberPattern' => '\\d{6,11}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '[1-3]\\d{9}', + 'PossibleNumberPattern' => '\\d{6,10}', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '9\\d{10}|[1-3]\\d{9}', + 'PossibleNumberPattern' => '\\d{10,11}', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => '80\\d{8}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => '6(0\\d|10)\\d{7}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'AR', + 'countryCode' => 54, + 'internationalPrefix' => '00', + 'nationalPrefix' => '0', + 'nationalPrefixForParsing' => '0(?:(11|343|3715)15)?', + 'nationalPrefixTransformRule' => '9$1', + 'sameMobileAndFixedLinePattern' => false, + 'numberFormat' => + array( + 0 => + array( + 'pattern' => '(\\d{2})(\\d{4})(\\d{4})', + 'format' => '$1 $2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '11', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 1 => + array( + 'pattern' => '(\\d{4})(\\d{2})(\\d{4})', + 'format' => '$1 $2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '1[02-9]|[23]', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 2 => + array( + 'pattern' => '(9)(11)(\\d{4})(\\d{4})', + 'format' => '$2 15 $3-$4', + 'leadingDigitsPatterns' => + array( + 0 => '911', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 3 => + array( + 'pattern' => '(9)(\\d{4})(\\d{2})(\\d{4})', + 'format' => '$2 $3-$4', + 'leadingDigitsPatterns' => + array( + 0 => '9(?:1[02-9]|[23])', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '0$1 $CC', + ), + 4 => + array( + 'pattern' => '(\\d{3})(\\d{3})(\\d{4})', + 'format' => '$1-$2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '[68]', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + ), + 'intlNumberFormat' => + array( + 0 => + array( + 'pattern' => '(\\d{2})(\\d{4})(\\d{4})', + 'format' => '$1 $2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '11', + ), + ), + 1 => + array( + 'pattern' => '(\\d{4})(\\d{2})(\\d{4})', + 'format' => '$1 $2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '1[02-9]|[23]', + ), + ), + 2 => + array( + 'pattern' => '(9)(11)(\\d{4})(\\d{4})', + 'format' => '$1 $2 $3 $4', + 'leadingDigitsPatterns' => + array( + 0 => '911', + ), + ), + 3 => + array( + 'pattern' => '(9)(\\d{4})(\\d{2})(\\d{4})', + 'format' => '$1 $2 $3 $4', + 'leadingDigitsPatterns' => + array( + 0 => '9(?:1[02-9]|[23])', + ), + ), + 4 => + array( + 'pattern' => '(\\d{3})(\\d{3})(\\d{4})', + 'format' => '$1-$2-$3', + 'leadingDigitsPatterns' => + array( + 0 => '[68]', + ), + ), + ), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AU.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AU.php index e7cedd6..7065e9a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AU.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_AU.php @@ -1,127 +1,126 @@ - array ( - 'NationalNumberPattern' => '[1-578]\\d{4,14}', - 'PossibleNumberPattern' => '\\d{5,15}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '[2378]\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '4\\d{8}', - 'PossibleNumberPattern' => '\\d{9}', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => '1800\\d{6}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => '190[0126]\\d{6}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'AU', - 'countryCode' => 61, - 'internationalPrefix' => '001[12]', - 'preferredInternationalPrefix' => '0011', - 'nationalPrefix' => '0', - 'nationalPrefixForParsing' => '0', - 'sameMobileAndFixedLinePattern' => false, - 'numberFormat' => - array ( - 0 => - array ( - 'pattern' => '(\\d{4})(\\d{3})(\\d{3})', - 'format' => '$1 $2 $3', - 'leadingDigitsPatterns' => - array ( - 0 => '1', - ), - 'nationalPrefixFormattingRule' => '$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 1 => - array ( - 'pattern' => '(\\d{1})(\\d{4})(\\d{4})', - 'format' => '$1 $2 $3', - 'leadingDigitsPatterns' => - array ( - 0 => '[2-478]', - ), - 'nationalPrefixFormattingRule' => '0$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '[1-578]\\d{4,14}', + 'PossibleNumberPattern' => '\\d{5,15}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '[2378]\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '4\\d{8}', + 'PossibleNumberPattern' => '\\d{9}', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => '1800\\d{6}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => '190[0126]\\d{6}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'AU', + 'countryCode' => 61, + 'internationalPrefix' => '001[12]', + 'preferredInternationalPrefix' => '0011', + 'nationalPrefix' => '0', + 'nationalPrefixForParsing' => '0', + 'sameMobileAndFixedLinePattern' => false, + 'numberFormat' => + array( + 0 => + array( + 'pattern' => '(\\d{4})(\\d{3})(\\d{3})', + 'format' => '$1 $2 $3', + 'leadingDigitsPatterns' => + array( + 0 => '1', + ), + 'nationalPrefixFormattingRule' => '$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 1 => + array( + 'pattern' => '(\\d{1})(\\d{4})(\\d{4})', + 'format' => '$1 $2 $3', + 'leadingDigitsPatterns' => + array( + 0 => '[2-478]', + ), + 'nationalPrefixFormattingRule' => '0$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + ), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BR.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BR.php index f2815ad..c3a494c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BR.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BR.php @@ -1,96 +1,91 @@ - array ( - ), - 'fixedLine' => - array ( - ), - 'mobile' => - array ( - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'BR', - 'countryCode' => 55, - 'internationalPrefix' => '', - 'sameMobileAndFixedLinePattern' => true, - 'numberFormat' => - array ( - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array(), + 'fixedLine' => + array(), + 'mobile' => + array(), + 'tollFree' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'BR', + 'countryCode' => 55, + 'internationalPrefix' => '', + 'sameMobileAndFixedLinePattern' => true, + 'numberFormat' => + array(), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BS.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BS.php index a531c6e..69da225 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BS.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BS.php @@ -1,104 +1,102 @@ - array ( - 'NationalNumberPattern' => '(242|8(00|66|77|88)|900)\\d{7}', - 'PossibleNumberPattern' => '\\d{7,10}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[3-57]|9[2-5])|4(?:2[237]|51|64|77)|502|636|702)\\d{4}', - 'PossibleNumberPattern' => '\\d{7,10}', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '242(357|359|457|557)\\d{4}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => '8(00|66|77|88)\\d{7}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => '900\\d{7}', - 'PossibleNumberPattern' => '\\d{10}', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'BS', - 'countryCode' => 1, - 'internationalPrefix' => '011', - 'nationalPrefix' => '1', - 'nationalPrefixForParsing' => '1', - 'sameMobileAndFixedLinePattern' => false, - 'numberFormat' => - array ( - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '(242|8(00|66|77|88)|900)\\d{7}', + 'PossibleNumberPattern' => '\\d{7,10}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[3-57]|9[2-5])|4(?:2[237]|51|64|77)|502|636|702)\\d{4}', + 'PossibleNumberPattern' => '\\d{7,10}', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '242(357|359|457|557)\\d{4}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => '8(00|66|77|88)\\d{7}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => '900\\d{7}', + 'PossibleNumberPattern' => '\\d{10}', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'BS', + 'countryCode' => 1, + 'internationalPrefix' => '011', + 'nationalPrefix' => '1', + 'nationalPrefixForParsing' => '1', + 'sameMobileAndFixedLinePattern' => false, + 'numberFormat' => + array(), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BY.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BY.php index 76f138b..764c484 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BY.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/core/data/PhoneNumberMetadataForTesting_BY.php @@ -1,138 +1,137 @@ - array ( - 'NationalNumberPattern' => '[1-9]\\d{5}', - 'PossibleNumberPattern' => '\\d{6}', - ), - 'fixedLine' => - array ( - 'NationalNumberPattern' => '[1-9]\\d{5}', - 'PossibleNumberPattern' => '\\d{6}', - 'ExampleNumber' => '112345', - ), - 'mobile' => - array ( - 'NationalNumberPattern' => '[1-9]\\d{5}', - 'PossibleNumberPattern' => '\\d{6}', - ), - 'tollFree' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'premiumRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'sharedCost' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'personalNumber' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voip' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'pager' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'uan' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'emergency' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'voicemail' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'shortCode' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'standardRate' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'carrierSpecific' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'noInternationalDialling' => - array ( - 'NationalNumberPattern' => 'NA', - 'PossibleNumberPattern' => 'NA', - ), - 'id' => 'BY', - 'countryCode' => 375, - 'internationalPrefix' => '810', - 'nationalPrefix' => '8', - 'nationalPrefixForParsing' => '80?|99999', - 'sameMobileAndFixedLinePattern' => true, - 'numberFormat' => - array ( - 0 => - array ( - 'pattern' => '(\\d{4})', - 'format' => '$1', - 'leadingDigitsPatterns' => - array ( - 0 => '[1-8]', - ), - 'nationalPrefixFormattingRule' => '8 $1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 1 => - array ( - 'pattern' => '(\\d{2})(\\d{3})', - 'format' => '$1 $2', - 'leadingDigitsPatterns' => - array ( - 0 => '[1-8]', - ), - 'nationalPrefixFormattingRule' => '8$1', - 'domesticCarrierCodeFormattingRule' => '', - ), - 2 => - array ( - 'pattern' => '(\\d{3})(\\d{3})', - 'format' => '$1 $2', - 'leadingDigitsPatterns' => - array ( - 0 => '[1-8]', - ), - 'nationalPrefixFormattingRule' => '8 $1', - 'domesticCarrierCodeFormattingRule' => '', - ), - ), - 'intlNumberFormat' => - array ( - ), - 'mainCountryForCode' => false, - 'leadingZeroPossible' => false, - 'mobileNumberPortableRegion' => false, +return array( + 'generalDesc' => + array( + 'NationalNumberPattern' => '[1-9]\\d{5}', + 'PossibleNumberPattern' => '\\d{6}', + ), + 'fixedLine' => + array( + 'NationalNumberPattern' => '[1-9]\\d{5}', + 'PossibleNumberPattern' => '\\d{6}', + 'ExampleNumber' => '112345', + ), + 'mobile' => + array( + 'NationalNumberPattern' => '[1-9]\\d{5}', + 'PossibleNumberPattern' => '\\d{6}', + ), + 'tollFree' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'premiumRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'sharedCost' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'personalNumber' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voip' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'pager' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'uan' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'emergency' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'voicemail' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'shortCode' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'standardRate' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'carrierSpecific' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'noInternationalDialling' => + array( + 'NationalNumberPattern' => 'NA', + 'PossibleNumberPattern' => 'NA', + ), + 'id' => 'BY', + 'countryCode' => 375, + 'internationalPrefix' => '810', + 'nationalPrefix' => '8', + 'nationalPrefixForParsing' => '80?|99999', + 'sameMobileAndFixedLinePattern' => true, + 'numberFormat' => + array( + 0 => + array( + 'pattern' => '(\\d{4})', + 'format' => '$1', + 'leadingDigitsPatterns' => + array( + 0 => '[1-8]', + ), + 'nationalPrefixFormattingRule' => '8 $1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 1 => + array( + 'pattern' => '(\\d{2})(\\d{3})', + 'format' => '$1 $2', + 'leadingDigitsPatterns' => + array( + 0 => '[1-8]', + ), + 'nationalPrefixFormattingRule' => '8$1', + 'domesticCarrierCodeFormattingRule' => '', + ), + 2 => + array( + 'pattern' => '(\\d{3})(\\d{3})', + 'format' => '$1 $2', + 'leadingDigitsPatterns' => + array( + 0 => '[1-8]', + ), + 'nationalPrefixFormattingRule' => '8 $1', + 'domesticCarrierCodeFormattingRule' => '', + ), + ), + 'intlNumberFormat' => + array(), + 'mainCountryForCode' => false, + 'leadingZeroPossible' => false, + 'mobileNumberPortableRegion' => false, ); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/PrefixTimeZonesMapTest.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/PrefixTimeZonesMapTest.php index d3fe133..3b2434c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/PrefixTimeZonesMapTest.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/PrefixTimeZonesMapTest.php @@ -10,7 +10,6 @@ namespace libphonenumber\Tests\timezone; use libphonenumber\PhoneNumber; -use libphonenumber\PhoneNumberToTimeZonesMapper; use libphonenumber\prefixmapper\PrefixTimeZonesMap; class PrefixTimeZonesMapTest extends \PHPUnit_Framework_TestCase @@ -75,7 +74,8 @@ class PrefixTimeZonesMapTest extends \PHPUnit_Framework_TestCase ); } - public function testLookupTimeZonesForNumber_ValidNumber_Chicago() { + public function testLookupTimeZonesForNumber_ValidNumber_Chicago() + { $number = new PhoneNumber(); $number->setCountryCode(1)->setNationalNumber(2051235458); @@ -87,34 +87,41 @@ class PrefixTimeZonesMapTest extends \PHPUnit_Framework_TestCase $number = new PhoneNumber(); $number->setCountryCode(1)->setNationalNumber(2082924565); - $this->assertEquals(array(self::LOS_ANGELES_TZ), self::$prefixTimeZonesMapForUS->lookupTimeZonesForNumber($number)); + $this->assertEquals(array(self::LOS_ANGELES_TZ), + self::$prefixTimeZonesMapForUS->lookupTimeZonesForNumber($number)); } - public function testLookupTimeZonesForNumber_NY() { + public function testLookupTimeZonesForNumber_NY() + { $number = new PhoneNumber(); $number->setCountryCode(1)->setNationalNumber(2016641234); - $this->assertEquals(array(self::NEW_YORK_TZ), self::$prefixTimeZonesMapForUS->lookupTimeZonesForNumber($number)); + $this->assertEquals(array(self::NEW_YORK_TZ), + self::$prefixTimeZonesMapForUS->lookupTimeZonesForNumber($number)); } - public function testLookupTimeZonesForNumber_CH() { + public function testLookupTimeZonesForNumber_CH() + { $number = new PhoneNumber(); $number->setCountryCode(41)->setNationalNumber(446681300); $this->assertEquals(array(), self::$prefixTimeZonesMapForUS->lookupTimeZonesForNumber($number)); } - public function testLookupTimeZonesForNumber_RU() { + public function testLookupTimeZonesForNumber_RU() + { $number = new PhoneNumber(); $number->setCountryCode(7)->setNationalNumber(87945154); $this->assertEquals(array(self::MOSCOW_TZ), self::$prefixTimeZonesMapForRU->lookupTimeZonesForNumber($number)); $number->setNationalNumber(421548578); - $this->assertEquals(array(self::VLADIVOSTOK_TZ), self::$prefixTimeZonesMapForRU->lookupTimeZonesForNumber($number)); + $this->assertEquals(array(self::VLADIVOSTOK_TZ), + self::$prefixTimeZonesMapForRU->lookupTimeZonesForNumber($number)); $number->setNationalNumber(342457897); - $this->assertEquals(array(self::YEKATERINBURG_TZ), self::$prefixTimeZonesMapForRU->lookupTimeZonesForNumber($number)); + $this->assertEquals(array(self::YEKATERINBURG_TZ), + self::$prefixTimeZonesMapForRU->lookupTimeZonesForNumber($number)); // A mobile number $number->setNationalNumber(9342457897); @@ -126,4 +133,4 @@ class PrefixTimeZonesMapTest extends \PHPUnit_Framework_TestCase } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/UKTest.php b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/UKTest.php index 398d4bc..2120158 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/UKTest.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/Tests/libphonenumber/Tests/timezone/UKTest.php @@ -11,9 +11,11 @@ namespace libphonenumber\Tests\timezone; use libphonenumber\PhoneNumber; use libphonenumber\PhoneNumberToTimeZonesMapper; -class UKTest extends \PHPUnit_Framework_TestCase { +class UKTest extends \PHPUnit_Framework_TestCase +{ - public function testGBNumber() { + public function testGBNumber() + { $number = new PhoneNumber(); $number->setCountryCode(44)->setNationalNumber(1614960000); @@ -21,4 +23,3 @@ class UKTest extends \PHPUnit_Framework_TestCase { $this->assertEquals(array("Europe/London"), $timeZone->getTimeZonesForNumber($number)); } } - \ No newline at end of file diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/BuildMetadataFromXml.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/BuildMetadataFromXml.php index e9bbcaa..a2cd3cd 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/BuildMetadataFromXml.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/BuildMetadataFromXml.php @@ -155,7 +155,8 @@ class BuildMetadataFromXml \DOMElement $element, $nationalPrefix, $nationalPrefixFormattingRule - ) { + ) + { $metadata = new PhoneMetadata(); $metadata->setId($regionCode); $metadata->setCountryCode((int)$element->getAttribute(self::COUNTRY_CODE)); @@ -212,7 +213,8 @@ class BuildMetadataFromXml \DOMElement $element, $nationalPrefix, $nationalPrefixFormattingRule - ) { + ) + { $carrierCodeFormattingRule = ""; if ($element->hasAttribute(self::CARRIER_CODE_FORMATTING_RULE)) { @@ -280,14 +282,15 @@ class BuildMetadataFromXml PhoneMetadata $metadata, \DOMElement $numberFormatElement, NumberFormat $format - ) { + ) + { self::setLeadingDigitsPatterns($numberFormatElement, $format); $format->setPattern($numberFormatElement->getAttribute(self::PATTERN)); $formatPattern = $numberFormatElement->getElementsByTagName(self::FORMAT); if ($formatPattern->length != 1) { throw new \RuntimeException("Invalid number of format patterns for country: " . - $metadata->getId()); + $metadata->getId()); } $nationalFormat = $formatPattern->item(0)->firstChild->nodeValue; $format->setFormat($nationalFormat); @@ -320,7 +323,8 @@ class BuildMetadataFromXml PhoneMetadata $metadata, \DOMElement $numberFormatElement, $nationalFormat - ) { + ) + { $intlFormat = new NumberFormat(); self::setLeadingDigitsPatterns($numberFormatElement, $intlFormat); $intlFormat->setPattern($numberFormatElement->getAttribute(self::PATTERN)); @@ -329,7 +333,7 @@ class BuildMetadataFromXml if ($intlFormatPattern->length > 1) { throw new \RuntimeException("Invalid number of intlFormat patterns for country: " . - $metadata->getId()); + $metadata->getId()); } else { if ($intlFormatPattern->length == 0) { // Default to use the same as the national pattern if none is defined. @@ -404,7 +408,8 @@ class BuildMetadataFromXml PhoneNumberDesc $generalDesc, \DOMElement $countryElement, $numberType - ) { + ) + { $phoneNumberDescList = $countryElement->getElementsByTagName($numberType); $numberDesc = new PhoneNumberDesc(); if ($phoneNumberDescList->length == 0 && !self::isValidNumberType($numberType)) { @@ -473,4 +478,4 @@ class BuildMetadataFromXml return $countryCodeToRegionCodeMap; } -} \ No newline at end of file +} diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/BuildMetadataPHPFromXMLCommand.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/BuildMetadataPHPFromXMLCommand.php index c936b72..c56374a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/BuildMetadataPHPFromXMLCommand.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/BuildMetadataPHPFromXMLCommand.php @@ -24,12 +24,18 @@ class BuildMetadataPHPFromXMLCommand extends Command $this->setDescription('Generate phone metadata data files'); $this->setDefinition( array( - new InputArgument('InputFile', InputArgument::REQUIRED, 'The input file containing phone number metadata in XML format.'), - new InputArgument('OutputDirectory', InputArgument::REQUIRED, 'The output source directory to store phone number metadata (one file per region) and the country code to region code mapping file'), - new InputArgument('DataPrefix', InputArgument::REQUIRED, 'The start of the filename to store the files (e.g. dataPrefix_GB.php'), + new InputArgument('InputFile', InputArgument::REQUIRED, + 'The input file containing phone number metadata in XML format.'), + new InputArgument('OutputDirectory', InputArgument::REQUIRED, + 'The output source directory to store phone number metadata (one file per region) and the country code to region code mapping file'), + new InputArgument('DataPrefix', InputArgument::REQUIRED, + 'The start of the filename to store the files (e.g. dataPrefix_GB.php'), new InputArgument('MappingClass', InputArgument::REQUIRED, 'The name of the mapping class generated'), - new InputArgument('MappingClassLocation', InputArgument::REQUIRED, 'The directory where the mapping class is stored'), - new InputArgument('LiteBuild', InputArgument::OPTIONAL, 'Whether to generate the lite-version of the metadata. When set to true, certain metadata will be omitted. AT this moment, example numbers information is omitted', false), + new InputArgument('MappingClassLocation', InputArgument::REQUIRED, + 'The directory where the mapping class is stored'), + new InputArgument('LiteBuild', InputArgument::OPTIONAL, + 'Whether to generate the lite-version of the metadata. When set to true, certain metadata will be omitted. AT this moment, example numbers information is omitted', + false), ) ); } @@ -48,4 +54,4 @@ class BuildMetadataPHPFromXMLCommand extends Command } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GeneratePhonePrefixDataCommand.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GeneratePhonePrefixDataCommand.php index acb6c64..f6be22c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GeneratePhonePrefixDataCommand.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GeneratePhonePrefixDataCommand.php @@ -1,6 +1,6 @@ setDescription('Generate phone prefix data files'); $this->setDefinition( array( - new InputArgument('InputDirectory', InputArgument::REQUIRED, 'The input directory containing the locale/region.txt files'), + new InputArgument('InputDirectory', InputArgument::REQUIRED, + 'The input directory containing the locale/region.txt files'), new InputArgument('OutputDirectory', InputArgument::REQUIRED, 'The output source directory'), ) ); @@ -34,8 +35,9 @@ class GeneratePhonePrefixDataCommand extends Command { $progress = $this->getHelperSet()->get('progress'); $generatePhonePrefixData = new GeneratePhonePrefixData(); - $generatePhonePrefixData->start($input->getArgument('InputDirectory'), $input->getArgument('OutputDirectory'), $output, $progress); + $generatePhonePrefixData->start($input->getArgument('InputDirectory'), $input->getArgument('OutputDirectory'), + $output, $progress); } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GenerateTimeZonesMapDataCommand.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GenerateTimeZonesMapDataCommand.php index 0e12de8..010ac36 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GenerateTimeZonesMapDataCommand.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/Commands/GenerateTimeZonesMapDataCommand.php @@ -23,7 +23,8 @@ class GenerateTimeZonesMapDataCommand extends Command $this->setDescription('Generate time zone data files'); $this->setDefinition( array( - new InputArgument('InputFile', InputArgument::REQUIRED, 'The input file containing the timezone map data'), + new InputArgument('InputFile', InputArgument::REQUIRED, + 'The input file containing the timezone map data'), new InputArgument('OutputDirectory', InputArgument::REQUIRED, 'The output directory to save the file'), ) ); @@ -33,4 +34,4 @@ class GenerateTimeZonesMapDataCommand extends Command { new GenerateTimeZonesMapData($input->getArgument('InputFile'), $input->getArgument('OutputDirectory')); } -} \ No newline at end of file +} diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GeneratePhonePrefixData.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GeneratePhonePrefixData.php index 71122d7..021ab08 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GeneratePhonePrefixData.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GeneratePhonePrefixData.php @@ -9,14 +9,14 @@ class GeneratePhonePrefixData { const NANPA_COUNTRY_CODE = 1; const DATA_FILE_EXTENSION = '.txt'; - public $inputDir; - private $filesToIgnore = array('.', '..', '.svn', '.git'); - private $outputDir; - private $englishMaps = array(); /** * @var OutputInterface */ private static $consoleOutput; + public $inputDir; + private $filesToIgnore = array('.', '..', '.svn', '.git'); + private $outputDir; + private $englishMaps = array(); public function start($inputDir, $outputDir, OutputInterface $consoleOutput, ProgressHelper $progress) { @@ -377,4 +377,4 @@ class GeneratePhonePrefixData } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GenerateTimeZonesMapData.php b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GenerateTimeZonesMapData.php index 44bf5fa..a49775e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GenerateTimeZonesMapData.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/build/libphonenumber/buildtools/GenerateTimeZonesMapData.php @@ -31,7 +31,8 @@ class GenerateTimeZonesMapData * Reads phone prefix data from the provided input stream and returns a SortedMap with the * prefix to time zones mappings. */ - private function parseTextFile(){ + private function parseTextFile() + { $data = file($this->inputTextFile); $timeZoneMap = array(); @@ -68,4 +69,4 @@ class GenerateTimeZonesMapData file_put_contents($outputPath, $phpSource); } -} \ No newline at end of file +} diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/AlternateFormatsCountryCodeSet.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/AlternateFormatsCountryCodeSet.php index 13787c8..26091e2 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/AlternateFormatsCountryCodeSet.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/AlternateFormatsCountryCodeSet.php @@ -1,55 +1,57 @@ 7, - 1 => 27, - 2 => 30, - 3 => 31, - 4 => 34, - 5 => 36, - 6 => 43, - 7 => 44, - 8 => 49, - 9 => 55, - 10 => 58, - 11 => 61, - 12 => 62, - 13 => 63, - 14 => 66, - 15 => 81, - 16 => 84, - 17 => 90, - 18 => 94, - 19 => 255, - 20 => 350, - 21 => 351, - 22 => 352, - 23 => 358, - 24 => 359, - 25 => 372, - 26 => 373, - 27 => 380, - 28 => 381, - 29 => 385, - 30 => 505, - 31 => 506, - 32 => 595, - 33 => 675, - 34 => 679, - 35 => 855, - 36 => 971, - 37 => 972, - 38 => 995, -); + // A set of all country codes for which data is available. + + public static $alternateFormatsCountryCodeSet = array( + 0 => 7, + 1 => 27, + 2 => 30, + 3 => 31, + 4 => 34, + 5 => 36, + 6 => 43, + 7 => 44, + 8 => 49, + 9 => 55, + 10 => 58, + 11 => 61, + 12 => 62, + 13 => 63, + 14 => 66, + 15 => 81, + 16 => 84, + 17 => 90, + 18 => 94, + 19 => 255, + 20 => 350, + 21 => 351, + 22 => 352, + 23 => 358, + 24 => 359, + 25 => 372, + 26 => 373, + 27 => 380, + 28 => 381, + 29 => 385, + 30 => 505, + 31 => 506, + 32 => 595, + 33 => 675, + 34 => 679, + 35 => 855, + 36 => 971, + 37 => 972, + 38 => 995, + ); } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMap.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMap.php index 7366f2b..df0fb05 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMap.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMap.php @@ -1,917 +1,919 @@ - array ( - 0 => 'US', - 1 => 'AG', - 2 => 'AI', - 3 => 'AS', - 4 => 'BB', - 5 => 'BM', - 6 => 'BS', - 7 => 'CA', - 8 => 'DM', - 9 => 'DO', - 10 => 'GD', - 11 => 'GU', - 12 => 'JM', - 13 => 'KN', - 14 => 'KY', - 15 => 'LC', - 16 => 'MP', - 17 => 'MS', - 18 => 'PR', - 19 => 'SX', - 20 => 'TC', - 21 => 'TT', - 22 => 'VC', - 23 => 'VG', - 24 => 'VI', - ), - 7 => - array ( - 0 => 'RU', - 1 => 'KZ', - ), - 20 => - array ( - 0 => 'EG', - ), - 27 => - array ( - 0 => 'ZA', - ), - 30 => - array ( - 0 => 'GR', - ), - 31 => - array ( - 0 => 'NL', - ), - 32 => - array ( - 0 => 'BE', - ), - 33 => - array ( - 0 => 'FR', - ), - 34 => - array ( - 0 => 'ES', - ), - 36 => - array ( - 0 => 'HU', - ), - 39 => - array ( - 0 => 'IT', - ), - 40 => - array ( - 0 => 'RO', - ), - 41 => - array ( - 0 => 'CH', - ), - 43 => - array ( - 0 => 'AT', - ), - 44 => - array ( - 0 => 'GB', - 1 => 'GG', - 2 => 'IM', - 3 => 'JE', - ), - 45 => - array ( - 0 => 'DK', - ), - 46 => - array ( - 0 => 'SE', - ), - 47 => - array ( - 0 => 'NO', - 1 => 'SJ', - ), - 48 => - array ( - 0 => 'PL', - ), - 49 => - array ( - 0 => 'DE', - ), - 51 => - array ( - 0 => 'PE', - ), - 52 => - array ( - 0 => 'MX', - ), - 53 => - array ( - 0 => 'CU', - ), - 54 => - array ( - 0 => 'AR', - ), - 55 => - array ( - 0 => 'BR', - ), - 56 => - array ( - 0 => 'CL', - ), - 57 => - array ( - 0 => 'CO', - ), - 58 => - array ( - 0 => 'VE', - ), - 60 => - array ( - 0 => 'MY', - ), - 61 => - array ( - 0 => 'AU', - 1 => 'CC', - 2 => 'CX', - ), - 62 => - array ( - 0 => 'ID', - ), - 63 => - array ( - 0 => 'PH', - ), - 64 => - array ( - 0 => 'NZ', - ), - 65 => - array ( - 0 => 'SG', - ), - 66 => - array ( - 0 => 'TH', - ), - 81 => - array ( - 0 => 'JP', - ), - 82 => - array ( - 0 => 'KR', - ), - 84 => - array ( - 0 => 'VN', - ), - 86 => - array ( - 0 => 'CN', - ), - 90 => - array ( - 0 => 'TR', - ), - 91 => - array ( - 0 => 'IN', - ), - 92 => - array ( - 0 => 'PK', - ), - 93 => - array ( - 0 => 'AF', - ), - 94 => - array ( - 0 => 'LK', - ), - 95 => - array ( - 0 => 'MM', - ), - 98 => - array ( - 0 => 'IR', - ), - 211 => - array ( - 0 => 'SS', - ), - 212 => - array ( - 0 => 'MA', - 1 => 'EH', - ), - 213 => - array ( - 0 => 'DZ', - ), - 216 => - array ( - 0 => 'TN', - ), - 218 => - array ( - 0 => 'LY', - ), - 220 => - array ( - 0 => 'GM', - ), - 221 => - array ( - 0 => 'SN', - ), - 222 => - array ( - 0 => 'MR', - ), - 223 => - array ( - 0 => 'ML', - ), - 224 => - array ( - 0 => 'GN', - ), - 225 => - array ( - 0 => 'CI', - ), - 226 => - array ( - 0 => 'BF', - ), - 227 => - array ( - 0 => 'NE', - ), - 228 => - array ( - 0 => 'TG', - ), - 229 => - array ( - 0 => 'BJ', - ), - 230 => - array ( - 0 => 'MU', - ), - 231 => - array ( - 0 => 'LR', - ), - 232 => - array ( - 0 => 'SL', - ), - 233 => - array ( - 0 => 'GH', - ), - 234 => - array ( - 0 => 'NG', - ), - 235 => - array ( - 0 => 'TD', - ), - 236 => - array ( - 0 => 'CF', - ), - 237 => - array ( - 0 => 'CM', - ), - 238 => - array ( - 0 => 'CV', - ), - 239 => - array ( - 0 => 'ST', - ), - 240 => - array ( - 0 => 'GQ', - ), - 241 => - array ( - 0 => 'GA', - ), - 242 => - array ( - 0 => 'CG', - ), - 243 => - array ( - 0 => 'CD', - ), - 244 => - array ( - 0 => 'AO', - ), - 245 => - array ( - 0 => 'GW', - ), - 246 => - array ( - 0 => 'IO', - ), - 247 => - array ( - 0 => 'AC', - ), - 248 => - array ( - 0 => 'SC', - ), - 249 => - array ( - 0 => 'SD', - ), - 250 => - array ( - 0 => 'RW', - ), - 251 => - array ( - 0 => 'ET', - ), - 252 => - array ( - 0 => 'SO', - ), - 253 => - array ( - 0 => 'DJ', - ), - 254 => - array ( - 0 => 'KE', - ), - 255 => - array ( - 0 => 'TZ', - ), - 256 => - array ( - 0 => 'UG', - ), - 257 => - array ( - 0 => 'BI', - ), - 258 => - array ( - 0 => 'MZ', - ), - 260 => - array ( - 0 => 'ZM', - ), - 261 => - array ( - 0 => 'MG', - ), - 262 => - array ( - 0 => 'RE', - 1 => 'YT', - ), - 263 => - array ( - 0 => 'ZW', - ), - 264 => - array ( - 0 => 'NA', - ), - 265 => - array ( - 0 => 'MW', - ), - 266 => - array ( - 0 => 'LS', - ), - 267 => - array ( - 0 => 'BW', - ), - 268 => - array ( - 0 => 'SZ', - ), - 269 => - array ( - 0 => 'KM', - ), - 290 => - array ( - 0 => 'SH', - 1 => 'TA', - ), - 291 => - array ( - 0 => 'ER', - ), - 297 => - array ( - 0 => 'AW', - ), - 298 => - array ( - 0 => 'FO', - ), - 299 => - array ( - 0 => 'GL', - ), - 350 => - array ( - 0 => 'GI', - ), - 351 => - array ( - 0 => 'PT', - ), - 352 => - array ( - 0 => 'LU', - ), - 353 => - array ( - 0 => 'IE', - ), - 354 => - array ( - 0 => 'IS', - ), - 355 => - array ( - 0 => 'AL', - ), - 356 => - array ( - 0 => 'MT', - ), - 357 => - array ( - 0 => 'CY', - ), - 358 => - array ( - 0 => 'FI', - 1 => 'AX', - ), - 359 => - array ( - 0 => 'BG', - ), - 370 => - array ( - 0 => 'LT', - ), - 371 => - array ( - 0 => 'LV', - ), - 372 => - array ( - 0 => 'EE', - ), - 373 => - array ( - 0 => 'MD', - ), - 374 => - array ( - 0 => 'AM', - ), - 375 => - array ( - 0 => 'BY', - ), - 376 => - array ( - 0 => 'AD', - ), - 377 => - array ( - 0 => 'MC', - ), - 378 => - array ( - 0 => 'SM', - ), - 379 => - array ( - 0 => 'VA', - ), - 380 => - array ( - 0 => 'UA', - ), - 381 => - array ( - 0 => 'RS', - ), - 382 => - array ( - 0 => 'ME', - ), - 385 => - array ( - 0 => 'HR', - ), - 386 => - array ( - 0 => 'SI', - ), - 387 => - array ( - 0 => 'BA', - ), - 389 => - array ( - 0 => 'MK', - ), - 420 => - array ( - 0 => 'CZ', - ), - 421 => - array ( - 0 => 'SK', - ), - 423 => - array ( - 0 => 'LI', - ), - 500 => - array ( - 0 => 'FK', - ), - 501 => - array ( - 0 => 'BZ', - ), - 502 => - array ( - 0 => 'GT', - ), - 503 => - array ( - 0 => 'SV', - ), - 504 => - array ( - 0 => 'HN', - ), - 505 => - array ( - 0 => 'NI', - ), - 506 => - array ( - 0 => 'CR', - ), - 507 => - array ( - 0 => 'PA', - ), - 508 => - array ( - 0 => 'PM', - ), - 509 => - array ( - 0 => 'HT', - ), - 590 => - array ( - 0 => 'GP', - 1 => 'BL', - 2 => 'MF', - ), - 591 => - array ( - 0 => 'BO', - ), - 592 => - array ( - 0 => 'GY', - ), - 593 => - array ( - 0 => 'EC', - ), - 594 => - array ( - 0 => 'GF', - ), - 595 => - array ( - 0 => 'PY', - ), - 596 => - array ( - 0 => 'MQ', - ), - 597 => - array ( - 0 => 'SR', - ), - 598 => - array ( - 0 => 'UY', - ), - 599 => - array ( - 0 => 'CW', - 1 => 'BQ', - ), - 670 => - array ( - 0 => 'TL', - ), - 672 => - array ( - 0 => 'NF', - ), - 673 => - array ( - 0 => 'BN', - ), - 674 => - array ( - 0 => 'NR', - ), - 675 => - array ( - 0 => 'PG', - ), - 676 => - array ( - 0 => 'TO', - ), - 677 => - array ( - 0 => 'SB', - ), - 678 => - array ( - 0 => 'VU', - ), - 679 => - array ( - 0 => 'FJ', - ), - 680 => - array ( - 0 => 'PW', - ), - 681 => - array ( - 0 => 'WF', - ), - 682 => - array ( - 0 => 'CK', - ), - 683 => - array ( - 0 => 'NU', - ), - 685 => - array ( - 0 => 'WS', - ), - 686 => - array ( - 0 => 'KI', - ), - 687 => - array ( - 0 => 'NC', - ), - 688 => - array ( - 0 => 'TV', - ), - 689 => - array ( - 0 => 'PF', - ), - 690 => - array ( - 0 => 'TK', - ), - 691 => - array ( - 0 => 'FM', - ), - 692 => - array ( - 0 => 'MH', - ), - 800 => - array ( - 0 => '001', - ), - 808 => - array ( - 0 => '001', - ), - 850 => - array ( - 0 => 'KP', - ), - 852 => - array ( - 0 => 'HK', - ), - 853 => - array ( - 0 => 'MO', - ), - 855 => - array ( - 0 => 'KH', - ), - 856 => - array ( - 0 => 'LA', - ), - 870 => - array ( - 0 => '001', - ), - 878 => - array ( - 0 => '001', - ), - 880 => - array ( - 0 => 'BD', - ), - 881 => - array ( - 0 => '001', - ), - 882 => - array ( - 0 => '001', - ), - 883 => - array ( - 0 => '001', - ), - 886 => - array ( - 0 => 'TW', - ), - 888 => - array ( - 0 => '001', - ), - 960 => - array ( - 0 => 'MV', - ), - 961 => - array ( - 0 => 'LB', - ), - 962 => - array ( - 0 => 'JO', - ), - 963 => - array ( - 0 => 'SY', - ), - 964 => - array ( - 0 => 'IQ', - ), - 965 => - array ( - 0 => 'KW', - ), - 966 => - array ( - 0 => 'SA', - ), - 967 => - array ( - 0 => 'YE', - ), - 968 => - array ( - 0 => 'OM', - ), - 970 => - array ( - 0 => 'PS', - ), - 971 => - array ( - 0 => 'AE', - ), - 972 => - array ( - 0 => 'IL', - ), - 973 => - array ( - 0 => 'BH', - ), - 974 => - array ( - 0 => 'QA', - ), - 975 => - array ( - 0 => 'BT', - ), - 976 => - array ( - 0 => 'MN', - ), - 977 => - array ( - 0 => 'NP', - ), - 979 => - array ( - 0 => '001', - ), - 992 => - array ( - 0 => 'TJ', - ), - 993 => - array ( - 0 => 'TM', - ), - 994 => - array ( - 0 => 'AZ', - ), - 995 => - array ( - 0 => 'GE', - ), - 996 => - array ( - 0 => 'KG', - ), - 998 => - array ( - 0 => 'UZ', - ), -); + // A mapping from a country code to the region codes which denote the + // country/region represented by that country code. In the case of multiple + // countries sharing a calling code, such as the NANPA countries, the one + // indicated with "isMainCountryForCode" in the metadata should be first. + + public static $countryCodeToRegionCodeMap = array( + 1 => + array( + 0 => 'US', + 1 => 'AG', + 2 => 'AI', + 3 => 'AS', + 4 => 'BB', + 5 => 'BM', + 6 => 'BS', + 7 => 'CA', + 8 => 'DM', + 9 => 'DO', + 10 => 'GD', + 11 => 'GU', + 12 => 'JM', + 13 => 'KN', + 14 => 'KY', + 15 => 'LC', + 16 => 'MP', + 17 => 'MS', + 18 => 'PR', + 19 => 'SX', + 20 => 'TC', + 21 => 'TT', + 22 => 'VC', + 23 => 'VG', + 24 => 'VI', + ), + 7 => + array( + 0 => 'RU', + 1 => 'KZ', + ), + 20 => + array( + 0 => 'EG', + ), + 27 => + array( + 0 => 'ZA', + ), + 30 => + array( + 0 => 'GR', + ), + 31 => + array( + 0 => 'NL', + ), + 32 => + array( + 0 => 'BE', + ), + 33 => + array( + 0 => 'FR', + ), + 34 => + array( + 0 => 'ES', + ), + 36 => + array( + 0 => 'HU', + ), + 39 => + array( + 0 => 'IT', + ), + 40 => + array( + 0 => 'RO', + ), + 41 => + array( + 0 => 'CH', + ), + 43 => + array( + 0 => 'AT', + ), + 44 => + array( + 0 => 'GB', + 1 => 'GG', + 2 => 'IM', + 3 => 'JE', + ), + 45 => + array( + 0 => 'DK', + ), + 46 => + array( + 0 => 'SE', + ), + 47 => + array( + 0 => 'NO', + 1 => 'SJ', + ), + 48 => + array( + 0 => 'PL', + ), + 49 => + array( + 0 => 'DE', + ), + 51 => + array( + 0 => 'PE', + ), + 52 => + array( + 0 => 'MX', + ), + 53 => + array( + 0 => 'CU', + ), + 54 => + array( + 0 => 'AR', + ), + 55 => + array( + 0 => 'BR', + ), + 56 => + array( + 0 => 'CL', + ), + 57 => + array( + 0 => 'CO', + ), + 58 => + array( + 0 => 'VE', + ), + 60 => + array( + 0 => 'MY', + ), + 61 => + array( + 0 => 'AU', + 1 => 'CC', + 2 => 'CX', + ), + 62 => + array( + 0 => 'ID', + ), + 63 => + array( + 0 => 'PH', + ), + 64 => + array( + 0 => 'NZ', + ), + 65 => + array( + 0 => 'SG', + ), + 66 => + array( + 0 => 'TH', + ), + 81 => + array( + 0 => 'JP', + ), + 82 => + array( + 0 => 'KR', + ), + 84 => + array( + 0 => 'VN', + ), + 86 => + array( + 0 => 'CN', + ), + 90 => + array( + 0 => 'TR', + ), + 91 => + array( + 0 => 'IN', + ), + 92 => + array( + 0 => 'PK', + ), + 93 => + array( + 0 => 'AF', + ), + 94 => + array( + 0 => 'LK', + ), + 95 => + array( + 0 => 'MM', + ), + 98 => + array( + 0 => 'IR', + ), + 211 => + array( + 0 => 'SS', + ), + 212 => + array( + 0 => 'MA', + 1 => 'EH', + ), + 213 => + array( + 0 => 'DZ', + ), + 216 => + array( + 0 => 'TN', + ), + 218 => + array( + 0 => 'LY', + ), + 220 => + array( + 0 => 'GM', + ), + 221 => + array( + 0 => 'SN', + ), + 222 => + array( + 0 => 'MR', + ), + 223 => + array( + 0 => 'ML', + ), + 224 => + array( + 0 => 'GN', + ), + 225 => + array( + 0 => 'CI', + ), + 226 => + array( + 0 => 'BF', + ), + 227 => + array( + 0 => 'NE', + ), + 228 => + array( + 0 => 'TG', + ), + 229 => + array( + 0 => 'BJ', + ), + 230 => + array( + 0 => 'MU', + ), + 231 => + array( + 0 => 'LR', + ), + 232 => + array( + 0 => 'SL', + ), + 233 => + array( + 0 => 'GH', + ), + 234 => + array( + 0 => 'NG', + ), + 235 => + array( + 0 => 'TD', + ), + 236 => + array( + 0 => 'CF', + ), + 237 => + array( + 0 => 'CM', + ), + 238 => + array( + 0 => 'CV', + ), + 239 => + array( + 0 => 'ST', + ), + 240 => + array( + 0 => 'GQ', + ), + 241 => + array( + 0 => 'GA', + ), + 242 => + array( + 0 => 'CG', + ), + 243 => + array( + 0 => 'CD', + ), + 244 => + array( + 0 => 'AO', + ), + 245 => + array( + 0 => 'GW', + ), + 246 => + array( + 0 => 'IO', + ), + 247 => + array( + 0 => 'AC', + ), + 248 => + array( + 0 => 'SC', + ), + 249 => + array( + 0 => 'SD', + ), + 250 => + array( + 0 => 'RW', + ), + 251 => + array( + 0 => 'ET', + ), + 252 => + array( + 0 => 'SO', + ), + 253 => + array( + 0 => 'DJ', + ), + 254 => + array( + 0 => 'KE', + ), + 255 => + array( + 0 => 'TZ', + ), + 256 => + array( + 0 => 'UG', + ), + 257 => + array( + 0 => 'BI', + ), + 258 => + array( + 0 => 'MZ', + ), + 260 => + array( + 0 => 'ZM', + ), + 261 => + array( + 0 => 'MG', + ), + 262 => + array( + 0 => 'RE', + 1 => 'YT', + ), + 263 => + array( + 0 => 'ZW', + ), + 264 => + array( + 0 => 'NA', + ), + 265 => + array( + 0 => 'MW', + ), + 266 => + array( + 0 => 'LS', + ), + 267 => + array( + 0 => 'BW', + ), + 268 => + array( + 0 => 'SZ', + ), + 269 => + array( + 0 => 'KM', + ), + 290 => + array( + 0 => 'SH', + 1 => 'TA', + ), + 291 => + array( + 0 => 'ER', + ), + 297 => + array( + 0 => 'AW', + ), + 298 => + array( + 0 => 'FO', + ), + 299 => + array( + 0 => 'GL', + ), + 350 => + array( + 0 => 'GI', + ), + 351 => + array( + 0 => 'PT', + ), + 352 => + array( + 0 => 'LU', + ), + 353 => + array( + 0 => 'IE', + ), + 354 => + array( + 0 => 'IS', + ), + 355 => + array( + 0 => 'AL', + ), + 356 => + array( + 0 => 'MT', + ), + 357 => + array( + 0 => 'CY', + ), + 358 => + array( + 0 => 'FI', + 1 => 'AX', + ), + 359 => + array( + 0 => 'BG', + ), + 370 => + array( + 0 => 'LT', + ), + 371 => + array( + 0 => 'LV', + ), + 372 => + array( + 0 => 'EE', + ), + 373 => + array( + 0 => 'MD', + ), + 374 => + array( + 0 => 'AM', + ), + 375 => + array( + 0 => 'BY', + ), + 376 => + array( + 0 => 'AD', + ), + 377 => + array( + 0 => 'MC', + ), + 378 => + array( + 0 => 'SM', + ), + 379 => + array( + 0 => 'VA', + ), + 380 => + array( + 0 => 'UA', + ), + 381 => + array( + 0 => 'RS', + ), + 382 => + array( + 0 => 'ME', + ), + 385 => + array( + 0 => 'HR', + ), + 386 => + array( + 0 => 'SI', + ), + 387 => + array( + 0 => 'BA', + ), + 389 => + array( + 0 => 'MK', + ), + 420 => + array( + 0 => 'CZ', + ), + 421 => + array( + 0 => 'SK', + ), + 423 => + array( + 0 => 'LI', + ), + 500 => + array( + 0 => 'FK', + ), + 501 => + array( + 0 => 'BZ', + ), + 502 => + array( + 0 => 'GT', + ), + 503 => + array( + 0 => 'SV', + ), + 504 => + array( + 0 => 'HN', + ), + 505 => + array( + 0 => 'NI', + ), + 506 => + array( + 0 => 'CR', + ), + 507 => + array( + 0 => 'PA', + ), + 508 => + array( + 0 => 'PM', + ), + 509 => + array( + 0 => 'HT', + ), + 590 => + array( + 0 => 'GP', + 1 => 'BL', + 2 => 'MF', + ), + 591 => + array( + 0 => 'BO', + ), + 592 => + array( + 0 => 'GY', + ), + 593 => + array( + 0 => 'EC', + ), + 594 => + array( + 0 => 'GF', + ), + 595 => + array( + 0 => 'PY', + ), + 596 => + array( + 0 => 'MQ', + ), + 597 => + array( + 0 => 'SR', + ), + 598 => + array( + 0 => 'UY', + ), + 599 => + array( + 0 => 'CW', + 1 => 'BQ', + ), + 670 => + array( + 0 => 'TL', + ), + 672 => + array( + 0 => 'NF', + ), + 673 => + array( + 0 => 'BN', + ), + 674 => + array( + 0 => 'NR', + ), + 675 => + array( + 0 => 'PG', + ), + 676 => + array( + 0 => 'TO', + ), + 677 => + array( + 0 => 'SB', + ), + 678 => + array( + 0 => 'VU', + ), + 679 => + array( + 0 => 'FJ', + ), + 680 => + array( + 0 => 'PW', + ), + 681 => + array( + 0 => 'WF', + ), + 682 => + array( + 0 => 'CK', + ), + 683 => + array( + 0 => 'NU', + ), + 685 => + array( + 0 => 'WS', + ), + 686 => + array( + 0 => 'KI', + ), + 687 => + array( + 0 => 'NC', + ), + 688 => + array( + 0 => 'TV', + ), + 689 => + array( + 0 => 'PF', + ), + 690 => + array( + 0 => 'TK', + ), + 691 => + array( + 0 => 'FM', + ), + 692 => + array( + 0 => 'MH', + ), + 800 => + array( + 0 => '001', + ), + 808 => + array( + 0 => '001', + ), + 850 => + array( + 0 => 'KP', + ), + 852 => + array( + 0 => 'HK', + ), + 853 => + array( + 0 => 'MO', + ), + 855 => + array( + 0 => 'KH', + ), + 856 => + array( + 0 => 'LA', + ), + 870 => + array( + 0 => '001', + ), + 878 => + array( + 0 => '001', + ), + 880 => + array( + 0 => 'BD', + ), + 881 => + array( + 0 => '001', + ), + 882 => + array( + 0 => '001', + ), + 883 => + array( + 0 => '001', + ), + 886 => + array( + 0 => 'TW', + ), + 888 => + array( + 0 => '001', + ), + 960 => + array( + 0 => 'MV', + ), + 961 => + array( + 0 => 'LB', + ), + 962 => + array( + 0 => 'JO', + ), + 963 => + array( + 0 => 'SY', + ), + 964 => + array( + 0 => 'IQ', + ), + 965 => + array( + 0 => 'KW', + ), + 966 => + array( + 0 => 'SA', + ), + 967 => + array( + 0 => 'YE', + ), + 968 => + array( + 0 => 'OM', + ), + 970 => + array( + 0 => 'PS', + ), + 971 => + array( + 0 => 'AE', + ), + 972 => + array( + 0 => 'IL', + ), + 973 => + array( + 0 => 'BH', + ), + 974 => + array( + 0 => 'QA', + ), + 975 => + array( + 0 => 'BT', + ), + 976 => + array( + 0 => 'MN', + ), + 977 => + array( + 0 => 'NP', + ), + 979 => + array( + 0 => '001', + ), + 992 => + array( + 0 => 'TJ', + ), + 993 => + array( + 0 => 'TM', + ), + 994 => + array( + 0 => 'AZ', + ), + 995 => + array( + 0 => 'GE', + ), + 996 => + array( + 0 => 'KG', + ), + 998 => + array( + 0 => 'UZ', + ), + ); } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMapForTesting.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMapForTesting.php index 662da07..5115692 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMapForTesting.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/CountryCodeToRegionCodeMapForTesting.php @@ -1,112 +1,114 @@ - array ( - 0 => 'US', - 1 => 'BS', - ), - 33 => - array ( - 0 => 'FR', - ), - 36 => - array ( - 0 => 'HU', - ), - 39 => - array ( - 0 => 'IT', - ), - 44 => - array ( - 0 => 'GB', - 1 => 'GG', - ), - 48 => - array ( - 0 => 'PL', - ), - 49 => - array ( - 0 => 'DE', - ), - 52 => - array ( - 0 => 'MX', - ), - 54 => - array ( - 0 => 'AR', - ), - 55 => - array ( - 0 => 'BR', - ), - 61 => - array ( - 0 => 'AU', - 1 => 'CC', - 2 => 'CX', - ), - 64 => - array ( - 0 => 'NZ', - ), - 65 => - array ( - 0 => 'SG', - ), - 81 => - array ( - 0 => 'JP', - ), - 82 => - array ( - 0 => 'KR', - ), - 244 => - array ( - 0 => 'AO', - ), - 262 => - array ( - 0 => 'RE', - 1 => 'YT', - ), - 375 => - array ( - 0 => 'BY', - ), - 376 => - array ( - 0 => 'AD', - ), - 800 => - array ( - 0 => '001', - ), - 971 => - array ( - 0 => 'AE', - ), - 979 => - array ( - 0 => '001', - ), -); + // A mapping from a country code to the region codes which denote the + // country/region represented by that country code. In the case of multiple + // countries sharing a calling code, such as the NANPA countries, the one + // indicated with "isMainCountryForCode" in the metadata should be first. + + public static $countryCodeToRegionCodeMapForTesting = array( + 1 => + array( + 0 => 'US', + 1 => 'BS', + ), + 33 => + array( + 0 => 'FR', + ), + 36 => + array( + 0 => 'HU', + ), + 39 => + array( + 0 => 'IT', + ), + 44 => + array( + 0 => 'GB', + 1 => 'GG', + ), + 48 => + array( + 0 => 'PL', + ), + 49 => + array( + 0 => 'DE', + ), + 52 => + array( + 0 => 'MX', + ), + 54 => + array( + 0 => 'AR', + ), + 55 => + array( + 0 => 'BR', + ), + 61 => + array( + 0 => 'AU', + 1 => 'CC', + 2 => 'CX', + ), + 64 => + array( + 0 => 'NZ', + ), + 65 => + array( + 0 => 'SG', + ), + 81 => + array( + 0 => 'JP', + ), + 82 => + array( + 0 => 'KR', + ), + 244 => + array( + 0 => 'AO', + ), + 262 => + array( + 0 => 'RE', + 1 => 'YT', + ), + 375 => + array( + 0 => 'BY', + ), + 376 => + array( + 0 => 'AD', + ), + 800 => + array( + 0 => '001', + ), + 971 => + array( + 0 => 'AE', + ), + 979 => + array( + 0 => '001', + ), + ); } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/Matcher.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/Matcher.php index 31eb340..600386d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/Matcher.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/Matcher.php @@ -36,32 +36,33 @@ class Matcher $this->subject = $subject; } - private function do_match($type = 'find') { + /** + * @return bool + */ + public function matches() + { + return $this->do_match('matches'); + } + + private function do_match($type = 'find') + { $final_pattern = '(?:' . $this->pattern . ')'; - switch ($type) { - case 'matches': - $final_pattern = '^' . $final_pattern . '$'; + switch ($type) { + case 'matches': + $final_pattern = '^' . $final_pattern . '$'; break; case 'lookingAt': - $final_pattern = '^' . $final_pattern; + $final_pattern = '^' . $final_pattern; break; case 'find': - default: - // no changes + default: + // no changes break; } - $final_pattern = '/' . $final_pattern .'/x'; + $final_pattern = '/' . $final_pattern . '/x'; return (preg_match($final_pattern, $this->subject, $this->groups, PREG_OFFSET_CAPTURE) == 1) ? true : false; } - /** - * @return bool - */ - public function matches() - { - return $this->do_match('matches'); - } - /** * @return bool */ @@ -83,21 +84,23 @@ class Matcher */ public function groupCount() { - if (empty($this->groups)) + if (empty($this->groups)) { return NULL; - else + } else { return count($this->groups) - 1; + } } /** * @param int $group - * - * @return string + * + * @return string */ public function group($group = NULL) { - if (!isset($group)) + if (!isset($group)) { $group = 0; + } return (isset($this->groups[$group][0])) ? $this->groups[$group][0] : NULL; } @@ -129,8 +132,8 @@ class Matcher /** * @param string $replacement - * - * @return string + * + * @return string */ public function replaceFirst($replacement) { @@ -139,8 +142,8 @@ class Matcher /** * @param string $replacement - * - * @return string + * + * @return string */ public function replaceAll($replacement) { @@ -149,8 +152,8 @@ class Matcher /** * @param string $input - * - * @return Matcher + * + * @return Matcher */ public function reset($input = "") { diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberFormat.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberFormat.php index a36e0f2..24935f8 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberFormat.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberFormat.php @@ -14,7 +14,45 @@ class NumberFormat private $domesticCarrierCodeFormattingRule = null; /** - * @return boolean + * @return NumberFormat + */ + public function clearNationalPrefixFormattingRule() + { + $this->nationalPrefixFormattingRule = null; + + return $this; + } + + /** + * @param NumberFormat $other + * + * @return NumberFormat + */ + public function mergeFrom(NumberFormat $other) + { + if ($other->hasPattern()) { + $this->setPattern($other->getPattern()); + } + if ($other->hasFormat()) { + $this->setFormat($other->getFormat()); + } + $leadingDigitsPatternSize = $other->leadingDigitsPatternSize(); + for ($i = 0; $i < $leadingDigitsPatternSize; $i++) { + $this->addLeadingDigitsPattern($other->getLeadingDigitsPattern($i)); + } + if ($other->hasNationalPrefixFormattingRule()) { + $this->setNationalPrefixFormattingRule($other->getNationalPrefixFormattingRule()); + } + if ($other->hasDomesticCarrierCodeFormattingRule()) { + $this->setDomesticCarrierCodeFormattingRule($other->getDomesticCarrierCodeFormattingRule()); + } + // $this->setNationalPrefixOptionalWhenFormatting($other->isNationalPrefixOptionalWhenFormatting()); + + return $this; + } + + /** + * @return boolean */ public function hasPattern() { @@ -22,7 +60,7 @@ class NumberFormat } /** - * @return string + * @return string */ public function getPattern() { @@ -32,7 +70,7 @@ class NumberFormat /** * @param string $value * - * @return NumberFormat + * @return NumberFormat */ public function setPattern($value) { @@ -59,8 +97,8 @@ class NumberFormat /** * @param string $value - * - * @return NumberFormat + * + * @return NumberFormat */ public function setFormat($value) { @@ -69,14 +107,6 @@ class NumberFormat return $this; } - /** - * @return string - */ - public function leadingDigitPatterns() - { - return $this->leadingDigitsPattern; - } - /** * @return int */ @@ -85,20 +115,10 @@ class NumberFormat return count($this->leadingDigitsPattern); } - /** - * @param int $index - * - * @return string - */ - public function getLeadingDigitsPattern($index) - { - return $this->leadingDigitsPattern[$index]; - } - /** * @param string $value - * - * @return NumberFormat + * + * @return NumberFormat */ public function addLeadingDigitsPattern($value) { @@ -107,6 +127,16 @@ class NumberFormat return $this; } + /** + * @param int $index + * + * @return string + */ + public function getLeadingDigitsPattern($index) + { + return $this->leadingDigitsPattern[$index]; + } + /** * @return boolean */ @@ -125,8 +155,8 @@ class NumberFormat /** * @param string $value - * - * @return NumberFormat + * + * @return NumberFormat */ public function setNationalPrefixFormattingRule($value) { @@ -135,16 +165,6 @@ class NumberFormat return $this; } - /** - * @return NumberFormat - */ - public function clearNationalPrefixFormattingRule() - { - $this->nationalPrefixFormattingRule = null; - - return $this; - } - /* // optional bool national_prefix_optional_when_formatting = 6; private boolean hasNationalPrefixOptionalWhenFormatting; @@ -178,8 +198,8 @@ class NumberFormat /** * @param string $value - * - * @return NumberFormat + * + * @return NumberFormat */ public function setDomesticCarrierCodeFormattingRule($value) { @@ -189,35 +209,7 @@ class NumberFormat } /** - * @param NumberFormat $other - * - * @return NumberFormat - */ - public function mergeFrom(NumberFormat $other) - { - if ($other->hasPattern()) { - $this->setPattern($other->getPattern()); - } - if ($other->hasFormat()) { - $this->setFormat($other->getFormat()); - } - $leadingDigitsPatternSize = $other->leadingDigitsPatternSize(); - for ($i = 0; $i < $leadingDigitsPatternSize; $i++) { - $this->addLeadingDigitsPattern($other->getLeadingDigitsPattern($i)); - } - if ($other->hasNationalPrefixFormattingRule()) { - $this->setNationalPrefixFormattingRule($other->getNationalPrefixFormattingRule()); - } - if ($other->hasDomesticCarrierCodeFormattingRule()) { - $this->setDomesticCarrierCodeFormattingRule($other->getDomesticCarrierCodeFormattingRule()); - } - // $this->setNationalPrefixOptionalWhenFormatting($other->isNationalPrefixOptionalWhenFormatting()); - - return $this; - } - - /** - * @return array + * @return array */ public function toArray() { @@ -240,7 +232,15 @@ class NumberFormat } /** - * @param array $input + * @return string + */ + public function leadingDigitPatterns() + { + return $this->leadingDigitsPattern; + } + + /** + * @param array $input */ public function fromArray(array $input) { diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberParseException.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberParseException.php index f0c1055..a37e0e5 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberParseException.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/NumberParseException.php @@ -6,41 +6,44 @@ namespace libphonenumber; * Generic exception class for errors encountered when parsing phone numbers. * @author Lara Rennie */ -class NumberParseException extends \Exception { - - const INVALID_COUNTRY_CODE = 0; - // This generally indicates the string passed in had less than 3 digits in it. More - // specifically, the number failed to match the regular expression VALID_PHONE_NUMBER in - // PhoneNumberUtil.java. - const NOT_A_NUMBER = 1; - // This indicates the string started with an international dialing prefix, but after this was - // stripped from the number, had less digits than any valid phone number (including country - // code) could have. - const TOO_SHORT_AFTER_IDD = 2; - // This indicates the string, after any country code has been stripped, had less digits than any - // valid phone number could have. - const TOO_SHORT_NSN = 3; - // This indicates the string had more digits than any valid phone number could have. - const TOO_LONG = 4; - - private $errorType; - protected $message; - - public function __construct($errorType, $message, $previous = null) { - parent::__construct($message, $errorType, $previous); - $this->message = $message; - $this->errorType = $errorType; - } - - /** - * Returns the error type of the exception that has been thrown. - */ - public function getErrorType() { - return $this->errorType; - } - - public function __toString() { - return "Error type: " . $this->errorType . ". " . $this->message; - } - -} \ No newline at end of file +class NumberParseException extends \Exception +{ + + const INVALID_COUNTRY_CODE = 0; + // This generally indicates the string passed in had less than 3 digits in it. More + // specifically, the number failed to match the regular expression VALID_PHONE_NUMBER in + // PhoneNumberUtil.java. + const NOT_A_NUMBER = 1; + // This indicates the string started with an international dialing prefix, but after this was + // stripped from the number, had less digits than any valid phone number (including country + // code) could have. + const TOO_SHORT_AFTER_IDD = 2; + // This indicates the string, after any country code has been stripped, had less digits than any + // valid phone number could have. + const TOO_SHORT_NSN = 3; + // This indicates the string had more digits than any valid phone number could have. + const TOO_LONG = 4; + protected $message; + private $errorType; + + public function __construct($errorType, $message, $previous = null) + { + parent::__construct($message, $errorType, $previous); + $this->message = $message; + $this->errorType = $errorType; + } + + /** + * Returns the error type of the exception that has been thrown. + */ + public function getErrorType() + { + return $this->errorType; + } + + public function __toString() + { + return "Error type: " . $this->errorType . ". " . $this->message; + } + +} diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneMetadata.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneMetadata.php index 4a10b07..3f2170e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneMetadata.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneMetadata.php @@ -2,704 +2,762 @@ namespace libphonenumber; -class PhoneMetadata { - - /** - * @var string - */ - private $id = NULL; - - /** - * - * @return boolean - */ - public function hasId() { - return isset($this->id); - } - - /** - * - * @return string - */ - public function getId() { - return $this->id; - } - - /** - * - * @param string $value - * @return PhoneMetadata - */ - public function setId($value) { - $this->id = $value; - return $this; - } - - /** - * - * @var int - */ - private $countryCode = NULL; - - /** - * - * @return boolean - */ - public function hasCountryCode() { - return isset($this->countryCode); - } - - /** - * - * @return int - */ - public function getCountryCode() { - return $this->countryCode; - } - - /** - * - * @param int $value - * @return PhoneMetadata - */ - public function setCountryCode($value) { - $this->countryCode = $value; - return $this; - } - - private $leadingDigits = NULL; - - public function hasLeadingDigits() { - return isset($this->leadingDigits); - } - - public function getLeadingDigits() { - return $this->leadingDigits; - } - - public function setLeadingDigits($value) { - $this->leadingDigits = $value; - return $this; - } - - private $internationalPrefix = NULL; - - public function hasInternationalPrefix() { - return isset($this->internationalPrefix); - } - - public function getInternationalPrefix() { - return $this->internationalPrefix; - } - - public function setInternationalPrefix($value) { - $this->internationalPrefix = $value; - return $this; - } - - private $preferredInternationalPrefix = NULL; - - public function hasPreferredInternationalPrefix() { - return isset($this->preferredInternationalPrefix); - } - - public function getPreferredInternationalPrefix() { - return $this->preferredInternationalPrefix; - } - - public function setPreferredInternationalPrefix($value) { - $this->preferredInternationalPrefix = $value; - return $this; - } - - private $nationalPrefixForParsing = NULL; - - public function hasNationalPrefixForParsing() { - return isset($this->nationalPrefixForParsing); - } - - public function getNationalPrefixForParsing() { - return $this->nationalPrefixForParsing; - } - - public function setNationalPrefixForParsing($value) { - $this->nationalPrefixForParsing = $value; - return $this; - } - - private $nationalPrefixTransformRule = NULL; - - public function hasNationalPrefixTransformRule() { - return isset($this->nationalPrefixTransformRule); - } - - public function getNationalPrefixTransformRule() { - return $this->nationalPrefixTransformRule; - } - - public function setNationalPrefixTransformRule($value) { - $this->nationalPrefixTransformRule = $value; - return $this; - } - - private $nationalPrefix = NULL; - - public function hasNationalPrefix() { - return isset($this->nationalPrefix); - } +class PhoneMetadata +{ - public function getNationalPrefix() { - return $this->nationalPrefix; - } - - public function setNationalPrefix($value) { - $this->nationalPrefix = $value; - return $this; - } - - private $preferredExtnPrefix = NULL; + /** + * @var string + */ + private $id = NULL; + /** + * + * @var int + */ + private $countryCode = NULL; + private $leadingDigits = NULL; + private $internationalPrefix = NULL; + private $preferredInternationalPrefix = NULL; + private $nationalPrefixForParsing = NULL; + private $nationalPrefixTransformRule = NULL; + private $nationalPrefix = NULL; + private $preferredExtnPrefix = NULL; + private $mainCountryForCode = false; + private $leadingZeroPossible = false; + private $mobileNumberPortableRegion = false; + private $generalDesc = null; + /** + * + * @var PhoneNumberDesc + */ + private $mobile = null; + private $premiumRate = null; + private $fixedLine = null; + private $sameMobileAndFixedLinePattern = false; + private $numberFormat = array(); + private $tollFree = NULL; + private $sharedCost = null; + private $personalNumber; + private $voip; + private $pager; + private $uan; + /** + * @var PhoneNumberDesc + */ + private $emergency; + private $voicemail; + /** + * @var PhoneNumberDesc + */ + private $short_code; + private $standard_rate; + /** + * @var PhoneNumberDesc + */ + private $carrierSpecific; + private $noInternationalDialling = null; + /** + * + * @var NumberFormat + */ + private $intlNumberFormat = array(); - public function hasPreferredExtnPrefix() { - return isset($this->preferredExtnPrefix); - } + /** + * + * @return boolean + */ + public function hasId() + { + return isset($this->id); + } - public function getPreferredExtnPrefix() { - return $this->preferredExtnPrefix; - } + /** + * + * @return boolean + */ + public function hasCountryCode() + { + return isset($this->countryCode); + } - public function setPreferredExtnPrefix($value) { - $this->preferredExtnPrefix = $value; - return $this; - } + public function hasInternationalPrefix() + { + return isset($this->internationalPrefix); + } - private $mainCountryForCode = false; + public function hasMainCountryForCode() + { + return isset($this->mainCountryForCode); + } - public function hasMainCountryForCode() { - return isset($this->mainCountryForCode); - } + public function isMainCountryForCode() + { + return $this->mainCountryForCode; + } - public function isMainCountryForCode() { - return $this->mainCountryForCode; - } + public function getMainCountryForCode() + { + return $this->mainCountryForCode; + } - // Method that lets this class have the same interface as the one generated by Protocol Buffers - // which is used by C++ build tools. - public function getMainCountryForCode() { - return $this->mainCountryForCode; - } + public function setMainCountryForCode($value) + { + $this->mainCountryForCode = $value; + return $this; + } - public function setMainCountryForCode($value) { - $this->mainCountryForCode = $value; - return $this; - } + public function hasLeadingZeroPossible() + { + return isset($this->leadingZeroPossible); + } - private $leadingZeroPossible = false; + // Method that lets this class have the same interface as the one generated by Protocol Buffers + // which is used by C++ build tools. - public function hasLeadingZeroPossible() { - return isset($this->leadingZeroPossible); - } + public function hasMobileNumberPortableRegion() + { + return isset($this->mobileNumberPortableRegion); + } - public function isLeadingZeroPossible() { - return $this->leadingZeroPossible; - } + public function hasSameMobileAndFixedLinePattern() + { + return isset($this->sameMobileAndFixedLinePattern); + } - public function setLeadingZeroPossible($value) { - $this->leadingZeroPossible = $value; - return $this; - } + public function numberFormatSize() + { + return count($this->numberFormat); + } - private $mobileNumberPortableRegion = false; + public function getNumberFormat($index) + { + return $this->numberFormat[$index]; + } - public function hasMobileNumberPortableRegion() { - return isset($this->mobileNumberPortableRegion); + public function intlNumberFormatSize() + { + return count($this->intlNumberFormat); } - public function isMobileNumberPortableRegion() { - return $this->mobileNumberPortableRegion; + public function getIntlNumberFormat($index) + { + return $this->intlNumberFormat[$index]; } - public function setMobileNumberPortableRegion($value) { - $this->mobileNumberPortableRegion = $value; + public function clearIntlNumberFormat() + { + $this->intlNumberFormat = array(); return $this; } - private $generalDesc = null; + public function toArray() + { + $output = array(); - public function hasGeneralDesc() { - return isset($this->generalDesc); - } + if ($this->hasGeneralDesc()) { + $output['generalDesc'] = $this->getGeneralDesc()->toArray(); + } - /** - * - * @return PhoneNumberDesc - */ - public function getGeneralDesc() { - return $this->generalDesc; - } + if ($this->hasFixedLine()) { + $output['fixedLine'] = $this->getFixedLine()->toArray(); + } - public function setGeneralDesc(PhoneNumberDesc $value) { - $this->generalDesc = $value; - return $this; - } + if ($this->hasMobile()) { + $output['mobile'] = $this->getMobile()->toArray(); + } - /** - * - * @var PhoneNumberDesc - */ - private $mobile = null; + if ($this->hasTollFree()) { + $output['tollFree'] = $this->getTollFree()->toArray(); + } - public function hasMobile() { - return isset($this->mobile); - } + if ($this->hasPremiumRate()) { + $output['premiumRate'] = $this->getPremiumRate()->toArray(); + } - /** - * - * @return PhoneNumberDesc - */ - public function getMobile() { - return $this->mobile; - } + if ($this->hasPremiumRate()) { + $output['premiumRate'] = $this->getPremiumRate()->toArray(); + } - public function setMobile(PhoneNumberDesc $value) { - $this->mobile = $value; - return $this; - } + if ($this->hasSharedCost()) { + $output['sharedCost'] = $this->getSharedCost()->toArray(); + } - private $premiumRate = null; + if ($this->hasPersonalNumber()) { + $output['personalNumber'] = $this->getPersonalNumber()->toArray(); + } - public function hasPremiumRate() { - return isset($this->premiumRate); - } + if ($this->hasVoip()) { + $output['voip'] = $this->getVoip()->toArray(); + } - public function getPremiumRate() { - return $this->premiumRate; - } + if ($this->hasPager()) { + $output['pager'] = $this->getPager()->toArray(); + } - public function setPremiumRate(PhoneNumberDesc $value) { - $this->premiumRate = $value; - return $this; - } + if ($this->hasUan()) { + $output['uan'] = $this->getUan()->toArray(); + } - private $fixedLine = null; + if ($this->hasEmergency()) { + $output['emergency'] = $this->getEmergency()->toArray(); + } - public function hasFixedLine() { - return isset($this->fixedLine); - } + if ($this->hasVoicemail()) { + $output['voicemail'] = $this->getVoicemail()->toArray(); + } - public function getFixedLine() { - return $this->fixedLine; - } + if ($this->hasShortCode()) { + $output['shortCode'] = $this->getShortCode()->toArray(); + } + + if ($this->hasStandardRate()) { + $output['standardRate'] = $this->getStandardRate()->toArray(); + } + + if ($this->hasCarrierSpecific()) { + $output['carrierSpecific'] = $this->getCarrierSpecific()->toArray(); + } + + if ($this->hasNoInternationalDialling()) { + $output['noInternationalDialling'] = $this->getNoInternationalDialling()->toArray(); + } + + $output['id'] = $this->getId(); + $output['countryCode'] = $this->getCountryCode(); + $output['internationalPrefix'] = $this->getInternationalPrefix(); + + if ($this->hasPreferredInternationalPrefix()) { + $output['preferredInternationalPrefix'] = $this->getPreferredInternationalPrefix(); + } + + if ($this->hasNationalPrefix()) { + $output['nationalPrefix'] = $this->getNationalPrefix(); + } + + if ($this->hasPreferredExtnPrefix()) { + $output['preferredExtnPrefix'] = $this->getPreferredExtnPrefix(); + } - public function setFixedLine(PhoneNumberDesc $value) { - $this->fixedLine = $value; - return $this; - } + if ($this->hasNationalPrefixForParsing()) { + $output['nationalPrefixForParsing'] = $this->getNationalPrefixForParsing(); + } - private $sameMobileAndFixedLinePattern = false; + if ($this->hasNationalPrefixTransformRule()) { + $output['nationalPrefixTransformRule'] = $this->getNationalPrefixTransformRule(); + } - public function hasSameMobileAndFixedLinePattern() { - return isset($this->sameMobileAndFixedLinePattern); - } + $output['sameMobileAndFixedLinePattern'] = $this->isSameMobileAndFixedLinePattern(); - public function isSameMobileAndFixedLinePattern() { - return $this->sameMobileAndFixedLinePattern; - } + $output['numberFormat'] = array(); + foreach ($this->numberFormats() as $numberFormat) { + /* @var $numberFormat NumberFormat */ + $output['numberFormat'][] = $numberFormat->toArray(); + } - public function setSameMobileAndFixedLinePattern($value) { - $this->sameMobileAndFixedLinePattern = $value; - return $this; - } + $output['intlNumberFormat'] = array(); + foreach ($this->intlNumberFormats() as $intlNumberFormat) { + /* @var $numberFormat NumberFormat */ + $output['intlNumberFormat'][] = $intlNumberFormat->toArray(); + } - private $numberFormat = array(); + $output['mainCountryForCode'] = $this->getMainCountryForCode(); - public function numberFormats() { - return $this->numberFormat; - } + if ($this->hasLeadingDigits()) { + $output['leadingDigits'] = $this->getLeadingDigits(); + } - public function numberFormatSize() { - return count($this->numberFormat); - } + $output['leadingZeroPossible'] = $this->isLeadingZeroPossible(); - public function getNumberFormat($index) { - return $this->numberFormat[$index]; - } - - public function addNumberFormat(NumberFormat $value) { - $this->numberFormat[] = $value; - return $this; - } + $output['mobileNumberPortableRegion'] = $this->isMobileNumberPortableRegion(); - private $tollFree = NULL; - - public function hasTollFree() { - return isset($this->tollFree); - } + return $output; + } - public function getTollFree() { - return $this->tollFree; - } + public function hasGeneralDesc() + { + return isset($this->generalDesc); + } - public function setTollFree(PhoneNumberDesc $value) { - $this->tollFree = $value; - return $this; - } + /** + * + * @return PhoneNumberDesc + */ + public function getGeneralDesc() + { + return $this->generalDesc; + } - private $sharedCost = null; + public function setGeneralDesc(PhoneNumberDesc $value) + { + $this->generalDesc = $value; + return $this; + } - public function hasSharedCost() { - return isset($this->sharedCost); - } + public function hasFixedLine() + { + return isset($this->fixedLine); + } - public function getSharedCost() { - return $this->sharedCost; - } + public function getFixedLine() + { + return $this->fixedLine; + } - public function setSharedCost(PhoneNumberDesc $value) { - $this->sharedCost = $value; - return $this; - } + public function setFixedLine(PhoneNumberDesc $value) + { + $this->fixedLine = $value; + return $this; + } - private $personalNumber; + public function hasMobile() + { + return isset($this->mobile); + } + + /** + * + * @return PhoneNumberDesc + */ + public function getMobile() + { + return $this->mobile; + } + + public function setMobile(PhoneNumberDesc $value) + { + $this->mobile = $value; + return $this; + } + + public function hasTollFree() + { + return isset($this->tollFree); + } + + public function getTollFree() + { + return $this->tollFree; + } + + public function setTollFree(PhoneNumberDesc $value) + { + $this->tollFree = $value; + return $this; + } + + public function hasPremiumRate() + { + return isset($this->premiumRate); + } + + public function getPremiumRate() + { + return $this->premiumRate; + } - public function hasPersonalNumber() { + public function setPremiumRate(PhoneNumberDesc $value) + { + $this->premiumRate = $value; + return $this; + } + + public function hasSharedCost() + { + return isset($this->sharedCost); + } + + public function getSharedCost() + { + return $this->sharedCost; + } + + public function setSharedCost(PhoneNumberDesc $value) + { + $this->sharedCost = $value; + return $this; + } + + public function hasPersonalNumber() + { return isset($this->personalNumber); } - public function getPersonalNumber() { + public function getPersonalNumber() + { return $this->personalNumber; } - public function setPersonalNumber(PhoneNumberDesc $value) { + public function setPersonalNumber(PhoneNumberDesc $value) + { $this->personalNumber = $value; return $this; } - private $voip; - - public function hasVoip() { + public function hasVoip() + { return isset($this->voip); } - public function getVoip() { + public function getVoip() + { return $this->voip; } - public function setVoip(PhoneNumberDesc $value) { + public function setVoip(PhoneNumberDesc $value) + { $this->voip = $value; return $this; } - private $pager; - - public function hasPager() { + public function hasPager() + { return isset($this->pager); } - public function getPager() { + public function getPager() + { return $this->pager; } - public function setPager(PhoneNumberDesc $value) { + public function setPager(PhoneNumberDesc $value) + { $this->pager = $value; return $this; } - private $uan; - - public function hasUan() { + public function hasUan() + { return isset($this->uan); } - public function getUan() { + public function getUan() + { return $this->uan; } - public function setUan(PhoneNumberDesc $value) { + public function setUan(PhoneNumberDesc $value) + { $this->uan = $value; return $this; } - /** - * @var PhoneNumberDesc - */ - private $emergency; - - public function hasEmergency() { + public function hasEmergency() + { return isset($this->emergency); } - public function getEmergency() { + public function getEmergency() + { return $this->emergency; } - public function setEmergency(PhoneNumberDesc $value) { + public function setEmergency(PhoneNumberDesc $value) + { $this->emergency = $value; return $this; } - private $voicemail; - - public function hasVoicemail() { + public function hasVoicemail() + { return isset($this->voicemail); } - public function getVoicemail() { + public function getVoicemail() + { return $this->voicemail; } - public function setVoicemail(PhoneNumberDesc $value) { + public function setVoicemail(PhoneNumberDesc $value) + { $this->voicemail = $value; return $this; } - /** - * @var PhoneNumberDesc - */ - private $short_code; - - public function hasShortCode() { + public function hasShortCode() + { return isset($this->short_code); } - public function getShortCode() { + public function getShortCode() + { return $this->short_code; } - public function setShortCode(PhoneNumberDesc $value) { + public function setShortCode(PhoneNumberDesc $value) + { $this->short_code = $value; return $this; } - private $standard_rate; - - public function hasStandardRate() { + public function hasStandardRate() + { return isset($this->standard_rate); } - public function getStandardRate() { + public function getStandardRate() + { return $this->standard_rate; } - public function setStandardRate(PhoneNumberDesc $value) { + public function setStandardRate(PhoneNumberDesc $value) + { $this->standard_rate = $value; return $this; } - /** - * @var PhoneNumberDesc - */ - private $carrierSpecific; - public function hasCarrierSpecific() { + public function hasCarrierSpecific() + { return isset($this->carrierSpecific); } - public function getCarrierSpecific() { + public function getCarrierSpecific() + { return $this->carrierSpecific; } - public function setCarrierSpecific(PhoneNumberDesc $value) { + public function setCarrierSpecific(PhoneNumberDesc $value) + { $this->carrierSpecific = $value; return $this; } + public function hasNoInternationalDialling() + { + return isset($this->noInternationalDialling); + } + public function getNoInternationalDialling() + { + return $this->noInternationalDialling; + } - private $noInternationalDialling = null; - - public function hasNoInternationalDialling() { - return isset($this->noInternationalDialling); - } - - public function getNoInternationalDialling() { - return $this->noInternationalDialling; - } - - public function setNoInternationalDialling(PhoneNumberDesc $value) { - $this->noInternationalDialling = $value; - return $this; - } - - /** - * - * @var NumberFormat - */ - private $intlNumberFormat = array(); - - public function intlNumberFormats() { - return $this->intlNumberFormat; - } - - public function intlNumberFormatSize() { - return count($this->intlNumberFormat); - } - - public function getIntlNumberFormat($index) { - return $this->intlNumberFormat[$index]; - } - - public function addIntlNumberFormat(NumberFormat $value) { - $this->intlNumberFormat[] = $value; - return $this; - } - - public function clearIntlNumberFormat() { - $this->intlNumberFormat = array(); - return $this; - } + public function setNoInternationalDialling(PhoneNumberDesc $value) + { + $this->noInternationalDialling = $value; + return $this; + } - public function toArray() { - $output = array(); + /** + * + * @return string + */ + public function getId() + { + return $this->id; + } - if ($this->hasGeneralDesc()) { - $output['generalDesc'] = $this->getGeneralDesc()->toArray(); - } + /** + * + * @param string $value + * @return PhoneMetadata + */ + public function setId($value) + { + $this->id = $value; + return $this; + } - if ($this->hasFixedLine()) { - $output['fixedLine'] = $this->getFixedLine()->toArray(); - } + /** + * + * @return int + */ + public function getCountryCode() + { + return $this->countryCode; + } - if ($this->hasMobile()) { - $output['mobile'] = $this->getMobile()->toArray(); - } + /** + * + * @param int $value + * @return PhoneMetadata + */ + public function setCountryCode($value) + { + $this->countryCode = $value; + return $this; + } - if ($this->hasTollFree()) { - $output['tollFree'] = $this->getTollFree()->toArray(); - } + public function getInternationalPrefix() + { + return $this->internationalPrefix; + } - if ($this->hasPremiumRate()) { - $output['premiumRate'] = $this->getPremiumRate()->toArray(); - } + public function setInternationalPrefix($value) + { + $this->internationalPrefix = $value; + return $this; + } - if ($this->hasPremiumRate()) { - $output['premiumRate'] = $this->getPremiumRate()->toArray(); - } + public function hasPreferredInternationalPrefix() + { + return isset($this->preferredInternationalPrefix); + } - if ($this->hasSharedCost()) { - $output['sharedCost'] = $this->getSharedCost()->toArray(); - } + public function getPreferredInternationalPrefix() + { + return $this->preferredInternationalPrefix; + } - if ($this->hasPersonalNumber()) { - $output['personalNumber'] = $this->getPersonalNumber()->toArray(); - } + public function setPreferredInternationalPrefix($value) + { + $this->preferredInternationalPrefix = $value; + return $this; + } - if ($this->hasVoip()) { - $output['voip'] = $this->getVoip()->toArray(); - } + public function hasNationalPrefix() + { + return isset($this->nationalPrefix); + } - if ($this->hasPager()) { - $output['pager'] = $this->getPager()->toArray(); - } + public function getNationalPrefix() + { + return $this->nationalPrefix; + } - if ($this->hasUan()) { - $output['uan'] = $this->getUan()->toArray(); - } + public function setNationalPrefix($value) + { + $this->nationalPrefix = $value; + return $this; + } - if ($this->hasEmergency()) { - $output['emergency'] = $this->getEmergency()->toArray(); - } + public function hasPreferredExtnPrefix() + { + return isset($this->preferredExtnPrefix); + } - if ($this->hasVoicemail()) { - $output['voicemail'] = $this->getVoicemail()->toArray(); - } + public function getPreferredExtnPrefix() + { + return $this->preferredExtnPrefix; + } - if ($this->hasShortCode()) { - $output['shortCode'] = $this->getShortCode()->toArray(); - } + public function setPreferredExtnPrefix($value) + { + $this->preferredExtnPrefix = $value; + return $this; + } - if ($this->hasStandardRate()) { - $output['standardRate'] = $this->getStandardRate()->toArray(); - } + public function hasNationalPrefixForParsing() + { + return isset($this->nationalPrefixForParsing); + } - if ($this->hasCarrierSpecific()) { - $output['carrierSpecific'] = $this->getCarrierSpecific()->toArray(); - } + public function getNationalPrefixForParsing() + { + return $this->nationalPrefixForParsing; + } - if ($this->hasNoInternationalDialling()) { - $output['noInternationalDialling'] = $this->getNoInternationalDialling()->toArray(); - } + public function setNationalPrefixForParsing($value) + { + $this->nationalPrefixForParsing = $value; + return $this; + } - $output['id'] = $this->getId(); - $output['countryCode'] = $this->getCountryCode(); - $output['internationalPrefix'] = $this->getInternationalPrefix(); + public function hasNationalPrefixTransformRule() + { + return isset($this->nationalPrefixTransformRule); + } - if ($this->hasPreferredInternationalPrefix()) { - $output['preferredInternationalPrefix'] = $this->getPreferredInternationalPrefix(); - } + public function getNationalPrefixTransformRule() + { + return $this->nationalPrefixTransformRule; + } - if ($this->hasNationalPrefix()) { - $output['nationalPrefix'] = $this->getNationalPrefix(); - } + public function setNationalPrefixTransformRule($value) + { + $this->nationalPrefixTransformRule = $value; + return $this; + } - if ($this->hasPreferredExtnPrefix()) { - $output['preferredExtnPrefix'] = $this->getPreferredExtnPrefix(); - } + public function isSameMobileAndFixedLinePattern() + { + return $this->sameMobileAndFixedLinePattern; + } - if ($this->hasNationalPrefixForParsing()) { - $output['nationalPrefixForParsing'] = $this->getNationalPrefixForParsing(); - } + public function setSameMobileAndFixedLinePattern($value) + { + $this->sameMobileAndFixedLinePattern = $value; + return $this; + } - if ($this->hasNationalPrefixTransformRule()) { - $output['nationalPrefixTransformRule'] = $this->getNationalPrefixTransformRule(); - } + public function numberFormats() + { + return $this->numberFormat; + } - $output['sameMobileAndFixedLinePattern'] = $this->isSameMobileAndFixedLinePattern(); + public function intlNumberFormats() + { + return $this->intlNumberFormat; + } - $output['numberFormat'] = array(); - foreach ($this->numberFormats() as $numberFormat) { - /* @var $numberFormat NumberFormat */ - $output['numberFormat'][] = $numberFormat->toArray(); - } + public function hasLeadingDigits() + { + return isset($this->leadingDigits); + } - $output['intlNumberFormat'] = array(); - foreach ($this->intlNumberFormats() as $intlNumberFormat) { - /* @var $numberFormat NumberFormat */ - $output['intlNumberFormat'][] = $intlNumberFormat->toArray(); - } + public function getLeadingDigits() + { + return $this->leadingDigits; + } - $output['mainCountryForCode'] = $this->getMainCountryForCode(); + public function setLeadingDigits($value) + { + $this->leadingDigits = $value; + return $this; + } - if ($this->hasLeadingDigits()) { - $output['leadingDigits'] = $this->getLeadingDigits(); - } + public function isLeadingZeroPossible() + { + return $this->leadingZeroPossible; + } - $output['leadingZeroPossible'] = $this->isLeadingZeroPossible(); + public function setLeadingZeroPossible($value) + { + $this->leadingZeroPossible = $value; + return $this; + } - $output['mobileNumberPortableRegion'] = $this->isMobileNumberPortableRegion(); + public function isMobileNumberPortableRegion() + { + return $this->mobileNumberPortableRegion; + } - return $output; - } + public function setMobileNumberPortableRegion($value) + { + $this->mobileNumberPortableRegion = $value; + return $this; + } - public function fromArray(array $input) { + public function fromArray(array $input) + { - if (isset($input['generalDesc'])) { - $desc = new PhoneNumberDesc(); - $this->setGeneralDesc($desc->fromArray($input['generalDesc'])); - } + if (isset($input['generalDesc'])) { + $desc = new PhoneNumberDesc(); + $this->setGeneralDesc($desc->fromArray($input['generalDesc'])); + } - if (isset($input['fixedLine'])) { - $desc = new PhoneNumberDesc(); - $this->setFixedLine($desc->fromArray($input['fixedLine'])); - } + if (isset($input['fixedLine'])) { + $desc = new PhoneNumberDesc(); + $this->setFixedLine($desc->fromArray($input['fixedLine'])); + } - if (isset($input['mobile'])) { - $desc = new PhoneNumberDesc(); - $this->setMobile($desc->fromArray($input['mobile'])); - } + if (isset($input['mobile'])) { + $desc = new PhoneNumberDesc(); + $this->setMobile($desc->fromArray($input['mobile'])); + } - if (isset($input['tollFree'])) { - $desc = new PhoneNumberDesc(); - $this->setTollFree($desc->fromArray($input['tollFree'])); - } + if (isset($input['tollFree'])) { + $desc = new PhoneNumberDesc(); + $this->setTollFree($desc->fromArray($input['tollFree'])); + } - if (isset($input['premiumRate'])) { - $desc = new PhoneNumberDesc(); - $this->setPremiumRate($desc->fromArray($input['premiumRate'])); - } + if (isset($input['premiumRate'])) { + $desc = new PhoneNumberDesc(); + $this->setPremiumRate($desc->fromArray($input['premiumRate'])); + } - if (isset($input['sharedCost'])) { - $desc = new PhoneNumberDesc(); - $this->setSharedCost($desc->fromArray($input['sharedCost'])); - } + if (isset($input['sharedCost'])) { + $desc = new PhoneNumberDesc(); + $this->setSharedCost($desc->fromArray($input['sharedCost'])); + } if (isset($input['personalNumber'])) { $desc = new PhoneNumberDesc(); @@ -745,69 +803,81 @@ class PhoneMetadata { $desc = new PhoneNumberDesc(); $this->setCarrierSpecific($desc->fromArray($input['carrierSpecific'])); } - - if (isset($input['noInternationalDialling'])) { - $desc = new PhoneNumberDesc(); - $this->setNoInternationalDialling($desc->fromArray($input['noInternationalDialling'])); - } - - $this->setId($input['id']); - $this->setCountryCode($input['countryCode']); - $this->setInternationalPrefix($input['internationalPrefix']); - - if (isset($input['preferredInternationalPrefix'])) { - $this->setPreferredInternationalPrefix($input['preferredInternationalPrefix']); - } - if (isset($input['nationalPrefix'])) { - $this->setNationalPrefix($input['nationalPrefix']); - } - if (isset($input['nationalPrefix'])) { - $this->setNationalPrefix($input['nationalPrefix']); - } - - if (isset($input['preferredExtnPrefix'])) { - $this->setPreferredExtnPrefix($input['preferredExtnPrefix']); - } - - if (isset($input['nationalPrefixForParsing'])) { - $this->setNationalPrefixForParsing($input['nationalPrefixForParsing']); - } - - if (isset($input['nationalPrefixTransformRule'])) { - $this->setNationalPrefixTransformRule($input['nationalPrefixTransformRule']); - } - - /* - setSameMobileAndFixedLinePattern(objectInput.readBoolean()); - */ - - foreach ($input['numberFormat'] as $numberFormatElt) { - $numberFormat = new NumberFormat(); - $numberFormat->fromArray($numberFormatElt); - $this->addNumberFormat($numberFormat); - } - - foreach ($input['intlNumberFormat'] as $intlNumberFormatElt) { - $numberFormat = new NumberFormat(); - $numberFormat->fromArray($intlNumberFormatElt); - $this->addIntlNumberFormat($numberFormat); - } - - /* - setMainCountryForCode(objectInput.readBoolean()); - * - */ - $this->setMainCountryForCode($input['mainCountryForCode']); - - if (isset($input['leadingDigits'])) { - $this->setLeadingDigits($input['leadingDigits']); - } - - $this->setLeadingZeroPossible($input['leadingZeroPossible']); + + if (isset($input['noInternationalDialling'])) { + $desc = new PhoneNumberDesc(); + $this->setNoInternationalDialling($desc->fromArray($input['noInternationalDialling'])); + } + + $this->setId($input['id']); + $this->setCountryCode($input['countryCode']); + $this->setInternationalPrefix($input['internationalPrefix']); + + if (isset($input['preferredInternationalPrefix'])) { + $this->setPreferredInternationalPrefix($input['preferredInternationalPrefix']); + } + if (isset($input['nationalPrefix'])) { + $this->setNationalPrefix($input['nationalPrefix']); + } + if (isset($input['nationalPrefix'])) { + $this->setNationalPrefix($input['nationalPrefix']); + } + + if (isset($input['preferredExtnPrefix'])) { + $this->setPreferredExtnPrefix($input['preferredExtnPrefix']); + } + + if (isset($input['nationalPrefixForParsing'])) { + $this->setNationalPrefixForParsing($input['nationalPrefixForParsing']); + } + + if (isset($input['nationalPrefixTransformRule'])) { + $this->setNationalPrefixTransformRule($input['nationalPrefixTransformRule']); + } + + /* + setSameMobileAndFixedLinePattern(objectInput.readBoolean()); + */ + + foreach ($input['numberFormat'] as $numberFormatElt) { + $numberFormat = new NumberFormat(); + $numberFormat->fromArray($numberFormatElt); + $this->addNumberFormat($numberFormat); + } + + foreach ($input['intlNumberFormat'] as $intlNumberFormatElt) { + $numberFormat = new NumberFormat(); + $numberFormat->fromArray($intlNumberFormatElt); + $this->addIntlNumberFormat($numberFormat); + } + + /* + setMainCountryForCode(objectInput.readBoolean()); + * + */ + $this->setMainCountryForCode($input['mainCountryForCode']); + + if (isset($input['leadingDigits'])) { + $this->setLeadingDigits($input['leadingDigits']); + } + + $this->setLeadingZeroPossible($input['leadingZeroPossible']); $this->setMobileNumberPortableRegion($input['mobileNumberPortableRegion']); - return $this; - } + return $this; + } + + public function addNumberFormat(NumberFormat $value) + { + $this->numberFormat[] = $value; + return $this; + } + + public function addIntlNumberFormat(NumberFormat $value) + { + $this->intlNumberFormat[] = $value; + return $this; + } } diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumber.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumber.php index ea41a4f..a79ac38 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumber.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumber.php @@ -2,169 +2,62 @@ namespace libphonenumber; -class PhoneNumber { - - /** - * @var int - */ - private $countryCode = NULL; - - public function hasCountryCode() { - return isset($this->countryCode); - } - - public function getCountryCode() { - return $this->countryCode; - } - - public function setCountryCode($value) { - $this->countryCode = $value; - return $this; - } - - public function clearCountryCode() { - $this->countryCode = NULL; - return $this; - } - - /** - * @var int - */ - private $nationalNumber = NULL; - - public function hasNationalNumber() { - return isset($this->nationalNumber); - } - - public function getNationalNumber() { - return $this->nationalNumber; - } - - public function setNationalNumber($value) { - $this->nationalNumber = $value; - return $this; - } - - public function clearNationalNumber() { - $this->nationalNumber = NULL; - return $this; - } - - private $extension = NULL; - - public function hasExtension() { - return isset($this->extension); - } - - public function getExtension() { - return $this->extension; - } - - public function setExtension($value) { - $this->extension = $value; - return $this; - } - - public function clearExtension() { - $this->extension = NULL; - return $this; - } - - /** - * @var boolean - */ - private $italianLeadingZero = NULL; - - public function hasItalianLeadingZero() { - return isset($this->italianLeadingZero); - } - - public function isItalianLeadingZero() { - return $this->italianLeadingZero; - } - - public function setItalianLeadingZero($value) { - $this->italianLeadingZero = $value; - return $this; - } - - public function clearItalianLeadingZero() { - $this->italianLeadingZero = NULL; - return $this; - } - - private $rawInput = NULL; - - public function hasRawInput() { - return isset($this->rawInput); - } - - public function getRawInput() { - return $this->rawInput; - } - - public function setRawInput($value) { - $this->rawInput = $value; - return $this; - } - - public function clearRawInput() { - $this->rawInput = NULL; - return $this; - } - - private $countryCodeSource = NULL; - - public function hasCountryCodeSource() { - return isset($this->countryCodeSource); - } - - public function getCountryCodeSource() { - return $this->countryCodeSource; - } - - public function setCountryCodeSource($value) { - $this->countryCodeSource = $value; - return $this; - } - - public function clearCountryCodeSource() { - $this->countryCodeSource = NULL; - return $this; - } - - private $preferredDomesticCarrierCode = NULL; - - public function hasPreferredDomesticCarrierCode() { - return isset($this->preferredDomesticCarrierCode); - } - - public function getPreferredDomesticCarrierCode() { - return $this->preferredDomesticCarrierCode; - } +class PhoneNumber +{ + + /** + * @var int + */ + private $countryCode = NULL; + /** + * @var int + */ + private $nationalNumber = NULL; + private $extension = NULL; + /** + * @var boolean + */ + private $italianLeadingZero = NULL; + private $rawInput = NULL; + private $countryCodeSource = NULL; + private $preferredDomesticCarrierCode = NULL; + private $hasNumberOfLeadingZeros = false; + private $numberOfLeadingZeros = 1; - public function setPreferredDomesticCarrierCode($value) { - $this->preferredDomesticCarrierCode = $value; - return $this; - } + public function clear() + { + $this->clearCountryCode(); + $this->clearNationalNumber(); + $this->clearExtension(); + $this->clearItalianLeadingZero(); + $this->clearNumberOfLeadingZeros(); + $this->clearRawInput(); + $this->clearCountryCodeSource(); + $this->clearPreferredDomesticCarrierCode(); + return $this; + } - public function clearPreferredDomesticCarrierCode() { - $this->preferredDomesticCarrierCode = NULL; - return $this; - } + public function clearCountryCode() + { + $this->countryCode = NULL; + return $this; + } - private $hasNumberOfLeadingZeros = false; - private $numberOfLeadingZeros = 1; - public function hasNumberOfLeadingZeros() { - return $this->hasNumberOfLeadingZeros; + public function clearNationalNumber() + { + $this->nationalNumber = NULL; + return $this; } - public function getNumberOfLeadingZeros() { - return $this->numberOfLeadingZeros; + + public function clearExtension() + { + $this->extension = NULL; + return $this; } - public function setNumberOfLeadingZeros($value) { - $this->hasNumberOfLeadingZeros = true; - $this->numberOfLeadingZeros = $value; + public function clearItalianLeadingZero() + { + $this->italianLeadingZero = NULL; return $this; } @@ -175,67 +68,205 @@ class PhoneNumber { return $this; } - public function clear() { - $this->clearCountryCode(); - $this->clearNationalNumber(); - $this->clearExtension(); - $this->clearItalianLeadingZero(); - $this->clearNumberOfLeadingZeros(); - $this->clearRawInput(); - $this->clearCountryCodeSource(); - $this->clearPreferredDomesticCarrierCode(); - return $this; - } - - public function mergeFrom(PhoneNumber $other) { - if ($other->hasCountryCode()) { - $this->setCountryCode($other->getCountryCode()); - } - if ($other->hasNationalNumber()) { - $this->setNationalNumber($other->getNationalNumber()); - } - if ($other->hasExtension()) { - $this->setExtension($other->getExtension()); - } - if ($other->hasItalianLeadingZero()) { - $this->setItalianLeadingZero($other->isItalianLeadingZero()); - } + public function clearRawInput() + { + $this->rawInput = NULL; + return $this; + } + + public function clearCountryCodeSource() + { + $this->countryCodeSource = NULL; + return $this; + } + + public function clearPreferredDomesticCarrierCode() + { + $this->preferredDomesticCarrierCode = NULL; + return $this; + } + + public function mergeFrom(PhoneNumber $other) + { + if ($other->hasCountryCode()) { + $this->setCountryCode($other->getCountryCode()); + } + if ($other->hasNationalNumber()) { + $this->setNationalNumber($other->getNationalNumber()); + } + if ($other->hasExtension()) { + $this->setExtension($other->getExtension()); + } + if ($other->hasItalianLeadingZero()) { + $this->setItalianLeadingZero($other->isItalianLeadingZero()); + } if ($other->hasNumberOfLeadingZeros()) { $this->setNumberOfLeadingZeros($other->getNumberOfLeadingZeros()); } - if ($other->hasRawInput()) { - $this->setRawInput($other->getRawInput()); - } - if ($other->hasCountryCodeSource()) { - $this->setCountryCodeSource($other->getCountryCodeSource()); - } - if ($other->hasPreferredDomesticCarrierCode()) { - $this->setPreferredDomesticCarrierCode($other->getPreferredDomesticCarrierCode()); - } - return $this; - } - - public function equals(PhoneNumber $other) { + if ($other->hasRawInput()) { + $this->setRawInput($other->getRawInput()); + } + if ($other->hasCountryCodeSource()) { + $this->setCountryCodeSource($other->getCountryCodeSource()); + } + if ($other->hasPreferredDomesticCarrierCode()) { + $this->setPreferredDomesticCarrierCode($other->getPreferredDomesticCarrierCode()); + } + return $this; + } + + public function hasCountryCode() + { + return isset($this->countryCode); + } + + public function getCountryCode() + { + return $this->countryCode; + } + + public function setCountryCode($value) + { + $this->countryCode = $value; + return $this; + } + + public function hasNationalNumber() + { + return isset($this->nationalNumber); + } + + public function getNationalNumber() + { + return $this->nationalNumber; + } + + public function setNationalNumber($value) + { + $this->nationalNumber = $value; + return $this; + } + + public function hasExtension() + { + return isset($this->extension); + } + + public function getExtension() + { + return $this->extension; + } + + public function setExtension($value) + { + $this->extension = $value; + return $this; + } + + public function hasItalianLeadingZero() + { + return isset($this->italianLeadingZero); + } + + public function isItalianLeadingZero() + { + return $this->italianLeadingZero; + } + + public function setItalianLeadingZero($value) + { + $this->italianLeadingZero = $value; + return $this; + } + + public function hasNumberOfLeadingZeros() + { + return $this->hasNumberOfLeadingZeros; + } + + public function getNumberOfLeadingZeros() + { + return $this->numberOfLeadingZeros; + } + + public function setNumberOfLeadingZeros($value) + { + $this->hasNumberOfLeadingZeros = true; + $this->numberOfLeadingZeros = $value; + return $this; + } + + public function hasRawInput() + { + return isset($this->rawInput); + } + + public function getRawInput() + { + return $this->rawInput; + } + + public function setRawInput($value) + { + $this->rawInput = $value; + return $this; + } + + public function hasCountryCodeSource() + { + return isset($this->countryCodeSource); + } + + public function getCountryCodeSource() + { + return $this->countryCodeSource; + } + + public function setCountryCodeSource($value) + { + $this->countryCodeSource = $value; + return $this; + } + + public function hasPreferredDomesticCarrierCode() + { + return isset($this->preferredDomesticCarrierCode); + } + + public function getPreferredDomesticCarrierCode() + { + return $this->preferredDomesticCarrierCode; + } + + public function setPreferredDomesticCarrierCode($value) + { + $this->preferredDomesticCarrierCode = $value; + return $this; + } + + public function equals(PhoneNumber $other) + { $sameType = get_class($other) == get_class($this); - $sameCountry = $this->hasCountryCode() == $other->hasCountryCode() && - (!$this->hasCountryCode() || $this->getCountryCode() == $other->getCountryCode()); - $sameNational = $this->hasNationalNumber() == $other->hasNationalNumber() && - (!$this->hasNationalNumber() ||$this->getNationalNumber() == $other->getNationalNumber()); - $sameExt = $this->hasExtension() == $other->hasExtension() && - (!$this->hasExtension() || $this->hasExtension() == $other->hasExtension()); - $sameLead = $this->hasItalianLeadingZero() == $other->hasItalianLeadingZero() && - (!$this->hasItalianLeadingZero() || $this->isItalianLeadingZero() == $other->isItalianLeadingZero()); + $sameCountry = $this->hasCountryCode() == $other->hasCountryCode() && + (!$this->hasCountryCode() || $this->getCountryCode() == $other->getCountryCode()); + $sameNational = $this->hasNationalNumber() == $other->hasNationalNumber() && + (!$this->hasNationalNumber() || $this->getNationalNumber() == $other->getNationalNumber()); + $sameExt = $this->hasExtension() == $other->hasExtension() && + (!$this->hasExtension() || $this->hasExtension() == $other->hasExtension()); + $sameLead = $this->hasItalianLeadingZero() == $other->hasItalianLeadingZero() && + (!$this->hasItalianLeadingZero() || $this->isItalianLeadingZero() == $other->isItalianLeadingZero()); $sameZeros = $this->getNumberOfLeadingZeros() == $other->getNumberOfLeadingZeros(); - $sameRaw = $this->hasRawInput() == $other->hasRawInput() && - (!$this->hasRawInput() || $this->getRawInput() == $other->getRawInput()); - $sameCountrySource = $this->hasCountryCodeSource() == $other->hasCountryCodeSource() && - (!$this->hasCountryCodeSource() || $this->getCountryCodeSource() == $other->getCountryCodeSource()); - $samePrefCar = $this->hasPreferredDomesticCarrierCode() == $other->hasPreferredDomesticCarrierCode() && - (!$this->hasPreferredDomesticCarrierCode() || $this->getPreferredDomesticCarrierCode() == $other->getPreferredDomesticCarrierCode()); + $sameRaw = $this->hasRawInput() == $other->hasRawInput() && + (!$this->hasRawInput() || $this->getRawInput() == $other->getRawInput()); + $sameCountrySource = $this->hasCountryCodeSource() == $other->hasCountryCodeSource() && + (!$this->hasCountryCodeSource() || $this->getCountryCodeSource() == $other->getCountryCodeSource()); + $samePrefCar = $this->hasPreferredDomesticCarrierCode() == $other->hasPreferredDomesticCarrierCode() && + (!$this->hasPreferredDomesticCarrierCode() || $this->getPreferredDomesticCarrierCode() == $other->getPreferredDomesticCarrierCode()); return $sameType && $sameCountry && $sameNational && $sameExt && $sameLead && $sameZeros && $sameRaw && $sameCountrySource && $samePrefCar; } - public function __toString() { - return '+' . $this->getCountryCode() . $this->getNationalNumber(); - } + public function __toString() + { + return '+' . $this->getCountryCode() . $this->getNationalNumber(); + } } diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberDesc.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberDesc.php index 94c6447..b98a512 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberDesc.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberDesc.php @@ -14,6 +14,26 @@ class PhoneNumberDesc private $hasExampleNumber = false; private $exampleNumber = ""; + /** + * @param PhoneNumberDesc $other + * + * @return PhoneNumberDesc + */ + public function mergeFrom(PhoneNumberDesc $other) + { + if ($other->hasNationalNumberPattern()) { + $this->setNationalNumberPattern($other->getNationalNumberPattern()); + } + if ($other->hasPossibleNumberPattern()) { + $this->setPossibleNumberPattern($other->getPossibleNumberPattern()); + } + if ($other->hasExampleNumber()) { + $this->setExampleNumber($other->getExampleNumber()); + } + + return $this; + } + /** * @return boolean */ @@ -32,8 +52,8 @@ class PhoneNumberDesc /** * @param string $value - * - * @return PhoneNumberDesc + * + * @return PhoneNumberDesc */ public function setNationalNumberPattern($value) { @@ -61,8 +81,8 @@ class PhoneNumberDesc /** * @param string $value - * - * @return PhoneNumberDesc + * + * @return PhoneNumberDesc */ public function setPossibleNumberPattern($value) { @@ -90,8 +110,8 @@ class PhoneNumberDesc /** * @param string $value - * - * @return PhoneNumberDesc + * + * @return PhoneNumberDesc */ public function setExampleNumber($value) { @@ -103,34 +123,14 @@ class PhoneNumberDesc /** * @param PhoneNumberDesc $other - * - * @return PhoneNumberDesc - */ - public function mergeFrom(PhoneNumberDesc $other) - { - if ($other->hasNationalNumberPattern()) { - $this->setNationalNumberPattern($other->getNationalNumberPattern()); - } - if ($other->hasPossibleNumberPattern()) { - $this->setPossibleNumberPattern($other->getPossibleNumberPattern()); - } - if ($other->hasExampleNumber()) { - $this->setExampleNumber($other->getExampleNumber()); - } - - return $this; - } - - /** - * @param PhoneNumberDesc $other - * - * @return boolean + * + * @return boolean */ public function exactlySameAs(PhoneNumberDesc $other) { return $this->nationalNumberPattern === $other->nationalNumberPattern && - $this->possibleNumberPattern === $other->possibleNumberPattern && - $this->exampleNumber === $other->exampleNumber; + $this->possibleNumberPattern === $other->possibleNumberPattern && + $this->exampleNumber === $other->exampleNumber; } /** @@ -154,8 +154,8 @@ class PhoneNumberDesc /** * @param array $input - * - * @return PhoneNumberDesc + * + * @return PhoneNumberDesc */ public function fromArray(array $input) { diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberToCarrierMapper.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberToCarrierMapper.php index 551a0e9..6490878 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberToCarrierMapper.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberToCarrierMapper.php @@ -1,6 +1,6 @@ prefixFileReader = new PrefixFileReader(dirname(__FILE__) . $phonePrefixDataDirectory); $this->phoneUtil = PhoneNumberUtil::getInstance(); } @@ -44,7 +43,8 @@ class PhoneNumberToCarrierMapper * @param string $mappingDir * @return PhoneNumberToCarrierMapper */ - public static function getInstance($mappingDir = self::MAPPING_DATA_DIRECTORY) { + public static function getInstance($mappingDir = self::MAPPING_DATA_DIRECTORY) + { if (self::$instance === null) { self::$instance = new self($mappingDir); } @@ -53,28 +53,24 @@ class PhoneNumberToCarrierMapper } /** - * Returns a carrier name for the given phone number, in the language provided. The carrier name - * is the one the number was originally allocated to, however if the country supports mobile - * number portability the number might not belong to the returned carrier anymore. If no mapping - * is found an empty string is returned. - * - *

This method assumes the validity of the number passed in has already been checked, and that - * the number is suitable for carrier lookup. We consider mobile and pager numbers possible - * candidates for carrier lookup. + * Gets the name of the carrier for the given phone number only when it is 'safe' to display to + * users. A carrier name is considered safe if the number is valid and for a region that doesn't + * support + * {@linkplain http://en.wikipedia.org/wiki/Mobile_number_portability mobile number portability}. * - * @param PhoneNumber $number a valid phone number for which we want to get a carrier name - * @param string $languageCode the language code in which the name should be written - * @return string a carrier name for the given phone number + * @param $number PhoneNumber the phone number for which we want to get a carrier name + * @param $languageCode String the language code in which the name should be written + * @return string a carrier name that is safe to display to users, or the empty string */ - public function getNameForValidNumber(PhoneNumber $number, $languageCode) { - $languageStr = \Locale::getPrimaryLanguage($languageCode); - $scriptStr = ""; - $regionStr = \Locale::getRegion($languageCode); + public function getSafeDisplayName(PhoneNumber $number, $languageCode) + { + if ($this->phoneUtil->isMobileNumberPortableRegion($this->phoneUtil->getRegionCodeForNumber($number))) { + return ""; + } - return $this->prefixFileReader->getDescriptionForNumber($number, $languageStr, $scriptStr, $regionStr); + return $this->getNameForNumber($number, $languageCode); } - /** * Gets the name of the carrier for the given phone number, in the language provided. As per * {@link #getNameForValidNumber(PhoneNumber, Locale)} but explicitly checks the validity of @@ -85,42 +81,50 @@ class PhoneNumberToCarrierMapper * @return string a carrier name for the given phone number, or empty string if the number passed in is * invalid */ - public function getNameForNumber(PhoneNumber $number, $languageCode) { + public function getNameForNumber(PhoneNumber $number, $languageCode) + { $numberType = $this->phoneUtil->getNumberType($number); if ($this->isMobile($numberType)) { return $this->getNameForValidNumber($number, $languageCode); } return ""; } - /** - * Gets the name of the carrier for the given phone number only when it is 'safe' to display to - * users. A carrier name is considered safe if the number is valid and for a region that doesn't - * support - * {@linkplain http://en.wikipedia.org/wiki/Mobile_number_portability mobile number portability}. - * - * @param $number PhoneNumber the phone number for which we want to get a carrier name - * @param $languageCode String the language code in which the name should be written - * @return string a carrier name that is safe to display to users, or the empty string - */ - public function getSafeDisplayName(PhoneNumber $number, $languageCode) { - if ($this->phoneUtil->isMobileNumberPortableRegion($this->phoneUtil->getRegionCodeForNumber($number))) { - return ""; - } - - return $this->getNameForNumber($number, $languageCode); - } /** * Checks if the supplied number type supports carrier lookup. * @param int $numberType A PhoneNumberType int * @return bool */ - private function isMobile($numberType) { + private function isMobile($numberType) + { return ($numberType === PhoneNumberType::MOBILE || $numberType === PhoneNumberType::FIXED_LINE_OR_MOBILE || $numberType === PhoneNumberType::PAGER ); } + + /** + * Returns a carrier name for the given phone number, in the language provided. The carrier name + * is the one the number was originally allocated to, however if the country supports mobile + * number portability the number might not belong to the returned carrier anymore. If no mapping + * is found an empty string is returned. + * + *

This method assumes the validity of the number passed in has already been checked, and that + * the number is suitable for carrier lookup. We consider mobile and pager numbers possible + * candidates for carrier lookup. + * + * @param PhoneNumber $number a valid phone number for which we want to get a carrier name + * @param string $languageCode the language code in which the name should be written + * @return string a carrier name for the given phone number + */ + public function getNameForValidNumber(PhoneNumber $number, $languageCode) + { + $languageStr = \Locale::getPrimaryLanguage($languageCode); + $scriptStr = ""; + $regionStr = \Locale::getRegion($languageCode); + + return $this->prefixFileReader->getDescriptionForNumber($number, $languageStr, $scriptStr, $regionStr); + } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberUtil.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberUtil.php index 11d9131..0519ed0 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberUtil.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/PhoneNumberUtil.php @@ -210,7 +210,8 @@ class PhoneNumberUtil public static function getInstance( $baseFileLocation = self::META_DATA_FILE_PREFIX, array $countryCallingCodeToRegionCodeMap = null - ) { + ) + { if ($countryCallingCodeToRegionCodeMap === null) { $countryCallingCodeToRegionCodeMap = CountryCodeToRegionCodeMap::$countryCodeToRegionCodeMap; } @@ -273,53 +274,6 @@ class PhoneNumberUtil return self::$instance; } - private static function loadNumericCharacters() - { - self::$numeric_characters[pack("H*", 'efbc90')] = 0; - self::$numeric_characters[pack("H*", 'efbc91')] = 1; - self::$numeric_characters[pack("H*", 'efbc92')] = 2; - self::$numeric_characters[pack("H*", 'efbc93')] = 3; - self::$numeric_characters[pack("H*", 'efbc94')] = 4; - self::$numeric_characters[pack("H*", 'efbc95')] = 5; - self::$numeric_characters[pack("H*", 'efbc96')] = 6; - self::$numeric_characters[pack("H*", 'efbc97')] = 7; - self::$numeric_characters[pack("H*", 'efbc98')] = 8; - self::$numeric_characters[pack("H*", 'efbc99')] = 9; - - self::$numeric_characters[pack("H*", 'd9a0')] = 0; - self::$numeric_characters[pack("H*", 'd9a1')] = 1; - self::$numeric_characters[pack("H*", 'd9a2')] = 2; - self::$numeric_characters[pack("H*", 'd9a3')] = 3; - self::$numeric_characters[pack("H*", 'd9a4')] = 4; - self::$numeric_characters[pack("H*", 'd9a5')] = 5; - self::$numeric_characters[pack("H*", 'd9a6')] = 6; - self::$numeric_characters[pack("H*", 'd9a7')] = 7; - self::$numeric_characters[pack("H*", 'd9a8')] = 8; - self::$numeric_characters[pack("H*", 'd9a9')] = 9; - - self::$numeric_characters[pack("H*", 'dbb0')] = 0; - self::$numeric_characters[pack("H*", 'dbb1')] = 1; - self::$numeric_characters[pack("H*", 'dbb2')] = 2; - self::$numeric_characters[pack("H*", 'dbb3')] = 3; - self::$numeric_characters[pack("H*", 'dbb4')] = 4; - self::$numeric_characters[pack("H*", 'dbb5')] = 5; - self::$numeric_characters[pack("H*", 'dbb6')] = 6; - self::$numeric_characters[pack("H*", 'dbb7')] = 7; - self::$numeric_characters[pack("H*", 'dbb8')] = 8; - self::$numeric_characters[pack("H*", 'dbb9')] = 9; - - self::$numeric_characters[pack("H*", 'e1a090')] = 0; - self::$numeric_characters[pack("H*", 'e1a091')] = 1; - self::$numeric_characters[pack("H*", 'e1a092')] = 2; - self::$numeric_characters[pack("H*", 'e1a093')] = 3; - self::$numeric_characters[pack("H*", 'e1a094')] = 4; - self::$numeric_characters[pack("H*", 'e1a095')] = 5; - self::$numeric_characters[pack("H*", 'e1a096')] = 6; - self::$numeric_characters[pack("H*", 'e1a097')] = 7; - self::$numeric_characters[pack("H*", 'e1a098')] = 8; - self::$numeric_characters[pack("H*", 'e1a099')] = 9; - } - private function init($filePrefix) { $this->currentFilePrefix = dirname(__FILE__) . '/data/' . $filePrefix; @@ -362,11 +316,6 @@ class PhoneNumberUtil self::$EXTN_PATTERNS_FOR_MATCHING = self::createExtnPattern($singleExtnSymbolsForMatching); } - // The FIRST_GROUP_PATTERN was originally set to $1 but there are some countries for which the - // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match - // correctly. Therefore, we use \d, so that the first group actually used in the pattern will be - // matched. - /** * Helper initialiser method to create the regular-expression pattern to match extensions, * allowing the one-char extension symbols provided by {@code singleExtnSymbols}. @@ -392,6 +341,11 @@ class PhoneNumberUtil "[- ]+(" . self::DIGITS . "{1,5})#"); } + // The FIRST_GROUP_PATTERN was originally set to $1 but there are some countries for which the + // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match + // correctly. Therefore, we use \d, so that the first group actually used in the pattern will be + // matched. + private static function initAsciiDigitMappings() { // Simple ASCII digits map used to populate ALPHA_PHONE_MAPPINGS and @@ -415,6 +369,53 @@ class PhoneNumberUtil self::$EXTN_PATTERN = "/(?:" . self::$EXTN_PATTERNS_FOR_PARSING . ")$/" . self::REGEX_FLAGS; } + private static function loadNumericCharacters() + { + self::$numeric_characters[pack("H*", 'efbc90')] = 0; + self::$numeric_characters[pack("H*", 'efbc91')] = 1; + self::$numeric_characters[pack("H*", 'efbc92')] = 2; + self::$numeric_characters[pack("H*", 'efbc93')] = 3; + self::$numeric_characters[pack("H*", 'efbc94')] = 4; + self::$numeric_characters[pack("H*", 'efbc95')] = 5; + self::$numeric_characters[pack("H*", 'efbc96')] = 6; + self::$numeric_characters[pack("H*", 'efbc97')] = 7; + self::$numeric_characters[pack("H*", 'efbc98')] = 8; + self::$numeric_characters[pack("H*", 'efbc99')] = 9; + + self::$numeric_characters[pack("H*", 'd9a0')] = 0; + self::$numeric_characters[pack("H*", 'd9a1')] = 1; + self::$numeric_characters[pack("H*", 'd9a2')] = 2; + self::$numeric_characters[pack("H*", 'd9a3')] = 3; + self::$numeric_characters[pack("H*", 'd9a4')] = 4; + self::$numeric_characters[pack("H*", 'd9a5')] = 5; + self::$numeric_characters[pack("H*", 'd9a6')] = 6; + self::$numeric_characters[pack("H*", 'd9a7')] = 7; + self::$numeric_characters[pack("H*", 'd9a8')] = 8; + self::$numeric_characters[pack("H*", 'd9a9')] = 9; + + self::$numeric_characters[pack("H*", 'dbb0')] = 0; + self::$numeric_characters[pack("H*", 'dbb1')] = 1; + self::$numeric_characters[pack("H*", 'dbb2')] = 2; + self::$numeric_characters[pack("H*", 'dbb3')] = 3; + self::$numeric_characters[pack("H*", 'dbb4')] = 4; + self::$numeric_characters[pack("H*", 'dbb5')] = 5; + self::$numeric_characters[pack("H*", 'dbb6')] = 6; + self::$numeric_characters[pack("H*", 'dbb7')] = 7; + self::$numeric_characters[pack("H*", 'dbb8')] = 8; + self::$numeric_characters[pack("H*", 'dbb9')] = 9; + + self::$numeric_characters[pack("H*", 'e1a090')] = 0; + self::$numeric_characters[pack("H*", 'e1a091')] = 1; + self::$numeric_characters[pack("H*", 'e1a092')] = 2; + self::$numeric_characters[pack("H*", 'e1a093')] = 3; + self::$numeric_characters[pack("H*", 'e1a094')] = 4; + self::$numeric_characters[pack("H*", 'e1a095')] = 5; + self::$numeric_characters[pack("H*", 'e1a096')] = 6; + self::$numeric_characters[pack("H*", 'e1a097')] = 7; + self::$numeric_characters[pack("H*", 'e1a098')] = 8; + self::$numeric_characters[pack("H*", 'e1a099')] = 9; + } + /** * Used for testing purposes only to reset the PhoneNumberUtil singleton to null. */ @@ -460,10 +461,10 @@ class PhoneNumberUtil * in the accompanying map with the values therein, and stripping all other characters if * removeNonMatches is true. * - * @param string $number a string of characters representing a phone number - * @param array $normalizationReplacements a mapping of characters to what they should be replaced by in + * @param string $number a string of characters representing a phone number + * @param array $normalizationReplacements a mapping of characters to what they should be replaced by in * the normalized version of the phone number - * @param bool $removeNonMatches indicates whether characters that are not able to be replaced + * @param bool $removeNonMatches indicates whether characters that are not able to be replaced * should be stripped from the number. If this is false, they * will be left unchanged in the number. * @return string the normalized string version of the phone number @@ -475,8 +476,10 @@ class PhoneNumberUtil $character = mb_substr($number, $i, 1, 'UTF-8'); if (isset($normalizationReplacements[mb_strtoupper($character, 'UTF-8')])) { $normalizedNumber .= $normalizationReplacements[mb_strtoupper($character, 'UTF-8')]; - } else if (!$removeNonMatches) { - $normalizedNumber .= $character; + } else { + if (!$removeNonMatches) { + $normalizedNumber .= $character; + } } // If neither of the above are true, we remove this character. } @@ -621,7 +624,7 @@ class PhoneNumberUtil * Returns the region where a phone number is from. This could be used for geocoding at the region * level. * - * @param PhoneNumber $number the phone number whose origin we want to know + * @param PhoneNumber $number the phone number whose origin we want to know * @return null|string the region where the phone number is from, or null if no region matches this calling * code */ @@ -662,8 +665,10 @@ class PhoneNumberUtil if ($nbMatches > 0 && $matches[0][1] === 0) { return $regionCode; } - } else if ($this->getNumberTypeHelper($nationalNumber, $metadata) != PhoneNumberType::UNKNOWN) { - return $regionCode; + } else { + if ($this->getNumberTypeHelper($nationalNumber, $metadata) != PhoneNumberType::UNKNOWN) { + return $regionCode; + } } } return null; @@ -726,8 +731,10 @@ class PhoneNumberUtil if ($isFixedLine) { if ($metadata->isSameMobileAndFixedLinePattern()) { return PhoneNumberType::FIXED_LINE_OR_MOBILE; - } else if ($this->isNumberMatchingDesc($nationalNumber, $metadata->getMobile())) { - return PhoneNumberType::FIXED_LINE_OR_MOBILE; + } else { + if ($this->isNumberMatchingDesc($nationalNumber, $metadata->getMobile())) { + return PhoneNumberType::FIXED_LINE_OR_MOBILE; + } } return PhoneNumberType::FIXED_LINE; } @@ -741,27 +748,13 @@ class PhoneNumberUtil return PhoneNumberType::UNKNOWN; } - public function isNumberMatchingDesc($nationalNumber, PhoneNumberDesc $numberDesc) { + public function isNumberMatchingDesc($nationalNumber, PhoneNumberDesc $numberDesc) + { $nationalNumberPatternMatcher = new Matcher($numberDesc->getNationalNumberPattern(), $nationalNumber); return $this->isNumberPossibleForDesc($nationalNumber, $numberDesc) && $nationalNumberPatternMatcher->matches(); } - /** - * - * Helper method to check whether a number is too short to be a regular length phone number in a - * region. - * - * @param PhoneMetadata $regionMetadata - * @param $number - * @return bool - */ - private function isShorterThanPossibleNormalNumber(PhoneMetadata $regionMetadata, $number) - { - $possibleNumberPattern = $regionMetadata->getGeneralDesc()->getPossibleNumberPattern(); - return ($this->testNumberLengthAgainstPattern($possibleNumberPattern, $number) === ValidationResult::TOO_SHORT); - } - public function isNumberPossibleForDesc($nationalNumber, PhoneNumberDesc $numberDesc) { $possibleNumberPatternMatcher = new Matcher($numberDesc->getPossibleNumberPattern(), $nationalNumber); @@ -911,7 +904,7 @@ class PhoneNumberUtil * applied. * * @param PhoneNumber $number the phone number to be formatted - * @param int $numberFormat the format the phone number should be formatted into + * @param int $numberFormat the format the phone number should be formatted into * @return string the formatted phone number */ public function format(PhoneNumber $number, $numberFormat) @@ -974,9 +967,6 @@ class PhoneNumberUtil } } - // Regexp of all known extension prefixes used by different regions followed by 1 or more valid - // digits, for use when parsing. - /** * Helper function to check the country calling code is valid. * @param $countryCallingCode @@ -987,6 +977,9 @@ class PhoneNumberUtil return isset($this->countryCallingCodeToRegionCodeMap[$countryCallingCode]); } + // Regexp of all known extension prefixes used by different regions followed by 1 or more valid + // digits, for use when parsing. + /** * Returns the region code that matches the specific country calling code. In the case of no * region code being found, ZZ will be returned. In the case of multiple regions, the one @@ -1010,8 +1003,7 @@ class PhoneNumberUtil // When the intlNumberFormats exists, we use that to format national number for the // INTERNATIONAL format instead of using the numberDesc.numberFormats. $availableFormats = - (count($intlNumberFormats) == 0 || $numberFormat == PhoneNumberFormat::NATIONAL) ? $metadata->numberFormats( - ) : $metadata->intlNumberFormats(); + (count($intlNumberFormats) == 0 || $numberFormat == PhoneNumberFormat::NATIONAL) ? $metadata->numberFormats() : $metadata->intlNumberFormats(); $formattingPattern = $this->chooseFormattingPatternForNumber($availableFormats, $number); return ($formattingPattern === null) ? $number : $this->formatNsnUsingPattern( $number, @@ -1047,7 +1039,8 @@ class PhoneNumberUtil NumberFormat $formattingPattern, $numberFormat, $carrierCode = null - ) { + ) + { $numberFormatRule = $formattingPattern->getFormat(); $m = new Matcher($formattingPattern->getPattern(), $nationalNumber); if ($numberFormat == PhoneNumberFormat::NATIONAL && @@ -1123,7 +1116,8 @@ class PhoneNumberUtil * @param int $countryCallingCode the country calling code for which we want the mobile token * @return string the mobile token, as a string, for the given country calling code */ - public static function getCountryMobileToken($countryCallingCode){ + public static function getCountryMobileToken($countryCallingCode) + { if (array_key_exists($countryCallingCode, self::$MOBILE_TOKEN_MAPPINGS)) { return self::$MOBILE_TOKEN_MAPPINGS[$countryCallingCode]; } @@ -1137,7 +1131,7 @@ class PhoneNumberUtil * it should be parsed and methods such as {@link #isPossibleNumberWithReason} and * {@link #isValidNumber} should be used. * - * @param string $number the number that needs to be checked + * @param string $number the number that needs to be checked * @return bool true if the number is a valid vanity number */ public function isAlphaNumber($number) @@ -1203,7 +1197,7 @@ class PhoneNumberUtil * Strips any extension (as in, the part of the number dialled after the call is connected, * usually indicated with extn, ext, x or similar) from the end of the number, and returns it. * - * @param string $number the non-normalized telephone number that we wish to strip the extension from + * @param string $number the non-normalized telephone number that we wish to strip the extension from * @return string the phone extension */ private function maybeStripExtension(&$number) @@ -1233,10 +1227,10 @@ class PhoneNumberUtil * in that it always populates the raw_input field of the protocol buffer with numberToParse as * well as the country_code_source field. * - * @param string $numberToParse number that we are attempting to parse. This can contain formatting + * @param string $numberToParse number that we are attempting to parse. This can contain formatting * such as +, ( and -, as well as a phone number extension. It can also * be provided in RFC3966 format. - * @param string $defaultRegion region that we are expecting the number to be from. This is only used + * @param string $defaultRegion region that we are expecting the number to be from. This is only used * if the number being parsed is not written in international format. * The country calling code for the number in this case would be stored * as that of the default region supplied. @@ -1251,27 +1245,6 @@ class PhoneNumberUtil return $phoneNumber; } - /** - * A helper function to set the values related to leading zeros in a PhoneNumber. - * @param $nationalNumber - * @param PhoneNumber $phoneNumber - */ - public static function setItalianLeadingZerosForPhoneNumber($nationalNumber, PhoneNumber $phoneNumber) { - if (strlen($nationalNumber) > 1 && substr($nationalNumber, 0, 1) == '0') { - $phoneNumber->setItalianLeadingZero(true); - $numberOfLeadingZeros = 1; - // Note that if the national number is all "0"s, the last "0" is not counted as a leading - // zero. - while ($numberOfLeadingZeros < (strlen($nationalNumber) - 1) && substr($nationalNumber, $numberOfLeadingZeros, 1) == '0') { - $numberOfLeadingZeros++; - } - - if ($numberOfLeadingZeros != 1) { - $phoneNumber->setNumberOfLeadingZeros($numberOfLeadingZeros); - } - } - } - /** * Parses a string and fills up the phoneNumber. This method is the same as the public * parse() method, with the exception that it allows the default region to be null, for use by @@ -1290,26 +1263,30 @@ class PhoneNumberUtil $keepRawInput, $checkRegion, PhoneNumber $phoneNumber - ) { + ) + { $numberToParse = trim($numberToParse); if ($numberToParse === null) { throw new NumberParseException(NumberParseException::NOT_A_NUMBER, "The phone number supplied was null."); } elseif (mb_strlen($numberToParse) > self::MAX_INPUT_STRING_LENGTH) { - throw new NumberParseException(NumberParseException::TOO_LONG, "The string supplied was too long to parse."); + throw new NumberParseException(NumberParseException::TOO_LONG, + "The string supplied was too long to parse."); } $nationalNumber = ''; $this->buildNationalNumberForParsing($numberToParse, $nationalNumber); if (!$this->isViablePhoneNumber($nationalNumber)) { - throw new NumberParseException(NumberParseException::NOT_A_NUMBER, "The string supplied did not seem to be a phone number."); + throw new NumberParseException(NumberParseException::NOT_A_NUMBER, + "The string supplied did not seem to be a phone number."); } // Check the region supplied is valid, or that the extracted number starts with some sort of + // sign so the number's region can be determined. if ($checkRegion && !$this->checkRegionForParsing($nationalNumber, $defaultRegion)) { - throw new NumberParseException(NumberParseException::INVALID_COUNTRY_CODE, "Missing or invalid default region."); + throw new NumberParseException(NumberParseException::INVALID_COUNTRY_CODE, + "Missing or invalid default region."); } if ($keepRawInput) { @@ -1371,8 +1348,10 @@ class PhoneNumberUtil if ($defaultRegion !== null) { $countryCode = $regionMetadata->getCountryCode(); $phoneNumber->setCountryCode($countryCode); - } else if ($keepRawInput) { - $phoneNumber->clearCountryCodeSource(); + } else { + if ($keepRawInput) { + $phoneNumber->clearCountryCodeSource(); + } } } if (mb_strlen($normalizedNationalNumber) < self::MIN_LENGTH_FOR_NSN) { @@ -1436,10 +1415,11 @@ class PhoneNumberUtil // Now append everything between the "tel:" prefix and the phone-context. This should include // the national number, an optional extension or isdn-subaddress component. $prefixLoc = strpos($numberToParse, self::RFC3966_PREFIX); - if ($prefixLoc !== false) + if ($prefixLoc !== false) { $prefixLoc += mb_strlen(self::RFC3966_PREFIX); - else + } else { $prefixLoc = 0; + } $nationalNumber .= substr($numberToParse, $prefixLoc, ($indexOfPhoneContext - $prefixLoc)); } else { // Extract a possible number from the string passed in (this strips leading characters that @@ -1469,7 +1449,7 @@ class PhoneNumberUtil * (530) 583-6985 x302 and (530) 583-6985 x2303. We remove the second extension so that the first * number is parsed correctly. * - * @param int $number the string that might contain a phone number + * @param int $number the string that might contain a phone number * @return string the number, stripped of any non-phone-number prefix (such as "Tel:") or an empty * string if no character used to start phone numbers (such as + or any digit) is * found in the number @@ -1536,15 +1516,15 @@ class PhoneNumberUtil * It will throw a NumberParseException if the number starts with a '+' but the country calling * code supplied after this does not match that of any known region. * - * @param string $number non-normalized telephone number that we wish to extract a country calling + * @param string $number non-normalized telephone number that we wish to extract a country calling * code from - may begin with '+' - * @param PhoneMetadata $defaultRegionMetadata metadata about the region this number may be from - * @param string $nationalNumber a string buffer to store the national significant number in, in the case + * @param PhoneMetadata $defaultRegionMetadata metadata about the region this number may be from + * @param string $nationalNumber a string buffer to store the national significant number in, in the case * that a country calling code was extracted. The number is appended to any existing contents. * If no country calling code was extracted, this will be left unchanged. - * @param bool $keepRawInput true if the country_code_source and preferred_carrier_code fields of + * @param bool $keepRawInput true if the country_code_source and preferred_carrier_code fields of * phoneNumber should be populated. - * @param PhoneNumber $phoneNumber the PhoneNumber object where the country_code and country_code_source need + * @param PhoneNumber $phoneNumber the PhoneNumber object where the country_code and country_code_source need * to be populated. Note the country_code is always populated, whereas country_code_source is * only populated when keepCountryCodeSource is true. * @return int the country calling code extracted or 0 if none could be extracted @@ -1556,7 +1536,8 @@ class PhoneNumberUtil &$nationalNumber, $keepRawInput, PhoneNumber $phoneNumber - ) { + ) + { if (mb_strlen($number) == 0) { return 0; } @@ -1588,39 +1569,41 @@ class PhoneNumberUtil // or that doesn't exist. throw new NumberParseException(NumberParseException::INVALID_COUNTRY_CODE, "Country calling code supplied was not recognised."); - } else if ($defaultRegionMetadata !== null) { - // Check to see if the number starts with the country calling code for the default region. If - // so, we remove the country calling code, and do some checks on the validity of the number - // before and after. - $defaultCountryCode = $defaultRegionMetadata->getCountryCode(); - $defaultCountryCodeString = (string)$defaultCountryCode; - $normalizedNumber = (string)$fullNumber; - if (strpos($normalizedNumber, $defaultCountryCodeString) === 0) { - $potentialNationalNumber = substr($normalizedNumber, mb_strlen($defaultCountryCodeString)); - $generalDesc = $defaultRegionMetadata->getGeneralDesc(); - $validNumberPattern = $generalDesc->getNationalNumberPattern(); - // Don't need the carrier code. - $carriercode = null; - $this->maybeStripNationalPrefixAndCarrierCode( - $potentialNationalNumber, - $defaultRegionMetadata, - $carriercode - ); - $possibleNumberPattern = $generalDesc->getPossibleNumberPattern(); - // If the number was not valid before but is valid now, or if it was too long before, we - // consider the number with the country calling code stripped to be a better result and - // keep that instead. - if ((preg_match('/^(' . $validNumberPattern . ')$/x', $fullNumber) == 0 && - preg_match('/^(' . $validNumberPattern . ')$/x', $potentialNationalNumber) > 0) || - $this->testNumberLengthAgainstPattern($possibleNumberPattern, (string)$fullNumber) - == ValidationResult::TOO_LONG - ) { - $nationalNumber .= $potentialNationalNumber; - if ($keepRawInput) { - $phoneNumber->setCountryCodeSource(CountryCodeSource::FROM_NUMBER_WITHOUT_PLUS_SIGN); + } else { + if ($defaultRegionMetadata !== null) { + // Check to see if the number starts with the country calling code for the default region. If + // so, we remove the country calling code, and do some checks on the validity of the number + // before and after. + $defaultCountryCode = $defaultRegionMetadata->getCountryCode(); + $defaultCountryCodeString = (string)$defaultCountryCode; + $normalizedNumber = (string)$fullNumber; + if (strpos($normalizedNumber, $defaultCountryCodeString) === 0) { + $potentialNationalNumber = substr($normalizedNumber, mb_strlen($defaultCountryCodeString)); + $generalDesc = $defaultRegionMetadata->getGeneralDesc(); + $validNumberPattern = $generalDesc->getNationalNumberPattern(); + // Don't need the carrier code. + $carriercode = null; + $this->maybeStripNationalPrefixAndCarrierCode( + $potentialNationalNumber, + $defaultRegionMetadata, + $carriercode + ); + $possibleNumberPattern = $generalDesc->getPossibleNumberPattern(); + // If the number was not valid before but is valid now, or if it was too long before, we + // consider the number with the country calling code stripped to be a better result and + // keep that instead. + if ((preg_match('/^(' . $validNumberPattern . ')$/x', $fullNumber) == 0 && + preg_match('/^(' . $validNumberPattern . ')$/x', $potentialNationalNumber) > 0) || + $this->testNumberLengthAgainstPattern($possibleNumberPattern, (string)$fullNumber) + == ValidationResult::TOO_LONG + ) { + $nationalNumber .= $potentialNationalNumber; + if ($keepRawInput) { + $phoneNumber->setCountryCodeSource(CountryCodeSource::FROM_NUMBER_WITHOUT_PLUS_SIGN); + } + $phoneNumber->setCountryCode($defaultCountryCode); + return $defaultCountryCode; } - $phoneNumber->setCountryCode($defaultCountryCode); - return $defaultCountryCode; } } } @@ -1633,7 +1616,7 @@ class PhoneNumberUtil * Strips any international prefix (such as +, 00, 011) present in the number provided, normalizes * the resulting number, and indicates if an international prefix was present. * - * @param string $number the non-normalized telephone number that we wish to strip any international + * @param string $number the non-normalized telephone number that we wish to strip any international * dialing prefix from. * @param $possibleIddPrefix string the international direct dialing prefix from the region we * think this number may be dialed in @@ -1648,7 +1631,8 @@ class PhoneNumberUtil } $matches = array(); // Check to see if the number begins with one or more plus signs. - $match = preg_match('/^' . self::$PLUS_CHARS_PATTERN . '/' . self::REGEX_FLAGS, $number, $matches, PREG_OFFSET_CAPTURE); + $match = preg_match('/^' . self::$PLUS_CHARS_PATTERN . '/' . self::REGEX_FLAGS, $number, $matches, + PREG_OFFSET_CAPTURE); if ($match > 0) { $number = substr($number, $matches[0][1] + mb_strlen($matches[0][0])); // Can now normalize the rest of the number since we've consumed the "+" sign at the start. @@ -1716,8 +1700,10 @@ class PhoneNumberUtil foreach ($numberAsArray as $character) { if (is_numeric($character)) { $normalizedDigits .= $character; - } else if ($keepNonDigits) { - $normalizedDigits .= $character; + } else { + if ($keepNonDigits) { + $normalizedDigits .= $character; + } } // If neither of the above are true, we remove this character. @@ -1784,10 +1770,10 @@ class PhoneNumberUtil /** * Strips any national prefix (such as 0, 1) present in the number provided. * - * @param string $number the normalized telephone number that we wish to strip any national + * @param string $number the normalized telephone number that we wish to strip any national * dialing prefix from - * @param PhoneMetadata $metadata the metadata for the region that we think this number is from - * @param string $carrierCode a place to insert the carrier code if one is extracted + * @param PhoneMetadata $metadata the metadata for the region that we think this number is from + * @param string $carrierCode a place to insert the carrier code if one is extracted * @return bool true if a national prefix or carrier code (or both) could be extracted. */ public function maybeStripNationalPrefixAndCarrierCode(&$number, PhoneMetadata $metadata, &$carrierCode) @@ -1869,6 +1855,44 @@ class PhoneNumberUtil } } + /** + * + * Helper method to check whether a number is too short to be a regular length phone number in a + * region. + * + * @param PhoneMetadata $regionMetadata + * @param $number + * @return bool + */ + private function isShorterThanPossibleNormalNumber(PhoneMetadata $regionMetadata, $number) + { + $possibleNumberPattern = $regionMetadata->getGeneralDesc()->getPossibleNumberPattern(); + return ($this->testNumberLengthAgainstPattern($possibleNumberPattern, $number) === ValidationResult::TOO_SHORT); + } + + /** + * A helper function to set the values related to leading zeros in a PhoneNumber. + * @param $nationalNumber + * @param PhoneNumber $phoneNumber + */ + public static function setItalianLeadingZerosForPhoneNumber($nationalNumber, PhoneNumber $phoneNumber) + { + if (strlen($nationalNumber) > 1 && substr($nationalNumber, 0, 1) == '0') { + $phoneNumber->setItalianLeadingZero(true); + $numberOfLeadingZeros = 1; + // Note that if the national number is all "0"s, the last "0" is not counted as a leading + // zero. + while ($numberOfLeadingZeros < (strlen($nationalNumber) - 1) && substr($nationalNumber, + $numberOfLeadingZeros, 1) == '0') { + $numberOfLeadingZeros++; + } + + if ($numberOfLeadingZeros != 1) { + $phoneNumber->setNumberOfLeadingZeros($numberOfLeadingZeros); + } + } + } + /** * Returns a list with the region codes that match the specific country calling code. For * non-geographical country calling codes, the region code 001 is returned. Also, in the case @@ -1884,7 +1908,7 @@ class PhoneNumberUtil * Returns the country calling code for a specific region. For example, this would be 1 for the * United States, and 64 for New Zealand. Assumes the region is already valid. * - * @param String $regionCode the region that we want to get the country calling code for + * @param String $regionCode the region that we want to get the country calling code for * @return int the country calling code for the region denoted by regionCode */ public function getCountryCodeForRegion($regionCode) @@ -1899,7 +1923,7 @@ class PhoneNumberUtil * Returns the country calling code for a specific region. For example, this would be 1 for the * United States, and 64 for New Zealand. Assumes the region is already valid. * - * @param String $regionCode the region that we want to get the country calling code for + * @param String $regionCode the region that we want to get the country calling code for * @return int the country calling code for the region denoted by regionCode * @throws Exception if the region is invalid */ @@ -1921,9 +1945,9 @@ class PhoneNumberUtil * toll-free numbers from being called outside of the country), the method returns an empty * string. * - * @param PhoneNumber $number the phone number to be formatted - * @param String $regionCallingFrom the region where the call is being placed - * @param boolean $withFormatting whether the number should be returned with formatting symbols, such as + * @param PhoneNumber $number the phone number to be formatted + * @param String $regionCallingFrom the region where the call is being placed + * @param boolean $withFormatting whether the number should be returned with formatting symbols, such as * spaces and dashes. * @return String the formatted phone number */ @@ -1953,8 +1977,8 @@ class PhoneNumberUtil // Brazilian fixed line and mobile numbers need to be dialed with a carrier code when // called within Brazil. Without that, most of the carriers won't connect the call. // Because of that, we return an empty string here. - $formattedNumber = $numberNoExt->hasPreferredDomesticCarrierCode( - ) ? $this->formatNationalNumberWithCarrierCode($numberNoExt, "") : ""; + $formattedNumber = $numberNoExt->hasPreferredDomesticCarrierCode() ? $this->formatNationalNumberWithCarrierCode($numberNoExt, + "") : ""; } elseif ($isValidNumber && $regionCode == "HU") { // The national format for HU numbers doesn't contain the national prefix, because that is // how numbers are normally written down. However, the national prefix is obligatory when @@ -1969,7 +1993,9 @@ class PhoneNumberUtil // internationally, since that always works, except for numbers which might potentially be // short numbers, which are always dialled in national format. $regionMetadata = $this->getMetadataForRegion($regionCallingFrom); - if ($this->canBeInternationallyDialled($numberNoExt) && !$this->isShorterThanPossibleNormalNumber($regionMetadata, $this->getNationalSignificantNumber($numberNoExt))) { + if ($this->canBeInternationallyDialled($numberNoExt) && !$this->isShorterThanPossibleNormalNumber($regionMetadata, + $this->getNationalSignificantNumber($numberNoExt)) + ) { $formattedNumber = $this->format($numberNoExt, PhoneNumberFormat::INTERNATIONAL); } else { $formattedNumber = $this->format($numberNoExt, PhoneNumberFormat::NATIONAL); @@ -2014,8 +2040,8 @@ class PhoneNumberUtil * phone number already has a preferred domestic carrier code stored. If {@code carrierCode} * contains an empty string, returns the number in national format without any carrier code. * - * @param PhoneNumber $number the phone number to be formatted - * @param String $carrierCode the carrier selection code to be used + * @param PhoneNumber $number the phone number to be formatted + * @param String $carrierCode the carrier selection code to be used * @return String the formatted phone number in national format for dialing using the carrier as * specified in the {@code carrierCode} */ @@ -2050,29 +2076,36 @@ class PhoneNumberUtil } /** - * Formats a phone number in national format for dialing using the carrier as specified in the - * preferredDomesticCarrierCode field of the PhoneNumber object passed in. If that is missing, - * use the {@code fallbackCarrierCode} passed in instead. If there is no - * {@code preferredDomesticCarrierCode}, and the {@code fallbackCarrierCode} contains an empty - * string, return the number in national format without any carrier code. + * Returns the national dialling prefix for a specific region. For example, this would be 1 for + * the United States, and 0 for New Zealand. Set stripNonDigits to true to strip symbols like "~" + * (which indicates a wait for a dialling tone) from the prefix returned. If no national prefix is + * present, we return null. * - *

Use {@link #formatNationalNumberWithCarrierCode} instead if the carrier code passed in - * should take precedence over the number's {@code preferredDomesticCarrierCode} when formatting. + *

Warning: Do not use this method for do-your-own formatting - for some regions, the + * national dialling prefix is used only for certain types of numbers. Use the library's + * formatting functions to prefix the national prefix when required. * - * @param PhoneNumber $number the phone number to be formatted - * @param String $fallbackCarrierCode the carrier selection code to be used, if none is found in the - * phone number itself - * @return String the formatted phone number in national format for dialing using the number's - * {@code preferredDomesticCarrierCode}, or the {@code fallbackCarrierCode} passed in if - * none is found + * @param string $regionCode the region that we want to get the dialling prefix for + * @param boolean $stripNonDigits true to strip non-digits from the national dialling prefix + * @return string the dialling prefix for the region denoted by regionCode */ - public function formatNationalNumberWithPreferredCarrierCode(PhoneNumber $number, $fallbackCarrierCode) + public function getNddPrefixForRegion($regionCode, $stripNonDigits) { - return $this->formatNationalNumberWithCarrierCode( - $number, - $number->hasPreferredDomesticCarrierCode() ? $number->getPreferredDomesticCarrierCode( - ) : $fallbackCarrierCode - ); + $metadata = $this->getMetadataForRegion($regionCode); + if ($metadata === null) { + return null; + } + $nationalPrefix = $metadata->getNationalPrefix(); + // If no national prefix was found, we return null. + if (mb_strlen($nationalPrefix) == 0) { + return null; + } + if ($stripNonDigits) { + // Note: if any other non-numeric symbols are ever used in national prefixes, these would have + // to be removed here as well. + $nationalPrefix = str_replace("~", "", $nationalPrefix); + } + return $nationalPrefix; } /** @@ -2108,6 +2141,31 @@ class PhoneNumberUtil return self::normalizeHelper($number, self::$DIALLABLE_CHAR_MAPPINGS, true /* remove non matches */); } + /** + * Formats a phone number in national format for dialing using the carrier as specified in the + * preferredDomesticCarrierCode field of the PhoneNumber object passed in. If that is missing, + * use the {@code fallbackCarrierCode} passed in instead. If there is no + * {@code preferredDomesticCarrierCode}, and the {@code fallbackCarrierCode} contains an empty + * string, return the number in national format without any carrier code. + * + *

Use {@link #formatNationalNumberWithCarrierCode} instead if the carrier code passed in + * should take precedence over the number's {@code preferredDomesticCarrierCode} when formatting. + * + * @param PhoneNumber $number the phone number to be formatted + * @param String $fallbackCarrierCode the carrier selection code to be used, if none is found in the + * phone number itself + * @return String the formatted phone number in national format for dialing using the number's + * {@code preferredDomesticCarrierCode}, or the {@code fallbackCarrierCode} passed in if + * none is found + */ + public function formatNationalNumberWithPreferredCarrierCode(PhoneNumber $number, $fallbackCarrierCode) + { + return $this->formatNationalNumberWithCarrierCode( + $number, + $number->hasPreferredDomesticCarrierCode() ? $number->getPreferredDomesticCarrierCode() : $fallbackCarrierCode + ); + } + /** * Formats a phone number for out-of-country dialing purposes. * @@ -2128,8 +2186,8 @@ class PhoneNumberUtil * proves to be so. * * - * @param PhoneNumber $number the phone number that needs to be formatted - * @param String $regionCallingFrom the region where the call is being placed + * @param PhoneNumber $number the phone number that needs to be formatted + * @param String $regionCallingFrom the region where the call is being placed * @return String the formatted phone number */ public function formatOutOfCountryKeepingAlphaChars(PhoneNumber $number, $regionCallingFrom) @@ -2165,30 +2223,32 @@ class PhoneNumberUtil if ($this->isNANPACountry($regionCallingFrom)) { return $countryCode . " " . $rawInput; } - } else if ($metadataForRegionCallingFrom !== null && - $countryCode == $this->getCountryCodeForValidRegion($regionCallingFrom) - ) { - $formattingPattern = - $this->chooseFormattingPatternForNumber( - $metadataForRegionCallingFrom->numberFormats(), - $nationalNumber - ); - if ($formattingPattern === null) { - // If no pattern above is matched, we format the original input. - return $rawInput; + } else { + if ($metadataForRegionCallingFrom !== null && + $countryCode == $this->getCountryCodeForValidRegion($regionCallingFrom) + ) { + $formattingPattern = + $this->chooseFormattingPatternForNumber( + $metadataForRegionCallingFrom->numberFormats(), + $nationalNumber + ); + if ($formattingPattern === null) { + // If no pattern above is matched, we format the original input. + return $rawInput; + } + $newFormat = new NumberFormat(); + $newFormat->mergeFrom($formattingPattern); + // The first group is the first group of digits that the user wrote together. + $newFormat->setPattern("(\\d+)(.*)"); + // Here we just concatenate them back together after the national prefix has been fixed. + $newFormat->setFormat("$1$2"); + // Now we format using this pattern instead of the default pattern, but with the national + // prefix prefixed if necessary. + // This will not work in the cases where the pattern (and not the leading digits) decide + // whether a national prefix needs to be used, since we have overridden the pattern to match + // anything, but that is not the case in the metadata to date. + return $this->formatNsnUsingPattern($rawInput, $newFormat, PhoneNumberFormat::NATIONAL); } - $newFormat = new NumberFormat(); - $newFormat->mergeFrom($formattingPattern); - // The first group is the first group of digits that the user wrote together. - $newFormat->setPattern("(\\d+)(.*)"); - // Here we just concatenate them back together after the national prefix has been fixed. - $newFormat->setFormat("$1$2"); - // Now we format using this pattern instead of the default pattern, but with the national - // prefix prefixed if necessary. - // This will not work in the cases where the pattern (and not the leading digits) decide - // whether a national prefix needs to be used, since we have overridden the pattern to match - // anything, but that is not the case in the metadata to date. - return $this->formatNsnUsingPattern($rawInput, $newFormat, PhoneNumberFormat::NATIONAL); } $internationalPrefixForFormatting = ""; // If an unsupported region-calling-from is entered, or a country with multiple international @@ -2226,6 +2286,11 @@ class PhoneNumberUtil return $formattedNumber; } + // Note in some regions, the national number can be written in two completely different ways + // depending on whether it forms part of the NATIONAL format or INTERNATIONAL format. The + // numberFormat parameter here is used to specify which format to use for those cases. If a + // carrierCode is specified, this will be inserted into the formatted string to replace $CC. + /** * Formats a phone number for out-of-country dialing purposes. If no regionCallingFrom is * supplied, we format the number in its INTERNATIONAL format. If the country calling code is the @@ -2239,8 +2304,8 @@ class PhoneNumberUtil * is used. For regions which have multiple international prefixes, the number in its * INTERNATIONAL format will be returned instead. * - * @param PhoneNumber $number the phone number to be formatted - * @param string $regionCallingFrom the region where the call is being placed + * @param PhoneNumber $number the phone number to be formatted + * @param string $regionCallingFrom the region where the call is being placed * @return string the formatted phone number */ public function formatOutOfCountryCallingNumber(PhoneNumber $number, $regionCallingFrom) @@ -2259,14 +2324,16 @@ class PhoneNumberUtil // country calling code. return $countryCallingCode . " " . $this->format($number, PhoneNumberFormat::NATIONAL); } - } else if ($countryCallingCode == $this->getCountryCodeForValidRegion($regionCallingFrom)) { - // If regions share a country calling code, the country calling code need not be dialled. - // This also applies when dialling within a region, so this if clause covers both these cases. - // Technically this is the case for dialling from La Reunion to other overseas departments of - // France (French Guiana, Martinique, Guadeloupe), but not vice versa - so we don't cover this - // edge case for now and for those cases return the version including country calling code. - // Details here: http://www.petitfute.com/voyage/225-info-pratiques-reunion - return $this->format($number, PhoneNumberFormat::NATIONAL); + } else { + if ($countryCallingCode == $this->getCountryCodeForValidRegion($regionCallingFrom)) { + // If regions share a country calling code, the country calling code need not be dialled. + // This also applies when dialling within a region, so this if clause covers both these cases. + // Technically this is the case for dialling from La Reunion to other overseas departments of + // France (French Guiana, Martinique, Guadeloupe), but not vice versa - so we don't cover this + // edge case for now and for those cases return the version including country calling code. + // Details here: http://www.petitfute.com/voyage/225-info-pratiques-reunion + return $this->format($number, PhoneNumberFormat::NATIONAL); + } } // Metadata cannot be null because we checked 'isValidRegionCode()' above. $metadataForRegionCallingFrom = $this->getMetadataForRegion($regionCallingFrom); @@ -2280,8 +2347,10 @@ class PhoneNumberUtil if ($uniqueInternationalPrefixMatcher->matches()) { $internationalPrefixForFormatting = $internationalPrefix; - } else if ($metadataForRegionCallingFrom->hasPreferredInternationalPrefix()) { - $internationalPrefixForFormatting = $metadataForRegionCallingFrom->getPreferredInternationalPrefix(); + } else { + if ($metadataForRegionCallingFrom->hasPreferredInternationalPrefix()) { + $internationalPrefixForFormatting = $metadataForRegionCallingFrom->getPreferredInternationalPrefix(); + } } $regionCode = $this->getRegionCodeForCountryCode($countryCallingCode); @@ -2311,11 +2380,6 @@ class PhoneNumberUtil return $formattedNumber; } - // Note in some regions, the national number can be written in two completely different ways - // depending on whether it forms part of the NATIONAL format or INTERNATIONAL format. The - // numberFormat parameter here is used to specify which format to use for those cases. If a - // carrierCode is specified, this will be inserted into the formatted string to replace $CC. - /** * Checks if this is a region under the North American Numbering Plan Administration (NANPA). * @param string $regionCode @@ -2326,6 +2390,9 @@ class PhoneNumberUtil return in_array($regionCode, $this->nanpaRegions); } + // Note that carrierCode is optional - if null or an empty string, no carrier code replacement + // will take place. + /** * Formats a phone number using the original phone number format that the number is parsed from. * The original format is embedded in the country_code_source field of the PhoneNumber object @@ -2337,8 +2404,8 @@ class PhoneNumberUtil * Note this method guarantees no digit will be inserted, removed or modified as a result of * formatting. * - * @param PhoneNumber $number the phone number that needs to be formatted in its original number format - * @param string $regionCallingFrom the region whose IDD needs to be prefixed if the original number + * @param PhoneNumber $number the phone number that needs to be formatted in its original number format + * @param string $regionCallingFrom the region whose IDD needs to be prefixed if the original number * has one * @return string the formatted phone number in its original number format */ @@ -2441,9 +2508,6 @@ class PhoneNumberUtil return $formattedNumber; } - // Note that carrierCode is optional - if null or an empty string, no carrier code replacement - // will take place. - /** * Returns true if a number is from a region whose national significant number couldn't contain a * leading zero, but has the italian_leading_zero field set to true. @@ -2483,39 +2547,6 @@ class PhoneNumberUtil return $formatRule !== null; } - /** - * Returns the national dialling prefix for a specific region. For example, this would be 1 for - * the United States, and 0 for New Zealand. Set stripNonDigits to true to strip symbols like "~" - * (which indicates a wait for a dialling tone) from the prefix returned. If no national prefix is - * present, we return null. - * - *

Warning: Do not use this method for do-your-own formatting - for some regions, the - * national dialling prefix is used only for certain types of numbers. Use the library's - * formatting functions to prefix the national prefix when required. - * - * @param string $regionCode the region that we want to get the dialling prefix for - * @param boolean $stripNonDigits true to strip non-digits from the national dialling prefix - * @return string the dialling prefix for the region denoted by regionCode - */ - public function getNddPrefixForRegion($regionCode, $stripNonDigits) - { - $metadata = $this->getMetadataForRegion($regionCode); - if ($metadata === null) { - return null; - } - $nationalPrefix = $metadata->getNationalPrefix(); - // If no national prefix was found, we return null. - if (mb_strlen($nationalPrefix) == 0) { - return null; - } - if ($stripNonDigits) { - // Note: if any other non-numeric symbols are ever used in national prefixes, these would have - // to be removed here as well. - $nationalPrefix = str_replace("~", "", $nationalPrefix); - } - return $nationalPrefix; - } - private function rawInputContainsNationalPrefix($rawInput, $nationalPrefix, $regionCode) { $normalizedNationalNumber = $this->normalizeDigitsOnly($rawInput); @@ -2539,7 +2570,7 @@ class PhoneNumberUtil * Tests whether a phone number matches a valid pattern. Note this doesn't verify the number * is actually in use, which is impossible to tell by just looking at a number itself. * - * @param PhoneNumber $number the phone number that we want to validate + * @param PhoneNumber $number the phone number that we want to validate * @return boolean that indicates whether the number is of a valid pattern */ public function isValidNumber(PhoneNumber $number) @@ -2560,8 +2591,8 @@ class PhoneNumberUtil * the region "GB" (United Kingdom), since it has its own region code, "IM", which may be * undesirable. * - * @param PhoneNumber $number the phone number that we want to validate - * @param string $regionCode the region that we want to validate the phone number for + * @param PhoneNumber $number the phone number that we want to validate + * @param string $regionCode the region that we want to validate the phone number for * @return boolean that indicates whether the number is of a valid pattern */ public function isValidNumberForRegion(PhoneNumber $number, $regionCode) @@ -2625,9 +2656,9 @@ class PhoneNumberUtil * code, we cannot work out things like whether there should be a national prefix applied, or how * to format extensions, so we return the national significant number with no formatting applied. * - * @param PhoneNumber $number the phone number to be formatted - * @param int $numberFormat the format the phone number should be formatted into - * @param array $userDefinedFormats formatting rules specified by clients + * @param PhoneNumber $number the phone number to be formatted + * @param int $numberFormat the format the phone number should be formatted into + * @param array $userDefinedFormats formatting rules specified by clients * @return String the formatted phone number */ public function formatByPattern(PhoneNumber $number, $numberFormat, array $userDefinedFormats) @@ -2694,8 +2725,8 @@ class PhoneNumberUtil /** * Gets a valid number for the specified region and number type. * - * @param string $regionCode the region for which an example number is needed - * @param int $type the type of number that is needed + * @param string $regionCode the region for which an example number is needed + * @param int $type the type of number that is needed * @return PhoneNumber a valid number for the specified region and type. Returns null when the metadata * does not contain such information or if an invalid region or region 001 was entered. * For 001 (representing non-geographical numbers), call @@ -2754,7 +2785,7 @@ class PhoneNumberUtil /** * Gets a valid number for the specified country calling code for a non-geographical entity. * - * @param int $countryCallingCode the country calling code for a non-geographical entity + * @param int $countryCallingCode the country calling code for a non-geographical entity * @return PhoneNumber a valid number for the non-geographical entity. Returns null when the metadata * does not contain such information, or the country calling code passed in does not belong * to a non-geographical entity. @@ -2892,7 +2923,9 @@ class PhoneNumberUtil if ($firstNumberCountryCode != 0 && $secondNumberCountryCode != 0) { if ($firstNumber->equals($secondNumber)) { return MatchType::EXACT_MATCH; - } elseif ($firstNumberCountryCode == $secondNumberCountryCode && $this->isNationalNumberSuffixOfTheOther($firstNumber, $secondNumber)) { + } elseif ($firstNumberCountryCode == $secondNumberCountryCode && $this->isNationalNumberSuffixOfTheOther($firstNumber, + $secondNumber) + ) { // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of // an 'Italian leading zero', the presence or absence of an extension, or one NSN being a // shorter variant of the other. @@ -2916,14 +2949,16 @@ class PhoneNumberUtil return MatchType::NOT_A_NUMBER; } - private function isNationalNumberSuffixOfTheOther(PhoneNumber $firstNumber, PhoneNumber $secondNumber) { + private function isNationalNumberSuffixOfTheOther(PhoneNumber $firstNumber, PhoneNumber $secondNumber) + { $firstNumberNationalNumber = trim((string)$firstNumber->getNationalNumber()); $secondNumberNationalNumber = trim((string)$secondNumber->getNationalNumber()); return $this->stringEndsWithString($firstNumberNationalNumber, $secondNumberNationalNumber) || - $this->stringEndsWithString($secondNumberNationalNumber, $firstNumberNationalNumber); + $this->stringEndsWithString($secondNumberNationalNumber, $firstNumberNationalNumber); } - private function stringEndsWithString($hayStack, $needle) { + private function stringEndsWithString($hayStack, $needle) + { $revNeedle = strrev($needle); $revHayStack = strrev($hayStack); return strpos($revHayStack, $revNeedle) === 0; @@ -2937,7 +2972,8 @@ class PhoneNumberUtil * portability or not. * @return bool */ - public function isMobileNumberPortableRegion($regionCode) { + public function isMobileNumberPortableRegion($regionCode) + { $metadata = $this->getMetadataForRegion($regionCode); if ($metadata === null) { return false; @@ -3041,7 +3077,8 @@ class PhoneNumberUtil * @param $number PhoneNumber a PhoneNumber object which contains a number that is too long to be valid. * @return boolean true if a valid phone number can be successfully extracted. */ - public function truncateTooLongNumber(PhoneNumber $number) { + public function truncateTooLongNumber(PhoneNumber $number) + { if ($this->isValidNumber($number)) { return true; } @@ -3059,4 +3096,4 @@ class PhoneNumberUtil return true; } } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumberInfo.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumberInfo.php index 77f5073..ddfe44c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumberInfo.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumberInfo.php @@ -19,6 +19,11 @@ class ShortNumberInfo * @var ShortNumberInfo */ private static $instance = null; + private static $regionsWhereEmergencyNumbersMustBeExact = array( + 'BR', + 'CL', + 'NI', + ); /** * @var PhoneNumberUtil */ @@ -26,11 +31,6 @@ class ShortNumberInfo private $currentFilePrefix; private $regionToMetadataMap = array(); private $countryCodeToNonGeographicalMetadataMap = array(); - private static $regionsWhereEmergencyNumbersMustBeExact = array( - 'BR', - 'CL', - 'NI', - ); private function __construct(PhoneNumberUtil $phoneNumberUtil = null) { @@ -367,58 +367,6 @@ class ShortNumberInfo return $this->phoneUtil->isNumberMatchingDesc($shortNumber, $shortNumberDesc); } - /** - * Gets the expected cost category of a short number when dialled from a region (however, nothing is - * implied about its validity). If it is important that the number is valid, then its validity - * must first be checked using {@link isValidShortNumberForRegion}. Note that emergency numbers - * are always considered toll-free. - * Example usage: - *

{@code
-     * $shortInfo = ShortNumberInfo::getInstance();
-     * $shortNumber = "110";
-     * $regionCode = "FR";
-     * if ($shortInfo->isValidShortNumberForRegion($shortNumber, $regionCode)) {
-     *     $cost = $shortInfo->getExpectedCostForRegion($shortNumber, $regionCode);
-     *    // Do something with the cost information here.
-     * }}
- * - * @param $shortNumber String the short number for which we want to know the expected cost category, - * as a string - * @param $regionDialingFrom String the region from which the number is dialed - * @return int the expected cost category for that region of the short number. Returns UNKNOWN_COST if - * the number does not match a cost category. Note that an invalid number may match any cost - * category. - */ - public function getExpectedCostForRegion($shortNumber, $regionDialingFrom) - { - // Note that regionDialingFrom may be null, in which case phoneMetadata will also be null. - $phoneMetadata = $this->getMetadataForRegion($regionDialingFrom); - if ($phoneMetadata === null) { - return ShortNumberCost::UNKNOWN_COST; - } - - // The cost categories are tested in order of decreasing expense, since if for some reason the - // patterns overlap the most expensive matching cost category should be returned. - if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getPremiumRate())) { - return ShortNumberCost::PREMIUM_RATE; - } - - if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getStandardRate())) { - return ShortNumberCost::STANDARD_RATE; - } - - if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getTollFree())) { - return ShortNumberCost::TOLL_FREE; - } - - if ($this->isEmergencyNumber($shortNumber, $regionDialingFrom)) { - // Emergency numbers are implicitly toll-free. - return ShortNumberCost::TOLL_FREE; - } - - return ShortNumberCost::UNKNOWN_COST; - } - /** * Gets the expected cost category of a short number (however, nothing is implied about its * validity). If the country calling code is unique to a region, this method behaves exactly the @@ -474,6 +422,58 @@ class ShortNumberInfo return $cost; } + /** + * Gets the expected cost category of a short number when dialled from a region (however, nothing is + * implied about its validity). If it is important that the number is valid, then its validity + * must first be checked using {@link isValidShortNumberForRegion}. Note that emergency numbers + * are always considered toll-free. + * Example usage: + *
{@code
+     * $shortInfo = ShortNumberInfo::getInstance();
+     * $shortNumber = "110";
+     * $regionCode = "FR";
+     * if ($shortInfo->isValidShortNumberForRegion($shortNumber, $regionCode)) {
+     *     $cost = $shortInfo->getExpectedCostForRegion($shortNumber, $regionCode);
+     *    // Do something with the cost information here.
+     * }}
+ * + * @param $shortNumber String the short number for which we want to know the expected cost category, + * as a string + * @param $regionDialingFrom String the region from which the number is dialed + * @return int the expected cost category for that region of the short number. Returns UNKNOWN_COST if + * the number does not match a cost category. Note that an invalid number may match any cost + * category. + */ + public function getExpectedCostForRegion($shortNumber, $regionDialingFrom) + { + // Note that regionDialingFrom may be null, in which case phoneMetadata will also be null. + $phoneMetadata = $this->getMetadataForRegion($regionDialingFrom); + if ($phoneMetadata === null) { + return ShortNumberCost::UNKNOWN_COST; + } + + // The cost categories are tested in order of decreasing expense, since if for some reason the + // patterns overlap the most expensive matching cost category should be returned. + if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getPremiumRate())) { + return ShortNumberCost::PREMIUM_RATE; + } + + if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getStandardRate())) { + return ShortNumberCost::STANDARD_RATE; + } + + if ($this->phoneUtil->isNumberMatchingDesc($shortNumber, $phoneMetadata->getTollFree())) { + return ShortNumberCost::TOLL_FREE; + } + + if ($this->isEmergencyNumber($shortNumber, $regionDialingFrom)) { + // Emergency numbers are implicitly toll-free. + return ShortNumberCost::TOLL_FREE; + } + + return ShortNumberCost::UNKNOWN_COST; + } + /** * Returns true if the number exactly matches an emergency service number in the given region. * @@ -492,4 +492,4 @@ class ShortNumberInfo } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumbersRegionCodeSet.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumbersRegionCodeSet.php index dbef2b8..2450092 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumbersRegionCodeSet.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/ShortNumbersRegionCodeSet.php @@ -1,247 +1,249 @@ 'AC', - 1 => 'AD', - 2 => 'AE', - 3 => 'AF', - 4 => 'AG', - 5 => 'AI', - 6 => 'AL', - 7 => 'AM', - 8 => 'AO', - 9 => 'AR', - 10 => 'AS', - 11 => 'AT', - 12 => 'AU', - 13 => 'AW', - 14 => 'AX', - 15 => 'AZ', - 16 => 'BA', - 17 => 'BB', - 18 => 'BD', - 19 => 'BE', - 20 => 'BF', - 21 => 'BG', - 22 => 'BH', - 23 => 'BI', - 24 => 'BJ', - 25 => 'BL', - 26 => 'BM', - 27 => 'BN', - 28 => 'BO', - 29 => 'BQ', - 30 => 'BR', - 31 => 'BS', - 32 => 'BT', - 33 => 'BW', - 34 => 'BY', - 35 => 'BZ', - 36 => 'CA', - 37 => 'CC', - 38 => 'CD', - 39 => 'CH', - 40 => 'CI', - 41 => 'CK', - 42 => 'CL', - 43 => 'CM', - 44 => 'CN', - 45 => 'CO', - 46 => 'CR', - 47 => 'CU', - 48 => 'CV', - 49 => 'CW', - 50 => 'CX', - 51 => 'CY', - 52 => 'CZ', - 53 => 'DE', - 54 => 'DJ', - 55 => 'DK', - 56 => 'DM', - 57 => 'DO', - 58 => 'DZ', - 59 => 'EC', - 60 => 'EE', - 61 => 'EG', - 62 => 'EH', - 63 => 'ES', - 64 => 'ET', - 65 => 'FI', - 66 => 'FJ', - 67 => 'FK', - 68 => 'FM', - 69 => 'FO', - 70 => 'FR', - 71 => 'GA', - 72 => 'GB', - 73 => 'GD', - 74 => 'GE', - 75 => 'GF', - 76 => 'GG', - 77 => 'GH', - 78 => 'GI', - 79 => 'GL', - 80 => 'GM', - 81 => 'GN', - 82 => 'GP', - 83 => 'GR', - 84 => 'GT', - 85 => 'GU', - 86 => 'GW', - 87 => 'GY', - 88 => 'HK', - 89 => 'HN', - 90 => 'HR', - 91 => 'HT', - 92 => 'HU', - 93 => 'ID', - 94 => 'IE', - 95 => 'IL', - 96 => 'IM', - 97 => 'IN', - 98 => 'IQ', - 99 => 'IR', - 100 => 'IS', - 101 => 'IT', - 102 => 'JE', - 103 => 'JM', - 104 => 'JO', - 105 => 'JP', - 106 => 'KE', - 107 => 'KG', - 108 => 'KH', - 109 => 'KI', - 110 => 'KM', - 111 => 'KN', - 112 => 'KR', - 113 => 'KW', - 114 => 'KY', - 115 => 'KZ', - 116 => 'LA', - 117 => 'LB', - 118 => 'LC', - 119 => 'LI', - 120 => 'LK', - 121 => 'LR', - 122 => 'LS', - 123 => 'LT', - 124 => 'LU', - 125 => 'LV', - 126 => 'LY', - 127 => 'MA', - 128 => 'MC', - 129 => 'MD', - 130 => 'ME', - 131 => 'MF', - 132 => 'MG', - 133 => 'MH', - 134 => 'MK', - 135 => 'ML', - 136 => 'MM', - 137 => 'MN', - 138 => 'MO', - 139 => 'MP', - 140 => 'MQ', - 141 => 'MR', - 142 => 'MS', - 143 => 'MT', - 144 => 'MU', - 145 => 'MV', - 146 => 'MW', - 147 => 'MX', - 148 => 'MY', - 149 => 'MZ', - 150 => 'NA', - 151 => 'NC', - 152 => 'NF', - 153 => 'NG', - 154 => 'NI', - 155 => 'NL', - 156 => 'NO', - 157 => 'NP', - 158 => 'NR', - 159 => 'NU', - 160 => 'NZ', - 161 => 'OM', - 162 => 'PA', - 163 => 'PE', - 164 => 'PF', - 165 => 'PG', - 166 => 'PH', - 167 => 'PK', - 168 => 'PL', - 169 => 'PM', - 170 => 'PR', - 171 => 'PT', - 172 => 'PW', - 173 => 'PY', - 174 => 'QA', - 175 => 'RE', - 176 => 'RO', - 177 => 'RS', - 178 => 'RU', - 179 => 'RW', - 180 => 'SA', - 181 => 'SB', - 182 => 'SC', - 183 => 'SD', - 184 => 'SE', - 185 => 'SG', - 186 => 'SH', - 187 => 'SI', - 188 => 'SJ', - 189 => 'SK', - 190 => 'SL', - 191 => 'SM', - 192 => 'SR', - 193 => 'ST', - 194 => 'SV', - 195 => 'SX', - 196 => 'SY', - 197 => 'SZ', - 198 => 'TC', - 199 => 'TD', - 200 => 'TG', - 201 => 'TH', - 202 => 'TJ', - 203 => 'TL', - 204 => 'TM', - 205 => 'TN', - 206 => 'TO', - 207 => 'TR', - 208 => 'TT', - 209 => 'TV', - 210 => 'TW', - 211 => 'TZ', - 212 => 'UA', - 213 => 'UG', - 214 => 'US', - 215 => 'UY', - 216 => 'UZ', - 217 => 'VA', - 218 => 'VC', - 219 => 'VE', - 220 => 'VG', - 221 => 'VI', - 222 => 'VN', - 223 => 'VU', - 224 => 'WF', - 225 => 'WS', - 226 => 'YE', - 227 => 'YT', - 228 => 'ZA', - 229 => 'ZM', - 230 => 'ZW', -); + // A set of all region codes for which data is available. + + public static $shortNumbersRegionCodeSet = array( + 0 => 'AC', + 1 => 'AD', + 2 => 'AE', + 3 => 'AF', + 4 => 'AG', + 5 => 'AI', + 6 => 'AL', + 7 => 'AM', + 8 => 'AO', + 9 => 'AR', + 10 => 'AS', + 11 => 'AT', + 12 => 'AU', + 13 => 'AW', + 14 => 'AX', + 15 => 'AZ', + 16 => 'BA', + 17 => 'BB', + 18 => 'BD', + 19 => 'BE', + 20 => 'BF', + 21 => 'BG', + 22 => 'BH', + 23 => 'BI', + 24 => 'BJ', + 25 => 'BL', + 26 => 'BM', + 27 => 'BN', + 28 => 'BO', + 29 => 'BQ', + 30 => 'BR', + 31 => 'BS', + 32 => 'BT', + 33 => 'BW', + 34 => 'BY', + 35 => 'BZ', + 36 => 'CA', + 37 => 'CC', + 38 => 'CD', + 39 => 'CH', + 40 => 'CI', + 41 => 'CK', + 42 => 'CL', + 43 => 'CM', + 44 => 'CN', + 45 => 'CO', + 46 => 'CR', + 47 => 'CU', + 48 => 'CV', + 49 => 'CW', + 50 => 'CX', + 51 => 'CY', + 52 => 'CZ', + 53 => 'DE', + 54 => 'DJ', + 55 => 'DK', + 56 => 'DM', + 57 => 'DO', + 58 => 'DZ', + 59 => 'EC', + 60 => 'EE', + 61 => 'EG', + 62 => 'EH', + 63 => 'ES', + 64 => 'ET', + 65 => 'FI', + 66 => 'FJ', + 67 => 'FK', + 68 => 'FM', + 69 => 'FO', + 70 => 'FR', + 71 => 'GA', + 72 => 'GB', + 73 => 'GD', + 74 => 'GE', + 75 => 'GF', + 76 => 'GG', + 77 => 'GH', + 78 => 'GI', + 79 => 'GL', + 80 => 'GM', + 81 => 'GN', + 82 => 'GP', + 83 => 'GR', + 84 => 'GT', + 85 => 'GU', + 86 => 'GW', + 87 => 'GY', + 88 => 'HK', + 89 => 'HN', + 90 => 'HR', + 91 => 'HT', + 92 => 'HU', + 93 => 'ID', + 94 => 'IE', + 95 => 'IL', + 96 => 'IM', + 97 => 'IN', + 98 => 'IQ', + 99 => 'IR', + 100 => 'IS', + 101 => 'IT', + 102 => 'JE', + 103 => 'JM', + 104 => 'JO', + 105 => 'JP', + 106 => 'KE', + 107 => 'KG', + 108 => 'KH', + 109 => 'KI', + 110 => 'KM', + 111 => 'KN', + 112 => 'KR', + 113 => 'KW', + 114 => 'KY', + 115 => 'KZ', + 116 => 'LA', + 117 => 'LB', + 118 => 'LC', + 119 => 'LI', + 120 => 'LK', + 121 => 'LR', + 122 => 'LS', + 123 => 'LT', + 124 => 'LU', + 125 => 'LV', + 126 => 'LY', + 127 => 'MA', + 128 => 'MC', + 129 => 'MD', + 130 => 'ME', + 131 => 'MF', + 132 => 'MG', + 133 => 'MH', + 134 => 'MK', + 135 => 'ML', + 136 => 'MM', + 137 => 'MN', + 138 => 'MO', + 139 => 'MP', + 140 => 'MQ', + 141 => 'MR', + 142 => 'MS', + 143 => 'MT', + 144 => 'MU', + 145 => 'MV', + 146 => 'MW', + 147 => 'MX', + 148 => 'MY', + 149 => 'MZ', + 150 => 'NA', + 151 => 'NC', + 152 => 'NF', + 153 => 'NG', + 154 => 'NI', + 155 => 'NL', + 156 => 'NO', + 157 => 'NP', + 158 => 'NR', + 159 => 'NU', + 160 => 'NZ', + 161 => 'OM', + 162 => 'PA', + 163 => 'PE', + 164 => 'PF', + 165 => 'PG', + 166 => 'PH', + 167 => 'PK', + 168 => 'PL', + 169 => 'PM', + 170 => 'PR', + 171 => 'PT', + 172 => 'PW', + 173 => 'PY', + 174 => 'QA', + 175 => 'RE', + 176 => 'RO', + 177 => 'RS', + 178 => 'RU', + 179 => 'RW', + 180 => 'SA', + 181 => 'SB', + 182 => 'SC', + 183 => 'SD', + 184 => 'SE', + 185 => 'SG', + 186 => 'SH', + 187 => 'SI', + 188 => 'SJ', + 189 => 'SK', + 190 => 'SL', + 191 => 'SM', + 192 => 'SR', + 193 => 'ST', + 194 => 'SV', + 195 => 'SX', + 196 => 'SY', + 197 => 'SZ', + 198 => 'TC', + 199 => 'TD', + 200 => 'TG', + 201 => 'TH', + 202 => 'TJ', + 203 => 'TL', + 204 => 'TM', + 205 => 'TN', + 206 => 'TO', + 207 => 'TR', + 208 => 'TT', + 209 => 'TV', + 210 => 'TW', + 211 => 'TZ', + 212 => 'UA', + 213 => 'UG', + 214 => 'US', + 215 => 'UY', + 216 => 'UZ', + 217 => 'VA', + 218 => 'VC', + 219 => 'VE', + 220 => 'VG', + 221 => 'VI', + 222 => 'VN', + 223 => 'VU', + 224 => 'WF', + 225 => 'WS', + 226 => 'YE', + 227 => 'YT', + 228 => 'ZA', + 229 => 'ZM', + 230 => 'ZW', + ); } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/Map.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/Map.php index bf98fca..855a9f0 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/Map.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/Map.php @@ -1,181 +1,181 @@ - array ( - 0 => 965, - ), - 'be' => - array ( - 0 => 375, - ), - 'en' => - array ( - 0 => 1242, - 1 => 1246, - 2 => 1264, - 3 => 1441, - 4 => 1473, - 5 => 1649, - 6 => 1671, - 7 => 1767, - 8 => 1787, - 9 => 1809, - 10 => 1868, - 11 => 1939, - 12 => 20, - 13 => 211, - 14 => 212, - 15 => 213, - 16 => 216, - 17 => 220, - 18 => 221, - 19 => 222, - 20 => 223, - 21 => 224, - 22 => 225, - 23 => 226, - 24 => 227, - 25 => 228, - 26 => 229, - 27 => 230, - 28 => 231, - 29 => 232, - 30 => 233, - 31 => 234, - 32 => 235, - 33 => 236, - 34 => 237, - 35 => 238, - 36 => 239, - 37 => 240, - 38 => 241, - 39 => 242, - 40 => 243, - 41 => 244, - 42 => 245, - 43 => 248, - 44 => 249, - 45 => 250, - 46 => 251, - 47 => 252, - 48 => 253, - 49 => 254, - 50 => 255, - 51 => 256, - 52 => 257, - 53 => 258, - 54 => 260, - 55 => 261, - 56 => 263, - 57 => 265, - 58 => 267, - 59 => 268, - 60 => 27, - 61 => 297, - 62 => 298, - 63 => 299, - 64 => 30, - 65 => 31, - 66 => 32, - 67 => 33, - 68 => 350, - 69 => 351, - 70 => 352, - 71 => 353, - 72 => 355, - 73 => 356, - 74 => 357, - 75 => 358, - 76 => 359, - 77 => 36, - 78 => 370, - 79 => 372, - 80 => 373, - 81 => 374, - 82 => 375, - 83 => 376, - 84 => 380, - 85 => 381, - 86 => 385, - 87 => 386, - 88 => 387, - 89 => 389, - 90 => 39, - 91 => 40, - 92 => 41, - 93 => 420, - 94 => 421, - 95 => 43, - 96 => 45, - 97 => 47, - 98 => 48, - 99 => 49, - 100 => 501, - 101 => 506, - 102 => 51, - 103 => 53, - 104 => 54, - 105 => 55, - 106 => 56, - 107 => 57, - 108 => 58, - 109 => 591, - 110 => 595, - 111 => 597, - 112 => 598, - 113 => 599, - 114 => 60, - 115 => 61, - 116 => 62, - 117 => 63, - 118 => 64, - 119 => 65, - 120 => 66, - 121 => 670, - 122 => 673, - 123 => 675, - 124 => 676, - 125 => 677, - 126 => 678, - 127 => 679, - 128 => 685, - 129 => 686, - 130 => 7, - 131 => 84, - 132 => 852, - 133 => 855, - 134 => 856, - 135 => 86, - 136 => 880, - 137 => 90, - 138 => 91, - 139 => 92, - 140 => 93, - 141 => 94, - 142 => 960, - 143 => 962, - 144 => 964, - 145 => 965, - 146 => 966, - 147 => 967, - 148 => 968, - 149 => 970, - 150 => 971, - 151 => 972, - 152 => 973, - 153 => 974, - 154 => 975, - 155 => 977, - 156 => 98, - 157 => 992, - 158 => 993, - 159 => 994, - 160 => 995, - 161 => 996, - 162 => 998, - ), - 'ru' => - array ( - 0 => 375, - ), -); \ No newline at end of file +return array( + 'ar' => + array( + 0 => 965, + ), + 'be' => + array( + 0 => 375, + ), + 'en' => + array( + 0 => 1242, + 1 => 1246, + 2 => 1264, + 3 => 1441, + 4 => 1473, + 5 => 1649, + 6 => 1671, + 7 => 1767, + 8 => 1787, + 9 => 1809, + 10 => 1868, + 11 => 1939, + 12 => 20, + 13 => 211, + 14 => 212, + 15 => 213, + 16 => 216, + 17 => 220, + 18 => 221, + 19 => 222, + 20 => 223, + 21 => 224, + 22 => 225, + 23 => 226, + 24 => 227, + 25 => 228, + 26 => 229, + 27 => 230, + 28 => 231, + 29 => 232, + 30 => 233, + 31 => 234, + 32 => 235, + 33 => 236, + 34 => 237, + 35 => 238, + 36 => 239, + 37 => 240, + 38 => 241, + 39 => 242, + 40 => 243, + 41 => 244, + 42 => 245, + 43 => 248, + 44 => 249, + 45 => 250, + 46 => 251, + 47 => 252, + 48 => 253, + 49 => 254, + 50 => 255, + 51 => 256, + 52 => 257, + 53 => 258, + 54 => 260, + 55 => 261, + 56 => 263, + 57 => 265, + 58 => 267, + 59 => 268, + 60 => 27, + 61 => 297, + 62 => 298, + 63 => 299, + 64 => 30, + 65 => 31, + 66 => 32, + 67 => 33, + 68 => 350, + 69 => 351, + 70 => 352, + 71 => 353, + 72 => 355, + 73 => 356, + 74 => 357, + 75 => 358, + 76 => 359, + 77 => 36, + 78 => 370, + 79 => 372, + 80 => 373, + 81 => 374, + 82 => 375, + 83 => 376, + 84 => 380, + 85 => 381, + 86 => 385, + 87 => 386, + 88 => 387, + 89 => 389, + 90 => 39, + 91 => 40, + 92 => 41, + 93 => 420, + 94 => 421, + 95 => 43, + 96 => 45, + 97 => 47, + 98 => 48, + 99 => 49, + 100 => 501, + 101 => 506, + 102 => 51, + 103 => 53, + 104 => 54, + 105 => 55, + 106 => 56, + 107 => 57, + 108 => 58, + 109 => 591, + 110 => 595, + 111 => 597, + 112 => 598, + 113 => 599, + 114 => 60, + 115 => 61, + 116 => 62, + 117 => 63, + 118 => 64, + 119 => 65, + 120 => 66, + 121 => 670, + 122 => 673, + 123 => 675, + 124 => 676, + 125 => 677, + 126 => 678, + 127 => 679, + 128 => 685, + 129 => 686, + 130 => 7, + 131 => 84, + 132 => 852, + 133 => 855, + 134 => 856, + 135 => 86, + 136 => 880, + 137 => 90, + 138 => 91, + 139 => 92, + 140 => 93, + 141 => 94, + 142 => 960, + 143 => 962, + 144 => 964, + 145 => 965, + 146 => 966, + 147 => 967, + 148 => 968, + 149 => 970, + 150 => 971, + 151 => 972, + 152 => 973, + 153 => 974, + 154 => 975, + 155 => 977, + 156 => 98, + 157 => 992, + 158 => 993, + 159 => 994, + 160 => 995, + 161 => 996, + 162 => 998, + ), + 'ru' => + array( + 0 => 375, + ), +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/ar/965.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/ar/965.php index 64cb7eb..7bb6391 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/ar/965.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/ar/965.php @@ -1,6 +1,6 @@ 'فيفا', - 9656 => 'الوطنية', - 9659 => 'زين', -); \ No newline at end of file +return array( + 9655 => 'فيفا', + 9656 => 'الوطنية', + 9659 => 'زين', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/be/375.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/be/375.php index 72a8a61..f73bb96 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/be/375.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/be/375.php @@ -1,15 +1,15 @@ 'БеСТ', - 375291 => 'Velcom', - 375292 => 'МТС', - 375293 => 'Velcom', - 375294 => 'БелСел', - 375295 => 'МТС', - 375296 => 'Velcom', - 375297 => 'МТС', - 375298 => 'МТС', - 375299 => 'Velcom', - 37533 => 'МТС', - 37544 => 'Velcom', -); \ No newline at end of file +return array( + 37525 => 'БеСТ', + 375291 => 'Velcom', + 375292 => 'МТС', + 375293 => 'Velcom', + 375294 => 'БелСел', + 375295 => 'МТС', + 375296 => 'Velcom', + 375297 => 'МТС', + 375298 => 'МТС', + 375299 => 'Velcom', + 37533 => 'МТС', + 37544 => 'Velcom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1242.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1242.php index bd317cd..ec99612 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1242.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1242.php @@ -1,6 +1,6 @@ 'BaTelCo', - 124245 => 'BaTelCo', - 124255 => 'BaTelCo', -); \ No newline at end of file +return array( + 124235 => 'BaTelCo', + 124245 => 'BaTelCo', + 124255 => 'BaTelCo', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1246.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1246.php index 1cb0afc..188917a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1246.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1246.php @@ -1,14 +1,14 @@ 'LIME', - 124624 => 'LIME', - 1246250 => 'LIME', - 1246251 => 'LIME', - 1246252 => 'LIME', - 1246253 => 'LIME', - 1246254 => 'LIME', - 1246258 => 'Digicel', - 124626 => 'Digicel', - 124645 => 'Sunbeach Communications', - 124682 => 'Digicel', -); \ No newline at end of file +return array( + 124623 => 'LIME', + 124624 => 'LIME', + 1246250 => 'LIME', + 1246251 => 'LIME', + 1246252 => 'LIME', + 1246253 => 'LIME', + 1246254 => 'LIME', + 1246258 => 'Digicel', + 124626 => 'Digicel', + 124645 => 'Sunbeach Communications', + 124682 => 'Digicel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1264.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1264.php index 3a4bcb3..3d768d5 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1264.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1264.php @@ -1,13 +1,13 @@ 'Weblinks Limited', - 1264537 => 'Weblinks Limited', - 1264538 => 'Weblinks Limited', - 1264539 => 'Weblinks Limited', - 1264581 => 'Digicel', - 1264582 => 'Digicel', - 1264583 => 'Digicel', - 1264584 => 'Digicel', - 1264729 => 'Cable & Wireless', - 1264772 => 'Cable & Wireless', -); \ No newline at end of file +return array( + 1264536 => 'Weblinks Limited', + 1264537 => 'Weblinks Limited', + 1264538 => 'Weblinks Limited', + 1264539 => 'Weblinks Limited', + 1264581 => 'Digicel', + 1264582 => 'Digicel', + 1264583 => 'Digicel', + 1264584 => 'Digicel', + 1264729 => 'Cable & Wireless', + 1264772 => 'Cable & Wireless', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1441.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1441.php index cbcf588..a6730d7 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1441.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1441.php @@ -1,9 +1,9 @@ 'Mobility', - 1441500 => 'Digicel Bermuda', - 1441539 => 'Digicel Bermuda', - 1441590 => 'Digicel Bermuda', - 1441599 => 'Digicel Bermuda', - 14417 => 'Cellular One', -); \ No newline at end of file +return array( + 14413 => 'Mobility', + 1441500 => 'Digicel Bermuda', + 1441539 => 'Digicel Bermuda', + 1441590 => 'Digicel Bermuda', + 1441599 => 'Digicel Bermuda', + 14417 => 'Cellular One', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1473.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1473.php index 5e9ce32..a1da9a9 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1473.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1473.php @@ -1,5 +1,5 @@ 'Affordable Island Communications', - 1473521 => 'Affordable Island Communications', -); \ No newline at end of file +return array( + 1473520 => 'Affordable Island Communications', + 1473521 => 'Affordable Island Communications', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1649.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1649.php index 621d1f5..03c7648 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1649.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1649.php @@ -1,8 +1,8 @@ 'C&W', - 164924 => 'C&W', - 164933 => 'DIGICEL', - 164934 => 'DIGICEL', - 164943 => 'Islandcom', -); \ No newline at end of file +return array( + 164923 => 'C&W', + 164924 => 'C&W', + 164933 => 'DIGICEL', + 164934 => 'DIGICEL', + 164943 => 'Islandcom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1671.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1671.php index 44f0db6..eeb0d99 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1671.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1671.php @@ -1,10 +1,10 @@ 'i CAN_GSM', - 1671848 => 'i CAN_GSM', - 1671858 => 'i CAN_GSM', - 1671868 => 'Choice Phone', - 1671878 => 'Choice Phone', - 1671888 => 'Choice Phone', - 1671898 => 'Choice Phone', -); \ No newline at end of file +return array( + 1671838 => 'i CAN_GSM', + 1671848 => 'i CAN_GSM', + 1671858 => 'i CAN_GSM', + 1671868 => 'Choice Phone', + 1671878 => 'Choice Phone', + 1671888 => 'Choice Phone', + 1671898 => 'Choice Phone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1767.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1767.php index a06bf32..92adffc 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1767.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1767.php @@ -1,13 +1,13 @@ 'Cable & Wireless', - 1767235 => 'Cable & Wireless', - 1767245 => 'Cable & Wireless', - 1767265 => 'Cable & Wireless', - 1767275 => 'Cable & Wireless', - 1767276 => 'Cable & Wireless', - 1767277 => 'Cable & Wireless', - 1767614 => 'Digicel', - 1767615 => 'Digicel', - 1767616 => 'Digicel', -); \ No newline at end of file +return array( + 1767225 => 'Cable & Wireless', + 1767235 => 'Cable & Wireless', + 1767245 => 'Cable & Wireless', + 1767265 => 'Cable & Wireless', + 1767275 => 'Cable & Wireless', + 1767276 => 'Cable & Wireless', + 1767277 => 'Cable & Wireless', + 1767614 => 'Digicel', + 1767615 => 'Digicel', + 1767616 => 'Digicel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1787.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1787.php index 29aeacd..916cbb2 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1787.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1787.php @@ -1,205 +1,205 @@ 'Claro', - 1787210 => 'SunCom Wireless Puerto Rico', - 1787212 => 'Claro', - 1787213 => 'Claro', - 1787214 => 'Claro', - 1787215 => 'Claro', - 1787216 => 'Claro', - 1787217 => 'Claro', - 1787218 => 'Claro', - 1787219 => 'Claro', - 1787220 => 'CENTENNIAL', - 1787221 => 'CENTENNIAL', - 1787222 => 'CENTENNIAL', - 1787223 => 'CENTENNIAL', - 1787224 => 'CENTENNIAL', - 1787225 => 'SunCom Wireless Puerto Rico', - 1787226 => 'SunCom Wireless Puerto Rico', - 1787227 => 'CENTENNIAL', - 1787229 => 'CENTENNIAL', - 1787253 => 'Claro', - 1787254 => 'Claro', - 1787255 => 'Claro', - 1787256 => 'Claro', - 1787257 => 'Claro', - 1787258 => 'Claro', - 1787259 => 'Claro', - 1787260 => 'Claro', - 1787291 => 'CENTENNIAL', - 1787299 => 'SunCom Wireless Puerto Rico', - 1787300 => 'CENTENNIAL', - 1787310 => 'SunCom Wireless Puerto Rico', - 1787312 => 'Claro', - 1787313 => 'Claro', - 1787314 => 'Claro', - 1787315 => 'Claro', - 1787316 => 'Claro', - 1787317 => 'Claro', - 1787318 => 'Claro', - 17873191 => 'Claro', - 17873192 => 'Claro', - 17873193 => 'Claro', - 17873194 => 'Claro', - 17873195 => 'Claro', - 17873196 => 'Claro', - 17873197 => 'Claro', - 17873198 => 'Claro', - 17873199 => 'Claro', - 1787341 => 'SunCom Wireless Puerto Rico', - 1787344 => 'SunCom Wireless Puerto Rico', - 1787346 => 'SunCom Wireless Puerto Rico', - 1787355 => 'CENTENNIAL', - 1787357 => 'CENTENNIAL', - 1787359 => 'SunCom Wireless Puerto Rico', - 1787367 => 'SunCom Wireless Puerto Rico', - 1787368 => 'SunCom Wireless Puerto Rico', - 1787369 => 'CENTENNIAL', - 1787371 => 'Claro', - 1787372 => 'Claro', - 1787374 => 'Claro', - 1787375 => 'Claro', - 1787376 => 'Claro', - 1787380 => 'Claro', - 1787381 => 'Claro', - 1787382 => 'Claro', - 1787383 => 'Claro', - 1787384 => 'Claro', - 1787385 => 'Claro', - 1787389 => 'Claro', - 1787390 => 'Claro', - 1787391 => 'Claro', - 1787392 => 'Claro', - 1787400 => 'CENTENNIAL', - 1787410 => 'SunCom Wireless Puerto Rico', - 1787434 => 'CENTENNIAL', - 1787447 => 'CENTENNIAL', - 1787448 => 'CENTENNIAL', - 1787449 => 'CENTENNIAL', - 1787450 => 'Claro', - 1787453 => 'Claro', - 1787454 => 'SunCom Wireless Puerto Rico', - 1787458 => 'SunCom Wireless Puerto Rico', - 1787459 => 'SunCom Wireless Puerto Rico', - 1787460 => 'SunCom Wireless Puerto Rico', - 1787462 => 'SunCom Wireless Puerto Rico', - 1787463 => 'SunCom Wireless Puerto Rico', - 1787465 => 'CENTENNIAL', - 1787466 => 'SunCom Wireless Puerto Rico', - 1787471 => 'CENTENNIAL', - 1787473 => 'CENTENNIAL', - 1787474 => 'CENTENNIAL', - 1787478 => 'SunCom Wireless Puerto Rico', - 1787479 => 'CENTENNIAL', - 1787481 => 'Claro', - 1787484 => 'Claro', - 1787485 => 'Claro', - 1787486 => 'Claro', - 1787487 => 'Claro', - 1787513 => 'SunCom Wireless Puerto Rico', - 1787514 => 'Claro', - 1787515 => 'Claro', - 1787516 => 'Claro', - 1787517 => 'Claro', - 1787518 => 'Claro', - 1787519 => 'Claro', - 1787520 => 'CENTENNIAL', - 1787521 => 'CENTENNIAL', - 1787522 => 'CENTENNIAL', - 1787523 => 'CENTENNIAL', - 1787528 => 'SunCom Wireless Puerto Rico', - 1787534 => 'CENTENNIAL', - 1787535 => 'CENTENNIAL', - 1787537 => 'CENTENNIAL', - 1787544 => 'CENTENNIAL', - 1787545 => 'CENTENNIAL', - 1787546 => 'SunCom Wireless Puerto Rico', - 1787551 => 'CENTENNIAL', - 1787553 => 'Claro', - 1787561 => 'CENTENNIAL', - 1787563 => 'CENTENNIAL', - 1787568 => 'SunCom Wireless Puerto Rico', - 1787569 => 'CENTENNIAL', - 1787579 => 'Claro', - 1787580 => 'CENTENNIAL', - 1787585 => 'CENTENNIAL', - 1787588 => 'CENTENNIAL', - 1787589 => 'CENTENNIAL', - 1787595 => 'SunCom Wireless Puerto Rico', - 1787597 => 'SunCom Wireless Puerto Rico', - 1787598 => 'SunCom Wireless Puerto Rico', - 1787601 => 'SunCom Wireless Puerto Rico', - 1787602 => 'CENTENNIAL', - 1787604 => 'SunCom Wireless Puerto Rico', - 1787605 => 'SunCom Wireless Puerto Rico', - 1787607 => 'CENTENNIAL', - 1787608 => 'CENTENNIAL', - 1787609 => 'CENTENNIAL', - 1787612 => 'Claro', - 1787613 => 'Claro', - 1787614 => 'Claro', - 1787615 => 'Claro', - 1787616 => 'Claro', - 1787617 => 'Claro', - 1787619 => 'SunCom Wireless Puerto Rico', - 1787620 => 'CENTENNIAL', - 1787621 => 'CENTENNIAL', - 1787622 => 'CENTENNIAL', - 1787623 => 'CENTENNIAL', - 1787624 => 'CENTENNIAL', - 1787625 => 'CENTENNIAL', - 1787626 => 'CENTENNIAL', - 1787628 => 'CENTENNIAL', - 1787629 => 'SunCom Wireless Puerto Rico', - 178764 => 'CENTENNIAL', - 178765 => 'CENTENNIAL', - 1787662 => 'SunCom Wireless Puerto Rico', - 1787666 => 'SunCom Wireless Puerto Rico', - 1787673 => 'SunCom Wireless Puerto Rico', - 1787675 => 'CENTENNIAL', - 1787678 => 'SunCom Wireless Puerto Rico', - 1787686 => 'CENTENNIAL', - 1787687 => 'CENTENNIAL', - 1787689 => 'CENTENNIAL', - 1787690 => 'CENTENNIAL', - 1787692 => 'CENTENNIAL', - 1787693 => 'CENTENNIAL', - 1787695 => 'CENTENNIAL', - 1787717 => 'CENTENNIAL', - 1787719 => 'CENTENNIAL', - 1787901 => 'SunCom Wireless Puerto Rico', - 1787903 => 'CENTENNIAL', - 1787904 => 'SunCom Wireless Puerto Rico', - 1787908 => 'CENTENNIAL', - 1787912 => 'CENTENNIAL', - 1787915 => 'CENTENNIAL', - 1787916 => 'CENTENNIAL', - 1787917 => 'CENTENNIAL', - 1787922 => 'SunCom Wireless Puerto Rico', - 1787923 => 'SunCom Wireless Puerto Rico', - 1787924 => 'CENTENNIAL', - 1787926 => 'CENTENNIAL', - 1787927 => 'CENTENNIAL', - 1787928 => 'CENTENNIAL', - 1787933 => 'CENTENNIAL', - 1787935 => 'CENTENNIAL', - 1787937 => 'CENTENNIAL', - 1787940 => 'CENTENNIAL', - 1787947 => 'CENTENNIAL', - 1787949 => 'SunCom Wireless Puerto Rico', - 1787952 => 'CENTENNIAL', - 1787953 => 'CENTENNIAL', - 1787954 => 'CENTENNIAL', - 1787957 => 'CENTENNIAL', - 1787961 => 'CENTENNIAL', - 1787968 => 'CENTENNIAL', - 1787969 => 'CENTENNIAL', - 1787971 => 'CENTENNIAL', - 1787975 => 'CENTENNIAL', - 1787978 => 'CENTENNIAL', - 1787992 => 'CENTENNIAL', - 1787993 => 'CENTENNIAL', - 1787998 => 'CENTENNIAL', - 1787999 => 'CENTENNIAL', -); \ No newline at end of file +return array( + 1787203 => 'Claro', + 1787210 => 'SunCom Wireless Puerto Rico', + 1787212 => 'Claro', + 1787213 => 'Claro', + 1787214 => 'Claro', + 1787215 => 'Claro', + 1787216 => 'Claro', + 1787217 => 'Claro', + 1787218 => 'Claro', + 1787219 => 'Claro', + 1787220 => 'CENTENNIAL', + 1787221 => 'CENTENNIAL', + 1787222 => 'CENTENNIAL', + 1787223 => 'CENTENNIAL', + 1787224 => 'CENTENNIAL', + 1787225 => 'SunCom Wireless Puerto Rico', + 1787226 => 'SunCom Wireless Puerto Rico', + 1787227 => 'CENTENNIAL', + 1787229 => 'CENTENNIAL', + 1787253 => 'Claro', + 1787254 => 'Claro', + 1787255 => 'Claro', + 1787256 => 'Claro', + 1787257 => 'Claro', + 1787258 => 'Claro', + 1787259 => 'Claro', + 1787260 => 'Claro', + 1787291 => 'CENTENNIAL', + 1787299 => 'SunCom Wireless Puerto Rico', + 1787300 => 'CENTENNIAL', + 1787310 => 'SunCom Wireless Puerto Rico', + 1787312 => 'Claro', + 1787313 => 'Claro', + 1787314 => 'Claro', + 1787315 => 'Claro', + 1787316 => 'Claro', + 1787317 => 'Claro', + 1787318 => 'Claro', + 17873191 => 'Claro', + 17873192 => 'Claro', + 17873193 => 'Claro', + 17873194 => 'Claro', + 17873195 => 'Claro', + 17873196 => 'Claro', + 17873197 => 'Claro', + 17873198 => 'Claro', + 17873199 => 'Claro', + 1787341 => 'SunCom Wireless Puerto Rico', + 1787344 => 'SunCom Wireless Puerto Rico', + 1787346 => 'SunCom Wireless Puerto Rico', + 1787355 => 'CENTENNIAL', + 1787357 => 'CENTENNIAL', + 1787359 => 'SunCom Wireless Puerto Rico', + 1787367 => 'SunCom Wireless Puerto Rico', + 1787368 => 'SunCom Wireless Puerto Rico', + 1787369 => 'CENTENNIAL', + 1787371 => 'Claro', + 1787372 => 'Claro', + 1787374 => 'Claro', + 1787375 => 'Claro', + 1787376 => 'Claro', + 1787380 => 'Claro', + 1787381 => 'Claro', + 1787382 => 'Claro', + 1787383 => 'Claro', + 1787384 => 'Claro', + 1787385 => 'Claro', + 1787389 => 'Claro', + 1787390 => 'Claro', + 1787391 => 'Claro', + 1787392 => 'Claro', + 1787400 => 'CENTENNIAL', + 1787410 => 'SunCom Wireless Puerto Rico', + 1787434 => 'CENTENNIAL', + 1787447 => 'CENTENNIAL', + 1787448 => 'CENTENNIAL', + 1787449 => 'CENTENNIAL', + 1787450 => 'Claro', + 1787453 => 'Claro', + 1787454 => 'SunCom Wireless Puerto Rico', + 1787458 => 'SunCom Wireless Puerto Rico', + 1787459 => 'SunCom Wireless Puerto Rico', + 1787460 => 'SunCom Wireless Puerto Rico', + 1787462 => 'SunCom Wireless Puerto Rico', + 1787463 => 'SunCom Wireless Puerto Rico', + 1787465 => 'CENTENNIAL', + 1787466 => 'SunCom Wireless Puerto Rico', + 1787471 => 'CENTENNIAL', + 1787473 => 'CENTENNIAL', + 1787474 => 'CENTENNIAL', + 1787478 => 'SunCom Wireless Puerto Rico', + 1787479 => 'CENTENNIAL', + 1787481 => 'Claro', + 1787484 => 'Claro', + 1787485 => 'Claro', + 1787486 => 'Claro', + 1787487 => 'Claro', + 1787513 => 'SunCom Wireless Puerto Rico', + 1787514 => 'Claro', + 1787515 => 'Claro', + 1787516 => 'Claro', + 1787517 => 'Claro', + 1787518 => 'Claro', + 1787519 => 'Claro', + 1787520 => 'CENTENNIAL', + 1787521 => 'CENTENNIAL', + 1787522 => 'CENTENNIAL', + 1787523 => 'CENTENNIAL', + 1787528 => 'SunCom Wireless Puerto Rico', + 1787534 => 'CENTENNIAL', + 1787535 => 'CENTENNIAL', + 1787537 => 'CENTENNIAL', + 1787544 => 'CENTENNIAL', + 1787545 => 'CENTENNIAL', + 1787546 => 'SunCom Wireless Puerto Rico', + 1787551 => 'CENTENNIAL', + 1787553 => 'Claro', + 1787561 => 'CENTENNIAL', + 1787563 => 'CENTENNIAL', + 1787568 => 'SunCom Wireless Puerto Rico', + 1787569 => 'CENTENNIAL', + 1787579 => 'Claro', + 1787580 => 'CENTENNIAL', + 1787585 => 'CENTENNIAL', + 1787588 => 'CENTENNIAL', + 1787589 => 'CENTENNIAL', + 1787595 => 'SunCom Wireless Puerto Rico', + 1787597 => 'SunCom Wireless Puerto Rico', + 1787598 => 'SunCom Wireless Puerto Rico', + 1787601 => 'SunCom Wireless Puerto Rico', + 1787602 => 'CENTENNIAL', + 1787604 => 'SunCom Wireless Puerto Rico', + 1787605 => 'SunCom Wireless Puerto Rico', + 1787607 => 'CENTENNIAL', + 1787608 => 'CENTENNIAL', + 1787609 => 'CENTENNIAL', + 1787612 => 'Claro', + 1787613 => 'Claro', + 1787614 => 'Claro', + 1787615 => 'Claro', + 1787616 => 'Claro', + 1787617 => 'Claro', + 1787619 => 'SunCom Wireless Puerto Rico', + 1787620 => 'CENTENNIAL', + 1787621 => 'CENTENNIAL', + 1787622 => 'CENTENNIAL', + 1787623 => 'CENTENNIAL', + 1787624 => 'CENTENNIAL', + 1787625 => 'CENTENNIAL', + 1787626 => 'CENTENNIAL', + 1787628 => 'CENTENNIAL', + 1787629 => 'SunCom Wireless Puerto Rico', + 178764 => 'CENTENNIAL', + 178765 => 'CENTENNIAL', + 1787662 => 'SunCom Wireless Puerto Rico', + 1787666 => 'SunCom Wireless Puerto Rico', + 1787673 => 'SunCom Wireless Puerto Rico', + 1787675 => 'CENTENNIAL', + 1787678 => 'SunCom Wireless Puerto Rico', + 1787686 => 'CENTENNIAL', + 1787687 => 'CENTENNIAL', + 1787689 => 'CENTENNIAL', + 1787690 => 'CENTENNIAL', + 1787692 => 'CENTENNIAL', + 1787693 => 'CENTENNIAL', + 1787695 => 'CENTENNIAL', + 1787717 => 'CENTENNIAL', + 1787719 => 'CENTENNIAL', + 1787901 => 'SunCom Wireless Puerto Rico', + 1787903 => 'CENTENNIAL', + 1787904 => 'SunCom Wireless Puerto Rico', + 1787908 => 'CENTENNIAL', + 1787912 => 'CENTENNIAL', + 1787915 => 'CENTENNIAL', + 1787916 => 'CENTENNIAL', + 1787917 => 'CENTENNIAL', + 1787922 => 'SunCom Wireless Puerto Rico', + 1787923 => 'SunCom Wireless Puerto Rico', + 1787924 => 'CENTENNIAL', + 1787926 => 'CENTENNIAL', + 1787927 => 'CENTENNIAL', + 1787928 => 'CENTENNIAL', + 1787933 => 'CENTENNIAL', + 1787935 => 'CENTENNIAL', + 1787937 => 'CENTENNIAL', + 1787940 => 'CENTENNIAL', + 1787947 => 'CENTENNIAL', + 1787949 => 'SunCom Wireless Puerto Rico', + 1787952 => 'CENTENNIAL', + 1787953 => 'CENTENNIAL', + 1787954 => 'CENTENNIAL', + 1787957 => 'CENTENNIAL', + 1787961 => 'CENTENNIAL', + 1787968 => 'CENTENNIAL', + 1787969 => 'CENTENNIAL', + 1787971 => 'CENTENNIAL', + 1787975 => 'CENTENNIAL', + 1787978 => 'CENTENNIAL', + 1787992 => 'CENTENNIAL', + 1787993 => 'CENTENNIAL', + 1787998 => 'CENTENNIAL', + 1787999 => 'CENTENNIAL', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1809.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1809.php index 8a43a72..a02c9e2 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1809.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1809.php @@ -1,66 +1,66 @@ 'Tricom', - 180922 => 'Claro', - 180923 => 'Claro', - 180924 => 'Claro', - 180925 => 'Claro', - 180926 => 'Claro', - 180927 => 'Claro', - 180928 => 'Claro', - 180929 => 'Tricom', - 180930 => 'Viva', - 180931 => 'Tricom', - 180932 => 'Tricom', - 180933 => 'Claro', - 180934 => 'Tricom', - 180935 => 'Claro', - 180936 => 'Claro', - 180937 => 'Claro', - 180938 => 'Claro', - 180939 => 'Claro', - 180941 => 'Viva', - 180942 => 'Claro', - 180943 => 'Viva', - 180944 => 'Viva', - 180945 => 'Claro', - 180947 => 'Tricom', - 180948 => 'Claro', - 180949 => 'Claro', - 180951 => 'Claro', - 180954 => 'Claro', - 180960 => 'Claro', - 180962 => 'Tricom', - 180963 => 'Tricom', - 180964 => 'Tricom', - 180965 => 'Tricom', - 180967 => 'Claro', - 180969 => 'Claro', - 180970 => 'Claro', - 180971 => 'Claro', - 180972 => 'Claro', - 180974 => 'Claro', - 180975 => 'Claro', - 180976 => 'Claro', - 180977 => 'Viva', - 180978 => 'Claro', - 180979 => 'Claro', - 180980 => 'Orange', - 180981 => 'Viva', - 180982 => 'Claro', - 180983 => 'Claro', - 180984 => 'Orange', - 180985 => 'Orange', - 180986 => 'Orange', - 180987 => 'Tricom', - 180988 => 'Orange', - 180989 => 'Orange', - 180991 => 'Orange', - 180992 => 'Tricom', - 180993 => 'Tricom', - 180994 => 'Tricom', - 180995 => 'Claro', - 180997 => 'Orange', - 180998 => 'Orange', - 180999 => 'Tricom', -); \ No newline at end of file +return array( + 180920 => 'Tricom', + 180922 => 'Claro', + 180923 => 'Claro', + 180924 => 'Claro', + 180925 => 'Claro', + 180926 => 'Claro', + 180927 => 'Claro', + 180928 => 'Claro', + 180929 => 'Tricom', + 180930 => 'Viva', + 180931 => 'Tricom', + 180932 => 'Tricom', + 180933 => 'Claro', + 180934 => 'Tricom', + 180935 => 'Claro', + 180936 => 'Claro', + 180937 => 'Claro', + 180938 => 'Claro', + 180939 => 'Claro', + 180941 => 'Viva', + 180942 => 'Claro', + 180943 => 'Viva', + 180944 => 'Viva', + 180945 => 'Claro', + 180947 => 'Tricom', + 180948 => 'Claro', + 180949 => 'Claro', + 180951 => 'Claro', + 180954 => 'Claro', + 180960 => 'Claro', + 180962 => 'Tricom', + 180963 => 'Tricom', + 180964 => 'Tricom', + 180965 => 'Tricom', + 180967 => 'Claro', + 180969 => 'Claro', + 180970 => 'Claro', + 180971 => 'Claro', + 180972 => 'Claro', + 180974 => 'Claro', + 180975 => 'Claro', + 180976 => 'Claro', + 180977 => 'Viva', + 180978 => 'Claro', + 180979 => 'Claro', + 180980 => 'Orange', + 180981 => 'Viva', + 180982 => 'Claro', + 180983 => 'Claro', + 180984 => 'Orange', + 180985 => 'Orange', + 180986 => 'Orange', + 180987 => 'Tricom', + 180988 => 'Orange', + 180989 => 'Orange', + 180991 => 'Orange', + 180992 => 'Tricom', + 180993 => 'Tricom', + 180994 => 'Tricom', + 180995 => 'Claro', + 180997 => 'Orange', + 180998 => 'Orange', + 180999 => 'Tricom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1868.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1868.php index 63f678c..5c8a4c5 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1868.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1868.php @@ -1,12 +1,12 @@ 'Digicel', - 1868286 => 'Digicel', - 1868287 => 'Digicel', - 1868289 => 'Digicel', - 186829 => 'Digicel', - 18683 => 'Digicel', - 18684 => 'bmobile', - 18686 => 'bmobile', - 18687 => 'bmobile', -); \ No newline at end of file +return array( + 1868285 => 'Digicel', + 1868286 => 'Digicel', + 1868287 => 'Digicel', + 1868289 => 'Digicel', + 186829 => 'Digicel', + 18683 => 'Digicel', + 18684 => 'bmobile', + 18686 => 'bmobile', + 18687 => 'bmobile', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1939.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1939.php index 4e52706..2e85cac 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1939.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/1939.php @@ -1,62 +1,62 @@ 'CENTENNIAL', - 1939212 => 'CENTENNIAL', - 1939214 => 'CENTENNIAL', - 1939240 => 'SunCom Wireless Puerto Rico', - 19392410 => 'Claro', - 19392411 => 'Claro', - 19392412 => 'Claro', - 19392413 => 'Claro', - 19392414 => 'Claro', - 19392415 => 'Claro', - 19392416 => 'Claro', - 193924199 => 'Claro', - 1939242 => 'Claro', - 19392433 => 'Claro', - 19392434 => 'Claro', - 19392435 => 'Claro', - 19392436 => 'Claro', - 19392437 => 'Claro', - 19392438 => 'Claro', - 19392439 => 'Claro', - 1939244 => 'Claro', - 1939245 => 'Claro', - 1939246 => 'Claro', - 1939247 => 'Claro', - 1939248 => 'Claro', - 1939249 => 'Claro', - 1939250 => 'Claro', - 1939251 => 'Claro', - 1939252 => 'CENTENNIAL', - 1939253 => 'Claro', - 1939254 => 'Claro', - 1939255 => 'Claro', - 1939256 => 'Claro', - 1939257 => 'Claro', - 1939258 => 'Claro', - 1939259 => 'Claro', - 1939307 => 'CENTENNIAL', - 1939325 => 'SunCom Wireless Puerto Rico', - 1939329 => 'CENTENNIAL', - 1939334 => 'Claro', - 1939339 => 'SunCom Wireless Puerto Rico', - 1939394 => 'CENTENNIAL', - 1939440 => 'CENTENNIAL', - 1939628 => 'CENTENNIAL', - 1939630 => 'CENTENNIAL', - 1939639 => 'CENTENNIAL', - 1939640 => 'CENTENNIAL', - 1939642 => 'CENTENNIAL', - 1939644 => 'CENTENNIAL', - 1939645 => 'CENTENNIAL', - 1939697 => 'CENTENNIAL', - 1939717 => 'CENTENNIAL', - 1939731 => 'CENTENNIAL', - 1939777 => 'Claro', - 1939865 => 'SunCom Wireless Puerto Rico', - 1939891 => 'SunCom Wireless Puerto Rico', - 1939910 => 'CENTENNIAL', - 1939940 => 'CENTENNIAL', - 1939969 => 'CENTENNIAL', -); \ No newline at end of file +return array( + 1939201 => 'CENTENNIAL', + 1939212 => 'CENTENNIAL', + 1939214 => 'CENTENNIAL', + 1939240 => 'SunCom Wireless Puerto Rico', + 19392410 => 'Claro', + 19392411 => 'Claro', + 19392412 => 'Claro', + 19392413 => 'Claro', + 19392414 => 'Claro', + 19392415 => 'Claro', + 19392416 => 'Claro', + 193924199 => 'Claro', + 1939242 => 'Claro', + 19392433 => 'Claro', + 19392434 => 'Claro', + 19392435 => 'Claro', + 19392436 => 'Claro', + 19392437 => 'Claro', + 19392438 => 'Claro', + 19392439 => 'Claro', + 1939244 => 'Claro', + 1939245 => 'Claro', + 1939246 => 'Claro', + 1939247 => 'Claro', + 1939248 => 'Claro', + 1939249 => 'Claro', + 1939250 => 'Claro', + 1939251 => 'Claro', + 1939252 => 'CENTENNIAL', + 1939253 => 'Claro', + 1939254 => 'Claro', + 1939255 => 'Claro', + 1939256 => 'Claro', + 1939257 => 'Claro', + 1939258 => 'Claro', + 1939259 => 'Claro', + 1939307 => 'CENTENNIAL', + 1939325 => 'SunCom Wireless Puerto Rico', + 1939329 => 'CENTENNIAL', + 1939334 => 'Claro', + 1939339 => 'SunCom Wireless Puerto Rico', + 1939394 => 'CENTENNIAL', + 1939440 => 'CENTENNIAL', + 1939628 => 'CENTENNIAL', + 1939630 => 'CENTENNIAL', + 1939639 => 'CENTENNIAL', + 1939640 => 'CENTENNIAL', + 1939642 => 'CENTENNIAL', + 1939644 => 'CENTENNIAL', + 1939645 => 'CENTENNIAL', + 1939697 => 'CENTENNIAL', + 1939717 => 'CENTENNIAL', + 1939731 => 'CENTENNIAL', + 1939777 => 'Claro', + 1939865 => 'SunCom Wireless Puerto Rico', + 1939891 => 'SunCom Wireless Puerto Rico', + 1939910 => 'CENTENNIAL', + 1939940 => 'CENTENNIAL', + 1939969 => 'CENTENNIAL', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/20.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/20.php index 3882110..e9eea6a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/20.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/20.php @@ -1,6 +1,6 @@ 'Vodafone', - 2011 => 'Etisalat', - 2012 => 'Mobinil', -); \ No newline at end of file +return array( + 2010 => 'Vodafone', + 2011 => 'Etisalat', + 2012 => 'Mobinil', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/211.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/211.php index 03b1380..2ccfa30 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/211.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/211.php @@ -1,7 +1,7 @@ 'Zain', - 21192 => 'MTN', - 21195 => 'Vivacell', - 21197 => 'Gemtel', -); \ No newline at end of file +return array( + 21191 => 'Zain', + 21192 => 'MTN', + 21195 => 'Vivacell', + 21197 => 'Gemtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/212.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/212.php index c832b86..388499e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/212.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/212.php @@ -1,87 +1,87 @@ 'Inwi', - 212601 => 'Inwi', - 212602 => 'Inwi', - 212603 => 'Inwi', - 212605 => 'Inwi', - 212606 => 'Inwi', - 212607 => 'Inwi', - 212608 => 'Inwi', - 212610 => 'Maroc Telecom', - 212611 => 'Maroc Telecom', - 212612 => 'Méditel', - 212613 => 'Maroc Telecom', - 212614 => 'Méditel', - 212615 => 'Maroc Telecom', - 212616 => 'Maroc Telecom', - 212617 => 'Méditel', - 212618 => 'Maroc Telecom', - 212619 => 'Méditel', - 212620 => 'Méditel', - 212621 => 'Méditel', - 212622 => 'Maroc Telecom', - 212623 => 'Maroc Telecom', - 212624 => 'Maroc Telecom', - 212625 => 'Méditel', - 212626 => 'Inwi', - 212627 => 'Inwi', - 212628 => 'Maroc Telecom', - 212629 => 'Inwi', - 212630 => 'Inwi', - 212631 => 'Méditel', - 212632 => 'Méditel', - 212633 => 'Inwi', - 212634 => 'Inwi', - 212635 => 'Inwi', - 212636 => 'Maroc Telecom', - 212637 => 'Maroc Telecom', - 212638 => 'Inwi', - 212639 => 'Maroc Telecom', - 212640 => 'Inwi', - 212641 => 'Maroc Telecom', - 212642 => 'Maroc Telecom', - 212643 => 'Maroc Telecom', - 212644 => 'Méditel', - 212645 => 'Méditel', - 212646 => 'Inwi', - 212647 => 'Inwi', - 212648 => 'Maroc Telecom', - 212649 => 'Méditel', - 212650 => 'Maroc Telecom', - 212651 => 'Maroc Telecom', - 212652 => 'Maroc Telecom', - 212653 => 'Maroc Telecom', - 212654 => 'Maroc Telecom', - 212655 => 'Maroc Telecom', - 212656 => 'Méditel', - 212657 => 'Méditel', - 212658 => 'Maroc Telecom', - 212659 => 'Maroc Telecom', - 212660 => 'Méditel', - 212661 => 'Maroc Telecom', - 212662 => 'Maroc Telecom', - 212663 => 'Méditel', - 212664 => 'Méditel', - 212665 => 'Méditel', - 212666 => 'Maroc Telecom', - 212667 => 'Maroc Telecom', - 212668 => 'Maroc Telecom', - 212669 => 'Méditel', - 212670 => 'Maroc Telecom', - 212671 => 'Maroc Telecom', - 212672 => 'Maroc Telecom', - 212673 => 'Maroc Telecom', - 212674 => 'Méditel', - 212675 => 'Méditel', - 212676 => 'Maroc Telecom', - 212677 => 'Maroc Telecom', - 212678 => 'Maroc Telecom', - 212679 => 'Méditel', - 212680 => 'Inwi', - 212681 => 'Inwi', - 212692 => 'GlobalStar', - 212697 => 'Maroc Telecom', - 212698 => 'Inwi', - 212699 => 'Inwi', -); \ No newline at end of file +return array( + 212600 => 'Inwi', + 212601 => 'Inwi', + 212602 => 'Inwi', + 212603 => 'Inwi', + 212605 => 'Inwi', + 212606 => 'Inwi', + 212607 => 'Inwi', + 212608 => 'Inwi', + 212610 => 'Maroc Telecom', + 212611 => 'Maroc Telecom', + 212612 => 'Méditel', + 212613 => 'Maroc Telecom', + 212614 => 'Méditel', + 212615 => 'Maroc Telecom', + 212616 => 'Maroc Telecom', + 212617 => 'Méditel', + 212618 => 'Maroc Telecom', + 212619 => 'Méditel', + 212620 => 'Méditel', + 212621 => 'Méditel', + 212622 => 'Maroc Telecom', + 212623 => 'Maroc Telecom', + 212624 => 'Maroc Telecom', + 212625 => 'Méditel', + 212626 => 'Inwi', + 212627 => 'Inwi', + 212628 => 'Maroc Telecom', + 212629 => 'Inwi', + 212630 => 'Inwi', + 212631 => 'Méditel', + 212632 => 'Méditel', + 212633 => 'Inwi', + 212634 => 'Inwi', + 212635 => 'Inwi', + 212636 => 'Maroc Telecom', + 212637 => 'Maroc Telecom', + 212638 => 'Inwi', + 212639 => 'Maroc Telecom', + 212640 => 'Inwi', + 212641 => 'Maroc Telecom', + 212642 => 'Maroc Telecom', + 212643 => 'Maroc Telecom', + 212644 => 'Méditel', + 212645 => 'Méditel', + 212646 => 'Inwi', + 212647 => 'Inwi', + 212648 => 'Maroc Telecom', + 212649 => 'Méditel', + 212650 => 'Maroc Telecom', + 212651 => 'Maroc Telecom', + 212652 => 'Maroc Telecom', + 212653 => 'Maroc Telecom', + 212654 => 'Maroc Telecom', + 212655 => 'Maroc Telecom', + 212656 => 'Méditel', + 212657 => 'Méditel', + 212658 => 'Maroc Telecom', + 212659 => 'Maroc Telecom', + 212660 => 'Méditel', + 212661 => 'Maroc Telecom', + 212662 => 'Maroc Telecom', + 212663 => 'Méditel', + 212664 => 'Méditel', + 212665 => 'Méditel', + 212666 => 'Maroc Telecom', + 212667 => 'Maroc Telecom', + 212668 => 'Maroc Telecom', + 212669 => 'Méditel', + 212670 => 'Maroc Telecom', + 212671 => 'Maroc Telecom', + 212672 => 'Maroc Telecom', + 212673 => 'Maroc Telecom', + 212674 => 'Méditel', + 212675 => 'Méditel', + 212676 => 'Maroc Telecom', + 212677 => 'Maroc Telecom', + 212678 => 'Maroc Telecom', + 212679 => 'Méditel', + 212680 => 'Inwi', + 212681 => 'Inwi', + 212692 => 'GlobalStar', + 212697 => 'Maroc Telecom', + 212698 => 'Inwi', + 212699 => 'Inwi', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/213.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/213.php index cfa8a6d..757c373 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/213.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/213.php @@ -1,9 +1,9 @@ 'Nedjma', - 21355 => 'Nedjma', - 21356 => 'Nedjma', - 2136 => 'Mobilis', - 21377 => 'Djezzy', - 21379 => 'Djezzy', -); \ No newline at end of file +return array( + 21354 => 'Nedjma', + 21355 => 'Nedjma', + 21356 => 'Nedjma', + 2136 => 'Mobilis', + 21377 => 'Djezzy', + 21379 => 'Djezzy', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/216.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/216.php index 40e037b..b3774aa 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/216.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/216.php @@ -1,9 +1,9 @@ 'Tunisiana', - 21640 => 'Tunicell', - 21641 => 'Tunicell', - 2165 => 'Orange', - 216797 => 'Tunicell', - 2169 => 'Tunicell', -); \ No newline at end of file +return array( + 2162 => 'Tunisiana', + 21640 => 'Tunicell', + 21641 => 'Tunicell', + 2165 => 'Orange', + 216797 => 'Tunicell', + 2169 => 'Tunicell', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/220.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/220.php index 08d31a3..a639b9a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/220.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/220.php @@ -1,8 +1,8 @@ 'Africell', - 2203 => 'QCell', - 2206 => 'Comium', - 2207 => 'Africell', - 2209 => 'Gamcel', -); \ No newline at end of file +return array( + 2202 => 'Africell', + 2203 => 'QCell', + 2206 => 'Comium', + 2207 => 'Africell', + 2209 => 'Gamcel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/221.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/221.php index d8089f8..c4d3d90 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/221.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/221.php @@ -1,9 +1,9 @@ 'Expresso', - 22172 => 'HAYO', - 22176 => 'Tigo', - 22177 => 'Orange', - 22178 => 'Orange', - 22179 => 'ADIE', -); \ No newline at end of file +return array( + 22170 => 'Expresso', + 22172 => 'HAYO', + 22176 => 'Tigo', + 22177 => 'Orange', + 22178 => 'Orange', + 22179 => 'ADIE', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/222.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/222.php index 8234eb5..5e412ae 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/222.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/222.php @@ -1,6 +1,6 @@ 'Chinguitel', - 2223 => 'Mattel', - 2224 => 'Mauritel', -); \ No newline at end of file +return array( + 2222 => 'Chinguitel', + 2223 => 'Mattel', + 2224 => 'Mauritel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/223.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/223.php index 18776c3..169a7b9 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/223.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/223.php @@ -1,4 +1,4 @@ 'Orange', -); \ No newline at end of file +return array( + 2237 => 'Orange', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/224.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/224.php index a30a885..936cead 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/224.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/224.php @@ -1,8 +1,8 @@ 'Sotelgui', - 22462 => 'Orange', - 22463 => 'Intercel', - 22465 => 'Cellcom', - 22466 => 'Areeba', -); \ No newline at end of file +return array( + 22460 => 'Sotelgui', + 22462 => 'Orange', + 22463 => 'Intercel', + 22465 => 'Cellcom', + 22466 => 'Areeba', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/225.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/225.php index abb6bda..576001e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/225.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/225.php @@ -1,34 +1,34 @@ 'Moov', - 22502 => 'Moov', - 22503 => 'Moov', - 22504 => 'MTN', - 22505 => 'MTN', - 22506 => 'MTN', - 22507 => 'Orange', - 22508 => 'Orange', - 22509 => 'Orange', - 22540 => 'Moov', - 22541 => 'Moov', - 22542 => 'Moov', - 22544 => 'MTN', - 22545 => 'MTN', - 22546 => 'MTN', - 22547 => 'Orange', - 22548 => 'Orange', - 22549 => 'Orange', - 22554 => 'MTN', - 22555 => 'MTN', - 22556 => 'MTN', - 22557 => 'Orange', - 22558 => 'Orange', - 22559 => 'Orange', - 22560 => 'GreenN', - 22561 => 'GreenN', - 22565 => 'KoZ', - 22566 => 'KoZ', - 22567 => 'KoZ', - 22569 => 'Aircom', - 22577 => 'Orange', -); \ No newline at end of file +return array( + 22501 => 'Moov', + 22502 => 'Moov', + 22503 => 'Moov', + 22504 => 'MTN', + 22505 => 'MTN', + 22506 => 'MTN', + 22507 => 'Orange', + 22508 => 'Orange', + 22509 => 'Orange', + 22540 => 'Moov', + 22541 => 'Moov', + 22542 => 'Moov', + 22544 => 'MTN', + 22545 => 'MTN', + 22546 => 'MTN', + 22547 => 'Orange', + 22548 => 'Orange', + 22549 => 'Orange', + 22554 => 'MTN', + 22555 => 'MTN', + 22556 => 'MTN', + 22557 => 'Orange', + 22558 => 'Orange', + 22559 => 'Orange', + 22560 => 'GreenN', + 22561 => 'GreenN', + 22565 => 'KoZ', + 22566 => 'KoZ', + 22567 => 'KoZ', + 22569 => 'Aircom', + 22577 => 'Orange', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/226.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/226.php index 8ab48f7..6c0fc67 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/226.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/226.php @@ -1,23 +1,23 @@ 'Telmob', - 22661 => 'Telmob', - 22662 => 'Telmob', - 22663 => 'Telmob', - 22664 => 'Airtel', - 22665 => 'Airtel', - 22666 => 'Airtel', - 22667 => 'Airtel', - 22668 => 'Telecel Faso', - 22669 => 'Telecel Faso', - 22670 => 'Telmob', - 22671 => 'Telmob', - 22672 => 'Telmob', - 22673 => 'Telmob', - 22674 => 'Airtel', - 22675 => 'Airtel', - 22676 => 'Airtel', - 22677 => 'Airtel', - 22678 => 'Telecel Faso', - 22679 => 'Telecel Faso', -); \ No newline at end of file +return array( + 22660 => 'Telmob', + 22661 => 'Telmob', + 22662 => 'Telmob', + 22663 => 'Telmob', + 22664 => 'Airtel', + 22665 => 'Airtel', + 22666 => 'Airtel', + 22667 => 'Airtel', + 22668 => 'Telecel Faso', + 22669 => 'Telecel Faso', + 22670 => 'Telmob', + 22671 => 'Telmob', + 22672 => 'Telmob', + 22673 => 'Telmob', + 22674 => 'Airtel', + 22675 => 'Airtel', + 22676 => 'Airtel', + 22677 => 'Airtel', + 22678 => 'Telecel Faso', + 22679 => 'Telecel Faso', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/227.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/227.php index bed1441..e54e827 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/227.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/227.php @@ -1,12 +1,12 @@ 'Airtel', - 22790 => 'Orange', - 22791 => 'Orange', - 22792 => 'Orange', - 22794 => 'Moov', - 22796 => 'Airtel', - 22797 => 'Airtel', - 22798 => 'Airtel', - 22799 => 'Airtel', -); \ No newline at end of file +return array( + 22789 => 'Airtel', + 22790 => 'Orange', + 22791 => 'Orange', + 22792 => 'Orange', + 22794 => 'Moov', + 22796 => 'Airtel', + 22797 => 'Airtel', + 22798 => 'Airtel', + 22799 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/228.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/228.php index cf0f6ee..91ce003 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/228.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/228.php @@ -1,5 +1,5 @@ 'Moov', - 22899 => 'Moov', -); \ No newline at end of file +return array( + 22898 => 'Moov', + 22899 => 'Moov', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/229.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/229.php index ab5ca74..95a5259 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/229.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/229.php @@ -1,15 +1,15 @@ 'MTN', - 22964 => 'Moov', - 22966 => 'MTN', - 22967 => 'MTN', - 22968 => 'Glo', - 22990 => 'Libercom', - 22993 => 'BLK', - 22994 => 'Moov', - 22995 => 'Moov', - 22997 => 'MTN', - 22998 => 'Glo', - 22999 => 'Glo', -); \ No newline at end of file +return array( + 22961 => 'MTN', + 22964 => 'Moov', + 22966 => 'MTN', + 22967 => 'MTN', + 22968 => 'Glo', + 22990 => 'Libercom', + 22993 => 'BLK', + 22994 => 'Moov', + 22995 => 'Moov', + 22997 => 'MTN', + 22998 => 'Glo', + 22999 => 'Glo', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/230.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/230.php index 3418df4..5d419c4 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/230.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/230.php @@ -1,48 +1,48 @@ 'Cellplus', - 230529 => 'MTML', - 2305421 => 'Emtel', - 2305422 => 'Emtel', - 2305423 => 'Emtel', - 2305428 => 'Emtel', - 2305429 => 'Emtel', - 230544 => 'Emtel', - 2305471 => 'Mauritius Telecom', - 2305472 => 'Emtel', - 2305473 => 'Emtel', - 2305474 => 'Emtel', - 2305475 => 'Emtel', - 2305476 => 'Emtel', - 2305477 => 'Emtel', - 2305478 => 'Emtel', - 2305479 => 'Emtel', - 230549 => 'Emtel', - 230570 => 'Cellplus', - 230571 => 'Emtel', - 230572 => 'Emtel', - 230573 => 'Emtel', - 230574 => 'Emtel', - 230575 => 'Cellplus', - 230576 => 'Cellplus', - 230577 => 'Cellplus', - 230578 => 'Cellplus', - 230579 => 'Cellplus', - 230582 => 'Cellplus', - 230585 => 'Emtel', - 230586 => 'MTML', - 2305871 => 'MTML', - 2305875 => 'Cellplus', - 2305876 => 'Cellplus', - 2305877 => 'Cellplus', - 2305878 => 'Cellplus', - 230590 => 'Cellplus', - 230591 => 'Cellplus', - 230592 => 'Cellplus', - 230593 => 'Emtel', - 230594 => 'Cellplus', - 230595 => 'MTML', - 230596 => 'MTML', - 230597 => 'Emtel', - 230598 => 'Emtel', -); \ No newline at end of file +return array( + 230525 => 'Cellplus', + 230529 => 'MTML', + 2305421 => 'Emtel', + 2305422 => 'Emtel', + 2305423 => 'Emtel', + 2305428 => 'Emtel', + 2305429 => 'Emtel', + 230544 => 'Emtel', + 2305471 => 'Mauritius Telecom', + 2305472 => 'Emtel', + 2305473 => 'Emtel', + 2305474 => 'Emtel', + 2305475 => 'Emtel', + 2305476 => 'Emtel', + 2305477 => 'Emtel', + 2305478 => 'Emtel', + 2305479 => 'Emtel', + 230549 => 'Emtel', + 230570 => 'Cellplus', + 230571 => 'Emtel', + 230572 => 'Emtel', + 230573 => 'Emtel', + 230574 => 'Emtel', + 230575 => 'Cellplus', + 230576 => 'Cellplus', + 230577 => 'Cellplus', + 230578 => 'Cellplus', + 230579 => 'Cellplus', + 230582 => 'Cellplus', + 230585 => 'Emtel', + 230586 => 'MTML', + 2305871 => 'MTML', + 2305875 => 'Cellplus', + 2305876 => 'Cellplus', + 2305877 => 'Cellplus', + 2305878 => 'Cellplus', + 230590 => 'Cellplus', + 230591 => 'Cellplus', + 230592 => 'Cellplus', + 230593 => 'Emtel', + 230594 => 'Cellplus', + 230595 => 'MTML', + 230596 => 'MTML', + 230597 => 'Emtel', + 230598 => 'Emtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/231.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/231.php index 2053299..d558cb5 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/231.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/231.php @@ -1,6 +1,6 @@ 'Comium', - 2317 => 'Cellcom', - 23188 => 'Lonestar Cell', -); \ No newline at end of file +return array( + 2315 => 'Comium', + 2317 => 'Cellcom', + 23188 => 'Lonestar Cell', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/232.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/232.php index e237feb..8546208 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/232.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/232.php @@ -1,10 +1,10 @@ 'Africell', - 23233 => 'Comium', - 23276 => 'Airtel', - 23277 => 'Africell', - 23278 => 'Airtel', - 23279 => 'Airtel', - 23288 => 'Africell', -); \ No newline at end of file +return array( + 23230 => 'Africell', + 23233 => 'Comium', + 23276 => 'Airtel', + 23277 => 'Africell', + 23278 => 'Airtel', + 23279 => 'Airtel', + 23288 => 'Africell', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/233.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/233.php index ede09ee..52e7717 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/233.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/233.php @@ -1,11 +1,11 @@ 'Vodafone', - 23323 => 'Globacom (Zain)', - 23324 => 'MTN', - 23326 => 'Airtel', - 23327 => 'tiGO', - 23328 => 'Expresso', - 23354 => 'MTN', - 23357 => 'tiGO', -); \ No newline at end of file +return array( + 23320 => 'Vodafone', + 23323 => 'Globacom (Zain)', + 23324 => 'MTN', + 23326 => 'Airtel', + 23327 => 'tiGO', + 23328 => 'Expresso', + 23354 => 'MTN', + 23357 => 'tiGO', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/234.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/234.php index d6d5138..eace587 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/234.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/234.php @@ -1,233 +1,233 @@ 'Starcomms', - 234174 => 'Starcomms', - 2341804 => 'Starcomms', - 234181 => 'Starcomms', - 234182 => 'Starcomms', - 234184 => 'Starcomms', - 234185 => 'Starcomms', - 234187 => 'Starcomms', - 2341880 => 'Starcomms', - 2341881 => 'Starcomms', - 2341882 => 'Starcomms', - 2341883 => 'Starcomms', - 234189 => 'Starcomms', - 234195 => 'Starcomms', - 2342870 => 'Starcomms', - 2342871 => 'Starcomms', - 2342872 => 'Starcomms', - 2342873 => 'Starcomms', - 2342874 => 'Starcomms', - 2342875 => 'Starcomms', - 2342876 => 'Starcomms', - 2342877 => 'Starcomms', - 2343181 => 'Starcomms', - 2343182 => 'Starcomms', - 2343183 => 'Starcomms', - 2343184 => 'Starcomms', - 2343185 => 'Starcomms', - 2343186 => 'Starcomms', - 2343187 => 'Starcomms', - 2343188 => 'Starcomms', - 2343880 => 'Starcomms', - 2343881 => 'Starcomms', - 2343882 => 'Starcomms', - 2343883 => 'Starcomms', - 2343884 => 'Starcomms', - 2343885 => 'Starcomms', - 2343886 => 'Starcomms', - 2343887 => 'Starcomms', - 2343961 => 'Starcomms', - 2343962 => 'Starcomms', - 2343963 => 'Starcomms', - 2343964 => 'Starcomms', - 2343965 => 'Starcomms', - 2343985 => 'Starcomms', - 2343986 => 'Starcomms', - 2343987 => 'Starcomms', - 2343988 => 'Starcomms', - 2343989 => 'Starcomms', - 2344280 => 'Starcomms', - 2344281 => 'Starcomms', - 2344282 => 'Starcomms', - 2344671 => 'Starcomms', - 2344672 => 'Starcomms', - 2344673 => 'Starcomms', - 2344674 => 'Starcomms', - 2344675 => 'Starcomms', - 2344676 => 'Starcomms', - 2344677 => 'Starcomms', - 2344678 => 'Starcomms', - 2344679 => 'Starcomms', - 2344680 => 'Starcomms', - 2344682 => 'Starcomms', - 2344683 => 'Starcomms', - 2344684 => 'Starcomms', - 2344687 => 'Starcomms', - 2344880 => 'Starcomms', - 2344881 => 'Starcomms', - 2344882 => 'Starcomms', - 2345277 => 'Starcomms', - 2345278 => 'Starcomms', - 2345279 => 'Starcomms', - 234528 => 'Starcomms', - 2345381 => 'Starcomms', - 2345382 => 'Starcomms', - 2345383 => 'Starcomms', - 2345384 => 'Starcomms', - 2345385 => 'Starcomms', - 2345386 => 'Starcomms', - 2345387 => 'Starcomms', - 2345389 => 'Starcomms', - 2345480 => 'Starcomms', - 2345481 => 'Starcomms', - 2345482 => 'Starcomms', - 2345483 => 'Starcomms', - 2345484 => 'Starcomms', - 2345485 => 'Starcomms', - 2345486 => 'Starcomms', - 2345487 => 'Starcomms', - 2345684 => 'Starcomms', - 2345685 => 'Starcomms', - 2345686 => 'Starcomms', - 2345687 => 'Starcomms', - 2346277 => 'Starcomms', - 2346278 => 'Starcomms', - 2346279 => 'Starcomms', - 234628 => 'Starcomms', - 2346437 => 'Starcomms', - 2346438 => 'Starcomms', - 2346439 => 'Starcomms', - 2346461 => 'Starcomms', - 2346462 => 'Starcomms', - 2346469 => 'Starcomms', - 2346470 => 'Starcomms', - 2346474 => 'Starcomms', - 2346475 => 'Starcomms', - 2346476 => 'Starcomms', - 2346479 => 'Starcomms', - 2346481 => 'Starcomms', - 2346482 => 'Starcomms', - 2346489 => 'Starcomms', - 2346491 => 'Starcomms', - 2346492 => 'Starcomms', - 2346493 => 'Starcomms', - 2346494 => 'Starcomms', - 2346495 => 'Starcomms', - 2346496 => 'Starcomms', - 2346497 => 'Starcomms', - 2346498 => 'Starcomms', - 2346580 => 'Starcomms', - 2346581 => 'Starcomms', - 2346582 => 'Starcomms', - 2346987 => 'Starcomms', - 2346988 => 'Starcomms', - 2346989 => 'Starcomms', - 2347021 => 'M-Tel', - 2347022 => 'M-Tel', - 2347025 => 'Visafone', - 2347026 => 'Visafone', - 2347028 => 'Starcomms', - 2347029 => 'Starcomms', - 234703 => 'MTN', - 234704 => 'Visafone', - 234705 => 'Glo', - 234706 => 'MTN', - 234707 => 'Glo', - 234708 => 'Airtel', - 2347380 => 'Starcomms', - 2347381 => 'Starcomms', - 2347382 => 'Starcomms', - 2347383 => 'Starcomms', - 2347384 => 'Starcomms', - 2347385 => 'Starcomms', - 2347386 => 'Starcomms', - 2347387 => 'Starcomms', - 2347691 => 'Starcomms', - 2347692 => 'Starcomms', - 2347693 => 'Starcomms', - 2347694 => 'Starcomms', - 2347695 => 'Starcomms', - 2347696 => 'Starcomms', - 2347697 => 'Starcomms', - 2347698 => 'Starcomms', - 2347782 => 'Starcomms', - 2347783 => 'Starcomms', - 2347784 => 'Starcomms', - 234802 => 'Airtel', - 234803 => 'MTN', - 234804 => 'M-Tel', - 234805 => 'Glo', - 234806 => 'MTN', - 234807 => 'Glo', - 234808 => 'Airtel', - 234809 => 'Etisalat', - 234810 => 'MTN', - 234811 => 'Glo', - 234812 => 'Airtel', - 234813 => 'MTN', - 234814 => 'MTN', - 234815 => 'Glo', - 234816 => 'MTN', - 234817 => 'Etisalat', - 234818 => 'Etisalat', - 2348190 => 'Starcomms', - 2348191 => 'Starcomms', - 2348283 => 'Starcomms', - 2348284 => 'Starcomms', - 2348285 => 'Starcomms', - 2348286 => 'Starcomms', - 2348287 => 'Starcomms', - 2348288 => 'Starcomms', - 2348380 => 'Starcomms', - 2348381 => 'Starcomms', - 2348382 => 'Starcomms', - 2348421 => 'Starcomms', - 2348422 => 'Starcomms', - 2348431 => 'Starcomms', - 2348434 => 'Starcomms', - 2348437 => 'Starcomms', - 2348438 => 'Starcomms', - 2348439 => 'Starcomms', - 2348453 => 'Starcomms', - 2348454 => 'Starcomms', - 2348456 => 'Starcomms', - 2348474 => 'Starcomms', - 2348475 => 'Starcomms', - 2348476 => 'Starcomms', - 2348477 => 'Starcomms', - 2348478 => 'Starcomms', - 2348479 => 'Starcomms', - 2348480 => 'Starcomms', - 2348481 => 'Starcomms', - 2348484 => 'Starcomms', - 2348485 => 'Starcomms', - 2348486 => 'Starcomms', - 2348488 => 'Starcomms', - 2348489 => 'Starcomms', - 2348490 => 'Starcomms', - 2348581 => 'Starcomms', - 2348582 => 'Starcomms', - 2348583 => 'Starcomms', - 2348584 => 'Starcomms', - 2348585 => 'Starcomms', - 2348586 => 'Starcomms', - 2348587 => 'Starcomms', - 2348588 => 'Starcomms', - 2348782 => 'Starcomms', - 2348783 => 'Starcomms', - 2348784 => 'Starcomms', - 2348785 => 'Starcomms', - 2348786 => 'Starcomms', - 2348787 => 'Starcomms', - 2348788 => 'Starcomms', - 2348789 => 'Starcomms', - 2348885 => 'Starcomms', - 2348886 => 'Starcomms', - 2348887 => 'Starcomms', - 234903 => 'MTN', - 234909 => 'Etisalat', - 234980 => 'Starcomms', - 234987 => 'Starcomms', -); \ No newline at end of file +return array( + 234173 => 'Starcomms', + 234174 => 'Starcomms', + 2341804 => 'Starcomms', + 234181 => 'Starcomms', + 234182 => 'Starcomms', + 234184 => 'Starcomms', + 234185 => 'Starcomms', + 234187 => 'Starcomms', + 2341880 => 'Starcomms', + 2341881 => 'Starcomms', + 2341882 => 'Starcomms', + 2341883 => 'Starcomms', + 234189 => 'Starcomms', + 234195 => 'Starcomms', + 2342870 => 'Starcomms', + 2342871 => 'Starcomms', + 2342872 => 'Starcomms', + 2342873 => 'Starcomms', + 2342874 => 'Starcomms', + 2342875 => 'Starcomms', + 2342876 => 'Starcomms', + 2342877 => 'Starcomms', + 2343181 => 'Starcomms', + 2343182 => 'Starcomms', + 2343183 => 'Starcomms', + 2343184 => 'Starcomms', + 2343185 => 'Starcomms', + 2343186 => 'Starcomms', + 2343187 => 'Starcomms', + 2343188 => 'Starcomms', + 2343880 => 'Starcomms', + 2343881 => 'Starcomms', + 2343882 => 'Starcomms', + 2343883 => 'Starcomms', + 2343884 => 'Starcomms', + 2343885 => 'Starcomms', + 2343886 => 'Starcomms', + 2343887 => 'Starcomms', + 2343961 => 'Starcomms', + 2343962 => 'Starcomms', + 2343963 => 'Starcomms', + 2343964 => 'Starcomms', + 2343965 => 'Starcomms', + 2343985 => 'Starcomms', + 2343986 => 'Starcomms', + 2343987 => 'Starcomms', + 2343988 => 'Starcomms', + 2343989 => 'Starcomms', + 2344280 => 'Starcomms', + 2344281 => 'Starcomms', + 2344282 => 'Starcomms', + 2344671 => 'Starcomms', + 2344672 => 'Starcomms', + 2344673 => 'Starcomms', + 2344674 => 'Starcomms', + 2344675 => 'Starcomms', + 2344676 => 'Starcomms', + 2344677 => 'Starcomms', + 2344678 => 'Starcomms', + 2344679 => 'Starcomms', + 2344680 => 'Starcomms', + 2344682 => 'Starcomms', + 2344683 => 'Starcomms', + 2344684 => 'Starcomms', + 2344687 => 'Starcomms', + 2344880 => 'Starcomms', + 2344881 => 'Starcomms', + 2344882 => 'Starcomms', + 2345277 => 'Starcomms', + 2345278 => 'Starcomms', + 2345279 => 'Starcomms', + 234528 => 'Starcomms', + 2345381 => 'Starcomms', + 2345382 => 'Starcomms', + 2345383 => 'Starcomms', + 2345384 => 'Starcomms', + 2345385 => 'Starcomms', + 2345386 => 'Starcomms', + 2345387 => 'Starcomms', + 2345389 => 'Starcomms', + 2345480 => 'Starcomms', + 2345481 => 'Starcomms', + 2345482 => 'Starcomms', + 2345483 => 'Starcomms', + 2345484 => 'Starcomms', + 2345485 => 'Starcomms', + 2345486 => 'Starcomms', + 2345487 => 'Starcomms', + 2345684 => 'Starcomms', + 2345685 => 'Starcomms', + 2345686 => 'Starcomms', + 2345687 => 'Starcomms', + 2346277 => 'Starcomms', + 2346278 => 'Starcomms', + 2346279 => 'Starcomms', + 234628 => 'Starcomms', + 2346437 => 'Starcomms', + 2346438 => 'Starcomms', + 2346439 => 'Starcomms', + 2346461 => 'Starcomms', + 2346462 => 'Starcomms', + 2346469 => 'Starcomms', + 2346470 => 'Starcomms', + 2346474 => 'Starcomms', + 2346475 => 'Starcomms', + 2346476 => 'Starcomms', + 2346479 => 'Starcomms', + 2346481 => 'Starcomms', + 2346482 => 'Starcomms', + 2346489 => 'Starcomms', + 2346491 => 'Starcomms', + 2346492 => 'Starcomms', + 2346493 => 'Starcomms', + 2346494 => 'Starcomms', + 2346495 => 'Starcomms', + 2346496 => 'Starcomms', + 2346497 => 'Starcomms', + 2346498 => 'Starcomms', + 2346580 => 'Starcomms', + 2346581 => 'Starcomms', + 2346582 => 'Starcomms', + 2346987 => 'Starcomms', + 2346988 => 'Starcomms', + 2346989 => 'Starcomms', + 2347021 => 'M-Tel', + 2347022 => 'M-Tel', + 2347025 => 'Visafone', + 2347026 => 'Visafone', + 2347028 => 'Starcomms', + 2347029 => 'Starcomms', + 234703 => 'MTN', + 234704 => 'Visafone', + 234705 => 'Glo', + 234706 => 'MTN', + 234707 => 'Glo', + 234708 => 'Airtel', + 2347380 => 'Starcomms', + 2347381 => 'Starcomms', + 2347382 => 'Starcomms', + 2347383 => 'Starcomms', + 2347384 => 'Starcomms', + 2347385 => 'Starcomms', + 2347386 => 'Starcomms', + 2347387 => 'Starcomms', + 2347691 => 'Starcomms', + 2347692 => 'Starcomms', + 2347693 => 'Starcomms', + 2347694 => 'Starcomms', + 2347695 => 'Starcomms', + 2347696 => 'Starcomms', + 2347697 => 'Starcomms', + 2347698 => 'Starcomms', + 2347782 => 'Starcomms', + 2347783 => 'Starcomms', + 2347784 => 'Starcomms', + 234802 => 'Airtel', + 234803 => 'MTN', + 234804 => 'M-Tel', + 234805 => 'Glo', + 234806 => 'MTN', + 234807 => 'Glo', + 234808 => 'Airtel', + 234809 => 'Etisalat', + 234810 => 'MTN', + 234811 => 'Glo', + 234812 => 'Airtel', + 234813 => 'MTN', + 234814 => 'MTN', + 234815 => 'Glo', + 234816 => 'MTN', + 234817 => 'Etisalat', + 234818 => 'Etisalat', + 2348190 => 'Starcomms', + 2348191 => 'Starcomms', + 2348283 => 'Starcomms', + 2348284 => 'Starcomms', + 2348285 => 'Starcomms', + 2348286 => 'Starcomms', + 2348287 => 'Starcomms', + 2348288 => 'Starcomms', + 2348380 => 'Starcomms', + 2348381 => 'Starcomms', + 2348382 => 'Starcomms', + 2348421 => 'Starcomms', + 2348422 => 'Starcomms', + 2348431 => 'Starcomms', + 2348434 => 'Starcomms', + 2348437 => 'Starcomms', + 2348438 => 'Starcomms', + 2348439 => 'Starcomms', + 2348453 => 'Starcomms', + 2348454 => 'Starcomms', + 2348456 => 'Starcomms', + 2348474 => 'Starcomms', + 2348475 => 'Starcomms', + 2348476 => 'Starcomms', + 2348477 => 'Starcomms', + 2348478 => 'Starcomms', + 2348479 => 'Starcomms', + 2348480 => 'Starcomms', + 2348481 => 'Starcomms', + 2348484 => 'Starcomms', + 2348485 => 'Starcomms', + 2348486 => 'Starcomms', + 2348488 => 'Starcomms', + 2348489 => 'Starcomms', + 2348490 => 'Starcomms', + 2348581 => 'Starcomms', + 2348582 => 'Starcomms', + 2348583 => 'Starcomms', + 2348584 => 'Starcomms', + 2348585 => 'Starcomms', + 2348586 => 'Starcomms', + 2348587 => 'Starcomms', + 2348588 => 'Starcomms', + 2348782 => 'Starcomms', + 2348783 => 'Starcomms', + 2348784 => 'Starcomms', + 2348785 => 'Starcomms', + 2348786 => 'Starcomms', + 2348787 => 'Starcomms', + 2348788 => 'Starcomms', + 2348789 => 'Starcomms', + 2348885 => 'Starcomms', + 2348886 => 'Starcomms', + 2348887 => 'Starcomms', + 234903 => 'MTN', + 234909 => 'Etisalat', + 234980 => 'Starcomms', + 234987 => 'Starcomms', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/235.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/235.php index 07da712..5ace12d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/235.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/235.php @@ -1,4 +1,4 @@ 'Airtel', -); \ No newline at end of file +return array( + 2356 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/236.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/236.php index 3885197..679dac7 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/236.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/236.php @@ -1,7 +1,7 @@ 'TC', - 23672 => 'Orange', - 23675 => 'CTP', - 23677 => 'Nationlink', -); \ No newline at end of file +return array( + 23670 => 'TC', + 23672 => 'Orange', + 23675 => 'CTP', + 23677 => 'Nationlink', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/237.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/237.php index cf4e67f..84fdc2c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/237.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/237.php @@ -1,5 +1,5 @@ 'MTN Cameroon', - 2379 => 'Orange', -); \ No newline at end of file +return array( + 2377 => 'MTN Cameroon', + 2379 => 'Orange', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/238.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/238.php index 465b5f0..a2a8e1d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/238.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/238.php @@ -1,9 +1,9 @@ 'T+', - 23892 => 'T+', - 23895 => 'CVMOVEL', - 23897 => 'CVMOVEL', - 23898 => 'CVMOVEL', - 23899 => 'CVMOVEL', -); \ No newline at end of file +return array( + 23891 => 'T+', + 23892 => 'T+', + 23895 => 'CVMOVEL', + 23897 => 'CVMOVEL', + 23898 => 'CVMOVEL', + 23899 => 'CVMOVEL', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/239.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/239.php index de3c89a..a96f29a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/239.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/239.php @@ -1,5 +1,5 @@ 'CSTmovel', - 23999 => 'CSTmovel', -); \ No newline at end of file +return array( + 23998 => 'CSTmovel', + 23999 => 'CSTmovel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/240.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/240.php index d821c4d..923e92f 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/240.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/240.php @@ -1,6 +1,6 @@ 'Orange GQ', - 2406 => 'Orange GQ', - 2407 => 'Orange GQ', -); \ No newline at end of file +return array( + 2405 => 'Orange GQ', + 2406 => 'Orange GQ', + 2407 => 'Orange GQ', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/241.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/241.php index 500519b..ea826bd 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/241.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/241.php @@ -1,24 +1,24 @@ 'Airtel', - 24105 => 'Moov', - 24106 => 'Libertis', - 24107 => 'Airtel', - 24110 => 'Libertis', - 24111 => 'Libertis', - 24120 => 'Libertis', - 24121 => 'Libertis', - 24122 => 'Libertis', - 24123 => 'Libertis', - 24124 => 'Libertis', - 24125 => 'Libertis', - 24126 => 'Libertis', - 24127 => 'Libertis', - 2413 => 'Libertis', - 2414 => 'Airtel', - 2415 => 'Moov', - 2416 => 'Libertis', - 2417 => 'Airtel', - 24195 => 'Libertis', - 24197 => 'Libertis', -); \ No newline at end of file +return array( + 24104 => 'Airtel', + 24105 => 'Moov', + 24106 => 'Libertis', + 24107 => 'Airtel', + 24110 => 'Libertis', + 24111 => 'Libertis', + 24120 => 'Libertis', + 24121 => 'Libertis', + 24122 => 'Libertis', + 24123 => 'Libertis', + 24124 => 'Libertis', + 24125 => 'Libertis', + 24126 => 'Libertis', + 24127 => 'Libertis', + 2413 => 'Libertis', + 2414 => 'Airtel', + 2415 => 'Moov', + 2416 => 'Libertis', + 2417 => 'Airtel', + 24195 => 'Libertis', + 24197 => 'Libertis', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/242.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/242.php index 975a5ff..1d506fd 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/242.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/242.php @@ -1,5 +1,5 @@ 'Airtel', - 24206 => 'Libertis Telecom', -); \ No newline at end of file +return array( + 24205 => 'Airtel', + 24206 => 'Libertis Telecom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/243.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/243.php index 0b7aea3..dd45eba 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/243.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/243.php @@ -1,12 +1,12 @@ 'Supercell', - 24381 => 'Vodacom', - 24382 => 'Vodacom', - 24384 => 'CCT', - 24388 => 'Yozma Timeturns sprl -YTT', - 24389 => 'Tigo', - 24397 => 'Zain', - 24398 => 'Zain', - 24399 => 'Zain', -); \ No newline at end of file +return array( + 24380 => 'Supercell', + 24381 => 'Vodacom', + 24382 => 'Vodacom', + 24384 => 'CCT', + 24388 => 'Yozma Timeturns sprl -YTT', + 24389 => 'Tigo', + 24397 => 'Zain', + 24398 => 'Zain', + 24399 => 'Zain', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/244.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/244.php index f57104d..2e269ee 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/244.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/244.php @@ -1,8 +1,8 @@ 'Movicel', - 24492 => 'UNITEL', - 24493 => 'UNITEL', - 24494 => 'UNITEL', - 24499 => 'Movicel', -); \ No newline at end of file +return array( + 24491 => 'Movicel', + 24492 => 'UNITEL', + 24493 => 'UNITEL', + 24494 => 'UNITEL', + 24499 => 'Movicel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/245.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/245.php index f5b0323..a30bfe5 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/245.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/245.php @@ -1,5 +1,5 @@ 'Orange', - 2456 => 'Areeba', -); \ No newline at end of file +return array( + 2455 => 'Orange', + 2456 => 'Areeba', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/248.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/248.php index 444b21c..b5f1d19 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/248.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/248.php @@ -1,5 +1,5 @@ 'Airtel', - 24828 => 'Airtel', -); \ No newline at end of file +return array( + 24827 => 'Airtel', + 24828 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/249.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/249.php index ed36761..d5ce9dc 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/249.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/249.php @@ -1,8 +1,8 @@ 'Zain', - 24992 => 'MTN', - 24995 => 'Network of The World Ltd', - 24996 => 'Zain', - 24999 => 'MTN', -); \ No newline at end of file +return array( + 24991 => 'Zain', + 24992 => 'MTN', + 24995 => 'Network of The World Ltd', + 24996 => 'Zain', + 24999 => 'MTN', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/250.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/250.php index b629b98..622012d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/250.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/250.php @@ -1,4 +1,4 @@ 'Airtel', -); \ No newline at end of file +return array( + 25073 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/251.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/251.php index 0bd61f4..543c242 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/251.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/251.php @@ -1,4 +1,4 @@ 'ETH-MTN', -); \ No newline at end of file +return array( + 25191 => 'ETH-MTN', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/252.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/252.php index 966f47c..6f9f24e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/252.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/252.php @@ -1,10 +1,10 @@ 'Telesom', - 25228 => 'Nationlink', - 25263 => 'Telesom', - 25267 => 'Nationlink', - 25268 => 'Nationlink', - 25269 => 'Nationlink', - 25279 => 'Somtel', -); \ No newline at end of file +return array( + 25224 => 'Telesom', + 25228 => 'Nationlink', + 25263 => 'Telesom', + 25267 => 'Nationlink', + 25268 => 'Nationlink', + 25269 => 'Nationlink', + 25279 => 'Somtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/253.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/253.php index 86946fd..e6cddae 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/253.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/253.php @@ -1,6 +1,6 @@ 'Evatis', - 253777 => 'Evatis', - 253778 => 'Evatis', -); \ No newline at end of file +return array( + 253776 => 'Evatis', + 253777 => 'Evatis', + 253778 => 'Evatis', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/254.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/254.php index fc83a89..8375088 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/254.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/254.php @@ -1,11 +1,11 @@ 'Orange Kenya', - 25470 => 'Safaricom', - 25471 => 'Safaricom', - 25472 => 'Safaricom', - 25473 => 'Airtel', - 25475 => 'yu', - 25477 => 'Orange Kenya', - 25478 => 'Airtel', -); \ No newline at end of file +return array( + 25420 => 'Orange Kenya', + 25470 => 'Safaricom', + 25471 => 'Safaricom', + 25472 => 'Safaricom', + 25473 => 'Airtel', + 25475 => 'yu', + 25477 => 'Orange Kenya', + 25478 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/255.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/255.php index 604b905..fc1897d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/255.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/255.php @@ -1,10 +1,10 @@ 'tiGO', - 25568 => 'Airtel', - 25571 => 'tiGO', - 25575 => 'Vodacom', - 25576 => 'Vodacom', - 25577 => 'Zantel', - 25578 => 'Airtel', -); \ No newline at end of file +return array( + 25565 => 'tiGO', + 25568 => 'Airtel', + 25571 => 'tiGO', + 25575 => 'Vodacom', + 25576 => 'Vodacom', + 25577 => 'Zantel', + 25578 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/256.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/256.php index 6e0043c..7721804 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/256.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/256.php @@ -1,13 +1,13 @@ 'Warid', - 25671 => 'UTL', - 256720 => 'Smile', - 256730 => 'K2', - 25674 => 'Sure Telecom', - 25675 => 'Airtel', - 25676 => 'i-Tel', - 25677 => 'MTN', - 25678 => 'MTN', - 25679 => 'Orange', -); \ No newline at end of file +return array( + 25670 => 'Warid', + 25671 => 'UTL', + 256720 => 'Smile', + 256730 => 'K2', + 25674 => 'Sure Telecom', + 25675 => 'Airtel', + 25676 => 'i-Tel', + 25677 => 'MTN', + 25678 => 'MTN', + 25679 => 'Orange', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/257.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/257.php index 4230dca..974d316 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/257.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/257.php @@ -1,10 +1,10 @@ 'Leo', - 25771 => 'Leo', - 25775 => 'Smart Mobile', - 25776 => 'Econet', - 25777 => 'Onatel', - 25778 => 'Tempo', - 25779 => 'Leo', -); \ No newline at end of file +return array( + 25729 => 'Leo', + 25771 => 'Leo', + 25775 => 'Smart Mobile', + 25776 => 'Econet', + 25777 => 'Onatel', + 25778 => 'Tempo', + 25779 => 'Leo', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/258.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/258.php index ae5c992..3f0d7c1 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/258.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/258.php @@ -1,5 +1,5 @@ 'mCel', - 25884 => 'Vodacom', -); \ No newline at end of file +return array( + 25882 => 'mCel', + 25884 => 'Vodacom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/260.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/260.php index e35b074..8547db8 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/260.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/260.php @@ -1,6 +1,6 @@ 'ZAMTEL', - 26096 => 'MTN', - 26097 => 'Airtel', -); \ No newline at end of file +return array( + 26095 => 'ZAMTEL', + 26096 => 'MTN', + 26097 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/261.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/261.php index 02918e7..ba38523 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/261.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/261.php @@ -1,7 +1,7 @@ 'Orange', - 26133 => 'Airtel', - 26134 => 'Telma', - 26139 => 'Blueline', -); \ No newline at end of file +return array( + 26132 => 'Orange', + 26133 => 'Airtel', + 26134 => 'Telma', + 26139 => 'Blueline', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/263.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/263.php index b41f86c..080e618 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/263.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/263.php @@ -1,6 +1,6 @@ 'Net*One', - 26373 => 'Telecel', - 26377 => 'Econet', -); \ No newline at end of file +return array( + 26371 => 'Net*One', + 26373 => 'Telecel', + 26377 => 'Econet', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/265.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/265.php index 8eb110b..3cd762c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/265.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/265.php @@ -1,5 +1,5 @@ 'TNM', - 26599 => 'Airtel', -); \ No newline at end of file +return array( + 26588 => 'TNM', + 26599 => 'Airtel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/267.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/267.php index 78cc41a..f1146ce 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/267.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/267.php @@ -1,35 +1,35 @@ 'Mascom', - 26772 => 'Orange', - 26773 => 'BTC Mobile', - 267740 => 'Mascom', - 267741 => 'Mascom', - 267742 => 'Mascom', - 267743 => 'Orange', - 267744 => 'Orange', - 267745 => 'Mascom', - 267746 => 'Mascom', - 267747 => 'Mascom', - 267748 => 'Orange', - 267750 => 'Orange', - 267751 => 'Orange', - 267752 => 'Orange', - 267753 => 'Orange', - 267754 => 'Mascom', - 267755 => 'Mascom', - 267756 => 'Mascom', - 267757 => 'Orange', - 267759 => 'Mascom', - 267760 => 'Mascom', - 267761 => 'Mascom', - 267762 => 'Mascom', - 267763 => 'Orange', - 267764 => 'Orange', - 267765 => 'Orange', - 267766 => 'Mascom', - 267767 => 'Mascom', - 267769 => 'Orange', - 267776 => 'Mascom', - 267777 => 'Mascom', -); \ No newline at end of file +return array( + 26771 => 'Mascom', + 26772 => 'Orange', + 26773 => 'BTC Mobile', + 267740 => 'Mascom', + 267741 => 'Mascom', + 267742 => 'Mascom', + 267743 => 'Orange', + 267744 => 'Orange', + 267745 => 'Mascom', + 267746 => 'Mascom', + 267747 => 'Mascom', + 267748 => 'Orange', + 267750 => 'Orange', + 267751 => 'Orange', + 267752 => 'Orange', + 267753 => 'Orange', + 267754 => 'Mascom', + 267755 => 'Mascom', + 267756 => 'Mascom', + 267757 => 'Orange', + 267759 => 'Mascom', + 267760 => 'Mascom', + 267761 => 'Mascom', + 267762 => 'Mascom', + 267763 => 'Orange', + 267764 => 'Orange', + 267765 => 'Orange', + 267766 => 'Mascom', + 267767 => 'Mascom', + 267769 => 'Orange', + 267776 => 'Mascom', + 267777 => 'Mascom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/268.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/268.php index 01fea39..6357da0 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/268.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/268.php @@ -1,4 +1,4 @@ 'Swazi MTN', -); \ No newline at end of file +return array( + 2686 => 'Swazi MTN', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/27.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/27.php index 68b2ab9..6734ab8 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/27.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/27.php @@ -1,11 +1,11 @@ 'MTN', - 27717 => 'MTN', - 27718 => 'MTN', - 27719 => 'MTN', - 2773 => 'MTN', - 2778 => 'MTN', - 2781 => 'Telkom Mobile / 8.ta / Telekom SA', - 2783 => 'MTN', -); \ No newline at end of file +return array( + 27710 => 'MTN', + 27717 => 'MTN', + 27718 => 'MTN', + 27719 => 'MTN', + 2773 => 'MTN', + 2778 => 'MTN', + 2781 => 'Telkom Mobile / 8.ta / Telekom SA', + 2783 => 'MTN', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/297.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/297.php index 7301ff3..2fb3531 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/297.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/297.php @@ -1,18 +1,18 @@ 'SETAR', - 297592 => 'SETAR', - 297593 => 'SETAR', - 297594 => 'SETAR', - 297597 => 'SETAR', - 297598 => 'SETAR', - 297660 => 'SETAR', - 297661 => 'SETAR', - 297690 => 'SETAR', - 29773 => 'Digicel', - 29774 => 'Digicel', - 297995 => 'SETAR', - 297996 => 'SETAR', - 297997 => 'SETAR', - 297998 => 'SETAR', -); \ No newline at end of file +return array( + 29756 => 'SETAR', + 297592 => 'SETAR', + 297593 => 'SETAR', + 297594 => 'SETAR', + 297597 => 'SETAR', + 297598 => 'SETAR', + 297660 => 'SETAR', + 297661 => 'SETAR', + 297690 => 'SETAR', + 29773 => 'Digicel', + 29774 => 'Digicel', + 297995 => 'SETAR', + 297996 => 'SETAR', + 297997 => 'SETAR', + 297998 => 'SETAR', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/298.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/298.php index 2fa6663..e4f284a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/298.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/298.php @@ -1,7 +1,7 @@ 'Faroese Telecom', - 2985 => 'Vodafone', - 2986 => 'Vodafone', - 2987 => 'Vodafone', -); \ No newline at end of file +return array( + 2982 => 'Faroese Telecom', + 2985 => 'Vodafone', + 2986 => 'Vodafone', + 2987 => 'Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/299.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/299.php index ac45ffd..73975c3 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/299.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/299.php @@ -1,6 +1,6 @@ 'TELE Greenland A/S', - 2994 => 'TELE Greenland A/S', - 2995 => 'TELE Greenland A/S', -); \ No newline at end of file +return array( + 2992 => 'TELE Greenland A/S', + 2994 => 'TELE Greenland A/S', + 2995 => 'TELE Greenland A/S', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/30.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/30.php index ee69a4e..59ad153 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/30.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/30.php @@ -1,9 +1,9 @@ 'Wind', - 30693 => 'Wind', - 30694 => 'Vodafone', - 30695 => 'Vodafone', - 30697 => 'Cosmote', - 30698 => 'Cosmote', -); \ No newline at end of file +return array( + 30690 => 'Wind', + 30693 => 'Wind', + 30694 => 'Vodafone', + 30695 => 'Vodafone', + 30697 => 'Cosmote', + 30698 => 'Cosmote', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/31.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/31.php index ca07f08..d9c5470 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/31.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/31.php @@ -1,54 +1,54 @@ 'KPN', - 31611 => 'Vodafone Libertel B.V.', - 31612 => 'KPN', - 31613 => 'KPN', - 31614 => 'T-Mobile', - 31615 => 'Vodafone Libertel B.V.', - 31616 => 'Telfort', - 31617 => 'Telfort', - 31620 => 'KPN', - 31621 => 'Vodafone Libertel B.V.', - 31622 => 'KPN', - 31623 => 'KPN', - 31624 => 'T-Mobile', - 31625 => 'Vodafone Libertel B.V.', - 31626 => 'Telfort', - 31627 => 'Vodafone Libertel B.V.', - 31629 => 'Vodafone Libertel B.V.', - 31630 => 'KPN', - 31631 => 'Vodafone Libertel B.V.', - 31633 => 'Telfort', - 31634 => 'T-Mobile', - 316351 => 'Intercity Zakelijk', - 316359 => 'ASPIDER Solutions Nederland B.V.', - 31636 => 'Tele2', - 31637 => 'Teleena (MVNE)', - 31640 => 'Tele2', - 31641 => 'T-Mobile', - 31642 => 'T-Mobile', - 31643 => 'T-Mobile', - 31644 => 'Telfort', - 31645 => 'Telfort', - 31646 => 'Vodafone Libertel B.V.', - 31647 => 'Telfort', - 31649 => 'Telfort', - 31650 => 'Vodafone Libertel B.V.', - 31651 => 'KPN', - 31652 => 'Vodafone Libertel B.V.', - 31653 => 'KPN', - 31654 => 'Vodafone Libertel B.V.', - 31655 => 'Vodafone Libertel B.V.', - 31656 => 'T-Mobile', - 31657 => 'KPN', - 31658 => 'Telfort', - 31659 => 'Vectone Mobile/Delight Mobile', - 31680 => 'Vodafone Libertel B.V.', - 31681 => 'T-Mobile', - 31683 => 'KPN', - 31684 => 'Lycamobile', - 31685 => 'Lycamobile', - 31686 => 'Lycamobile', - 31687 => 'Lycamobile', -); \ No newline at end of file +return array( + 31610 => 'KPN', + 31611 => 'Vodafone Libertel B.V.', + 31612 => 'KPN', + 31613 => 'KPN', + 31614 => 'T-Mobile', + 31615 => 'Vodafone Libertel B.V.', + 31616 => 'Telfort', + 31617 => 'Telfort', + 31620 => 'KPN', + 31621 => 'Vodafone Libertel B.V.', + 31622 => 'KPN', + 31623 => 'KPN', + 31624 => 'T-Mobile', + 31625 => 'Vodafone Libertel B.V.', + 31626 => 'Telfort', + 31627 => 'Vodafone Libertel B.V.', + 31629 => 'Vodafone Libertel B.V.', + 31630 => 'KPN', + 31631 => 'Vodafone Libertel B.V.', + 31633 => 'Telfort', + 31634 => 'T-Mobile', + 316351 => 'Intercity Zakelijk', + 316359 => 'ASPIDER Solutions Nederland B.V.', + 31636 => 'Tele2', + 31637 => 'Teleena (MVNE)', + 31640 => 'Tele2', + 31641 => 'T-Mobile', + 31642 => 'T-Mobile', + 31643 => 'T-Mobile', + 31644 => 'Telfort', + 31645 => 'Telfort', + 31646 => 'Vodafone Libertel B.V.', + 31647 => 'Telfort', + 31649 => 'Telfort', + 31650 => 'Vodafone Libertel B.V.', + 31651 => 'KPN', + 31652 => 'Vodafone Libertel B.V.', + 31653 => 'KPN', + 31654 => 'Vodafone Libertel B.V.', + 31655 => 'Vodafone Libertel B.V.', + 31656 => 'T-Mobile', + 31657 => 'KPN', + 31658 => 'Telfort', + 31659 => 'Vectone Mobile/Delight Mobile', + 31680 => 'Vodafone Libertel B.V.', + 31681 => 'T-Mobile', + 31683 => 'KPN', + 31684 => 'Lycamobile', + 31685 => 'Lycamobile', + 31686 => 'Lycamobile', + 31687 => 'Lycamobile', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/32.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/32.php index ae40ac3..9083f95 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/32.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/32.php @@ -1,7 +1,7 @@ 'Telenet', - 3247 => 'Proximus', - 3248 => 'BASE', - 3249 => 'Mobistar', -); \ No newline at end of file +return array( + 3246 => 'Telenet', + 3247 => 'Proximus', + 3248 => 'BASE', + 3249 => 'Mobistar', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/33.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/33.php index 7f9bead..73bcb07 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/33.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/33.php @@ -1,61 +1,61 @@ 'Orange France', - 336002 => 'SFR', - 336003 => 'Bouygues', - 336007 => 'SFR', - 336008 => 'Orange France', - 336009 => 'Bouygues', - 33601 => 'SFR', - 33603 => 'SFR', - 336040 => 'SFR', - 336041 => 'SFR', - 336044 => 'SFR', - 336045 => 'SFR', - 336046 => 'SFR', - 336047 => 'SFR', - 336048 => 'SFR', - 336049 => 'SFR', - 336050 => 'SFR', - 336051 => 'SFR', - 336052 => 'SFR', - 336053 => 'SFR', - 336054 => 'SFR', - 336069 => 'SFR', - 33607 => 'Orange France', - 33608 => 'Orange France', - 33609 => 'SFR', - 3361 => 'SFR', - 3362 => 'SFR', - 33634 => 'SFR', - 33635 => 'SFR', - 336360 => 'SFR', - 336361 => 'SFR', - 336362 => 'SFR', - 336363 => 'SFR', - 336364 => 'SFR', - 3364166 => 'SFR', - 3364167 => 'SFR', - 3364168 => 'SFR', - 3364169 => 'SFR', - 33642 => 'Orange France', - 33643 => 'Orange France', - 33645 => 'Orange France', - 33646 => 'SFR', - 33647 => 'Orange France', - 33648 => 'Orange France', - 33650 => 'Bouygues', - 33653 => 'Bouygues', - 33654 => 'Orange France', - 33655 => 'SFR', - 33658 => 'Bouygues', - 33659 => 'Bouygues', - 3366 => 'Bouygues', - 3367 => 'Orange France', - 3368 => 'Orange France', - 33692 => 'Bouygues', - 33693 => 'Bouygues', - 33696 => 'Bouygues', - 33698 => 'Bouygues', - 33699 => 'Bouygues', -); \ No newline at end of file +return array( + 336001 => 'Orange France', + 336002 => 'SFR', + 336003 => 'Bouygues', + 336007 => 'SFR', + 336008 => 'Orange France', + 336009 => 'Bouygues', + 33601 => 'SFR', + 33603 => 'SFR', + 336040 => 'SFR', + 336041 => 'SFR', + 336044 => 'SFR', + 336045 => 'SFR', + 336046 => 'SFR', + 336047 => 'SFR', + 336048 => 'SFR', + 336049 => 'SFR', + 336050 => 'SFR', + 336051 => 'SFR', + 336052 => 'SFR', + 336053 => 'SFR', + 336054 => 'SFR', + 336069 => 'SFR', + 33607 => 'Orange France', + 33608 => 'Orange France', + 33609 => 'SFR', + 3361 => 'SFR', + 3362 => 'SFR', + 33634 => 'SFR', + 33635 => 'SFR', + 336360 => 'SFR', + 336361 => 'SFR', + 336362 => 'SFR', + 336363 => 'SFR', + 336364 => 'SFR', + 3364166 => 'SFR', + 3364167 => 'SFR', + 3364168 => 'SFR', + 3364169 => 'SFR', + 33642 => 'Orange France', + 33643 => 'Orange France', + 33645 => 'Orange France', + 33646 => 'SFR', + 33647 => 'Orange France', + 33648 => 'Orange France', + 33650 => 'Bouygues', + 33653 => 'Bouygues', + 33654 => 'Orange France', + 33655 => 'SFR', + 33658 => 'Bouygues', + 33659 => 'Bouygues', + 3366 => 'Bouygues', + 3367 => 'Orange France', + 3368 => 'Orange France', + 33692 => 'Bouygues', + 33693 => 'Bouygues', + 33696 => 'Bouygues', + 33698 => 'Bouygues', + 33699 => 'Bouygues', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/350.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/350.php index 5132f89..9e72dc9 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/350.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/350.php @@ -1,8 +1,8 @@ 'GibTel', - 35056 => 'GibTel', - 35057 => 'GibTel', - 35058 => 'GibTel', - 35062 => 'Shine', -); \ No newline at end of file +return array( + 35054 => 'GibTel', + 35056 => 'GibTel', + 35057 => 'GibTel', + 35058 => 'GibTel', + 35062 => 'Shine', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/351.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/351.php index 2675a5d..e44c657 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/351.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/351.php @@ -1,15 +1,15 @@ 'Vodafone', - 351922 => 'TMN', - 3519240 => 'TMN', - 3519241 => 'TMN', - 3519242 => 'TMN', - 3519243 => 'TMN', - 3519244 => 'TMN', - 351925 => 'TMN', - 351926 => 'TMN', - 351927 => 'TMN', - 35193 => 'Optimus', - 35196 => 'TMN', -); \ No newline at end of file +return array( + 35191 => 'Vodafone', + 351922 => 'TMN', + 3519240 => 'TMN', + 3519241 => 'TMN', + 3519242 => 'TMN', + 3519243 => 'TMN', + 3519244 => 'TMN', + 351925 => 'TMN', + 351926 => 'TMN', + 351927 => 'TMN', + 35193 => 'Optimus', + 35196 => 'TMN', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/352.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/352.php index e93155e..99036ee 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/352.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/352.php @@ -1,11 +1,11 @@ 'LuxGSM', - 352091 => 'Tango', - 35261 => 'Orange', - 35262 => 'LuxGSM', - 35266 => 'Orange', - 35268 => 'Orange', - 352691 => 'Tango', - 35291 => 'Tango', -); \ No newline at end of file +return array( + 352021 => 'LuxGSM', + 352091 => 'Tango', + 35261 => 'Orange', + 35262 => 'LuxGSM', + 35266 => 'Orange', + 35268 => 'Orange', + 352691 => 'Tango', + 35291 => 'Tango', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/353.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/353.php index bc5cea9..645246e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/353.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/353.php @@ -1,9 +1,9 @@ '3', - 35385 => 'Meteor', - 35386 => 'O2', - 35387 => 'Vodafone', - 35388 => 'eMobile', - 35389 => 'Tesco Mobile', -); \ No newline at end of file +return array( + 35383 => '3', + 35385 => 'Meteor', + 35386 => 'O2', + 35387 => 'Vodafone', + 35388 => 'eMobile', + 35389 => 'Tesco Mobile', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/355.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/355.php index 9b0c055..5b83c33 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/355.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/355.php @@ -1,7 +1,7 @@ 'Plus Communication', - 35567 => 'Eagle Mobile', - 35568 => 'AMC', - 35569 => 'Vodafone', -); \ No newline at end of file +return array( + 35566 => 'Plus Communication', + 35567 => 'Eagle Mobile', + 35568 => 'AMC', + 35569 => 'Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/356.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/356.php index b778a24..e5925a8 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/356.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/356.php @@ -1,16 +1,16 @@ 'GO Mobile', - 35677 => 'Melita Mobile', - 35679 => 'GO Mobile', - 3569210 => 'Vodafone', - 3569211 => 'Vodafone', - 3569231 => 'Vodafone', - 3569696 => 'YOM', - 3569811 => 'Redtouch Fone', - 3569812 => 'Redtouch Fone', - 3569813 => 'Redtouch Fone', - 3569889 => 'GO Mobile', - 3569897 => 'Vodafone', - 35699 => 'Vodafone', -); \ No newline at end of file +return array( + 3567210 => 'GO Mobile', + 35677 => 'Melita Mobile', + 35679 => 'GO Mobile', + 3569210 => 'Vodafone', + 3569211 => 'Vodafone', + 3569231 => 'Vodafone', + 3569696 => 'YOM', + 3569811 => 'Redtouch Fone', + 3569812 => 'Redtouch Fone', + 3569813 => 'Redtouch Fone', + 3569889 => 'GO Mobile', + 3569897 => 'Vodafone', + 35699 => 'Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/357.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/357.php index 786151b..5161527 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/357.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/357.php @@ -1,8 +1,8 @@ 'Cytamobile-Vodafone', - 35795 => 'PrimeTel', - 35796 => 'MTN', - 35797 => 'Cytamobile-Vodafone', - 35799 => 'Cytamobile-Vodafone', -); \ No newline at end of file +return array( + 357123 => 'Cytamobile-Vodafone', + 35795 => 'PrimeTel', + 35796 => 'MTN', + 35797 => 'Cytamobile-Vodafone', + 35799 => 'Cytamobile-Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/358.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/358.php index 4b238b3..e9af89e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/358.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/358.php @@ -1,33 +1,33 @@ 'DNA', - 35842 => 'Sonera', - 3584320 => 'DNA', - 3584321 => 'DNA', - 358436 => 'TDC', - 358438 => 'TDC', - 35844 => 'DNA', - 358450 => 'Sonera', - 358451 => 'Elisa', - 358452 => 'Elisa', - 358453 => 'Elisa', - 3584541 => 'Sonera', - 3584542 => 'Finnet Group / NOKIA OYJ', - 3584543 => 'Finnet Group / NOKIA OYJ', - 3584544 => 'Finnet Group / NOKIA OYJ', - 3584545 => 'Finnet Group / NOKIA OYJ', - 3584559 => 'Sonera', - 358456 => 'Elisa', - 3584570 => 'AMT', - 3584573 => 'AMT', - 3584574 => 'DNA', - 3584575 => 'AMT', - 3584576 => 'DNA', - 3584577 => 'DNA', - 3584578 => 'DNA', - 3584579 => 'DNA', - 358458 => 'Elisa', - 35846 => 'Elisa', - 3584944 => 'DNA', - 35850 => 'Elisa', -); \ No newline at end of file +return array( + 35841 => 'DNA', + 35842 => 'Sonera', + 3584320 => 'DNA', + 3584321 => 'DNA', + 358436 => 'TDC', + 358438 => 'TDC', + 35844 => 'DNA', + 358450 => 'Sonera', + 358451 => 'Elisa', + 358452 => 'Elisa', + 358453 => 'Elisa', + 3584541 => 'Sonera', + 3584542 => 'Finnet Group / NOKIA OYJ', + 3584543 => 'Finnet Group / NOKIA OYJ', + 3584544 => 'Finnet Group / NOKIA OYJ', + 3584545 => 'Finnet Group / NOKIA OYJ', + 3584559 => 'Sonera', + 358456 => 'Elisa', + 3584570 => 'AMT', + 3584573 => 'AMT', + 3584574 => 'DNA', + 3584575 => 'AMT', + 3584576 => 'DNA', + 3584577 => 'DNA', + 3584578 => 'DNA', + 3584579 => 'DNA', + 358458 => 'Elisa', + 35846 => 'Elisa', + 3584944 => 'DNA', + 35850 => 'Elisa', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/359.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/359.php index 4fbfcf5..ea8c420 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/359.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/359.php @@ -1,7 +1,7 @@ 'Vivacom', - 35988 => 'M-Tel', - 35989 => 'GLOBUL', - 35998 => 'GLOBUL', -); \ No newline at end of file +return array( + 35987 => 'Vivacom', + 35988 => 'M-Tel', + 35989 => 'GLOBUL', + 35998 => 'GLOBUL', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/36.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/36.php index 829d690..20b2fa6 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/36.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/36.php @@ -1,6 +1,6 @@ 'Telenor', - 3630 => 'T-Mobile', - 3670 => 'Vodafone', -); \ No newline at end of file +return array( + 3620 => 'Telenor', + 3630 => 'T-Mobile', + 3670 => 'Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/370.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/370.php index 65240e4..d5125fb 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/370.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/370.php @@ -1,39 +1,39 @@ 'Tele 2', - 37061 => 'Omnitel', - 37062 => 'Omnitel', - 370640 => 'BITĖ', - 370641 => 'BITĖ', - 370642 => 'BITĖ', - 370643 => 'BITĖ', - 370644 => 'BITĖ', - 370645 => 'Tele 2', - 370646 => 'Tele 2', - 370647 => 'Tele 2', - 370648 => 'Tele 2', - 370649 => 'BITĖ', - 37065 => 'BITĖ', - 370660 => 'BITĖ', - 370662 => 'Omnitel', - 37067 => 'Tele 2', - 370680 => 'Omnitel', - 370681 => 'BITĖ', - 370682 => 'Omnitel', - 370683 => 'Tele 2', - 370684 => 'Tele 2', - 370685 => 'BITĖ', - 370686 => 'Omnitel', - 370687 => 'Omnitel', - 370688 => 'Omnitel', - 370689 => 'BITĖ', - 370690 => 'BITĖ', - 370692 => 'Omnitel', - 370693 => 'Omnitel', - 370694 => 'Omnitel', - 370695 => 'Omnitel', - 370696 => 'Omnitel', - 370697 => 'Omnitel', - 370698 => 'Omnitel', - 370699 => 'BITĖ', -); \ No newline at end of file +return array( + 37060 => 'Tele 2', + 37061 => 'Omnitel', + 37062 => 'Omnitel', + 370640 => 'BITĖ', + 370641 => 'BITĖ', + 370642 => 'BITĖ', + 370643 => 'BITĖ', + 370644 => 'BITĖ', + 370645 => 'Tele 2', + 370646 => 'Tele 2', + 370647 => 'Tele 2', + 370648 => 'Tele 2', + 370649 => 'BITĖ', + 37065 => 'BITĖ', + 370660 => 'BITĖ', + 370662 => 'Omnitel', + 37067 => 'Tele 2', + 370680 => 'Omnitel', + 370681 => 'BITĖ', + 370682 => 'Omnitel', + 370683 => 'Tele 2', + 370684 => 'Tele 2', + 370685 => 'BITĖ', + 370686 => 'Omnitel', + 370687 => 'Omnitel', + 370688 => 'Omnitel', + 370689 => 'BITĖ', + 370690 => 'BITĖ', + 370692 => 'Omnitel', + 370693 => 'Omnitel', + 370694 => 'Omnitel', + 370695 => 'Omnitel', + 370696 => 'Omnitel', + 370697 => 'Omnitel', + 370698 => 'Omnitel', + 370699 => 'BITĖ', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/372.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/372.php index e825333..6b21f7c 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/372.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/372.php @@ -1,19 +1,19 @@ 'EMT', - 372519 => 'EMT', - 37252 => 'EMT', - 372530 => 'EMT', - 372533 => 'EMT', - 372534 => 'EMT', - 372536 => 'EMT', - 372537 => 'EMT', - 372538 => 'EMT', - 372539 => 'EMT', - 372545 => 'Elisa', - 37255 => 'Tele 2', - 37256 => 'Elisa', - 372577 => 'Elisa', - 37258 => 'Tele 2', - 372590 => 'EMT', -); \ No newline at end of file +return array( + 37250 => 'EMT', + 372519 => 'EMT', + 37252 => 'EMT', + 372530 => 'EMT', + 372533 => 'EMT', + 372534 => 'EMT', + 372536 => 'EMT', + 372537 => 'EMT', + 372538 => 'EMT', + 372539 => 'EMT', + 372545 => 'Elisa', + 37255 => 'Tele 2', + 37256 => 'Elisa', + 372577 => 'Elisa', + 37258 => 'Tele 2', + 372590 => 'EMT', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/373.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/373.php index 4672aca..eb6a086 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/373.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/373.php @@ -1,9 +1,9 @@ 'IDC', - 373774 => 'IDC', - 373775 => 'IDC', - 373777 => 'IDC', - 373778 => 'IDC', - 373779 => 'IDC', -); \ No newline at end of file +return array( + 373562 => 'IDC', + 373774 => 'IDC', + 373775 => 'IDC', + 373777 => 'IDC', + 373778 => 'IDC', + 373779 => 'IDC', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/374.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/374.php index b2e9cc2..9caf032 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/374.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/374.php @@ -1,11 +1,11 @@ 'Orange', - 37477 => 'VivaCell-MTS', - 37491 => 'Beeline', - 37493 => 'VivaCell-MTS', - 37494 => 'VivaCell-MTS', - 37495 => 'Orange', - 37498 => 'VivaCell-MTS', - 37499 => 'Beeline', -); \ No newline at end of file +return array( + 37455 => 'Orange', + 37477 => 'VivaCell-MTS', + 37491 => 'Beeline', + 37493 => 'VivaCell-MTS', + 37494 => 'VivaCell-MTS', + 37495 => 'Orange', + 37498 => 'VivaCell-MTS', + 37499 => 'Beeline', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/375.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/375.php index 0d9c14d..4f3714d 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/375.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/375.php @@ -1,15 +1,15 @@ 'life:)', - 375291 => 'Velcom', - 375292 => 'MTS', - 375293 => 'Velcom', - 375294 => 'Belcel', - 375295 => 'MTS', - 375296 => 'Velcom', - 375297 => 'MTS', - 375298 => 'MTS', - 375299 => 'Velcom', - 37533 => 'MTS', - 37544 => 'Velcom', -); \ No newline at end of file +return array( + 37525 => 'life:)', + 375291 => 'Velcom', + 375292 => 'MTS', + 375293 => 'Velcom', + 375294 => 'Belcel', + 375295 => 'MTS', + 375296 => 'Velcom', + 375297 => 'MTS', + 375298 => 'MTS', + 375299 => 'Velcom', + 37533 => 'MTS', + 37544 => 'Velcom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/376.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/376.php index 7c8b945..c576135 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/376.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/376.php @@ -1,4 +1,4 @@ 'Mobiland', -); \ No newline at end of file +return array( + 3763 => 'Mobiland', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/380.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/380.php index 18efd08..d104656 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/380.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/380.php @@ -1,4 +1,4 @@ 'IT', -); \ No newline at end of file +return array( + 38094 => 'IT', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/381.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/381.php index 0d04ef0..8a6afe6 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/381.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/381.php @@ -1,12 +1,12 @@ 'VIP', - 38161 => 'VIP', - 38162 => 'Telenor', - 38163 => 'Telenor', - 38164 => 'mt:s', - 38165 => 'mt:s', - 38166 => 'mt:s', - 38168 => 'VIP', - 38169 => 'Telenor', -); \ No newline at end of file +return array( + 38160 => 'VIP', + 38161 => 'VIP', + 38162 => 'Telenor', + 38163 => 'Telenor', + 38164 => 'mt:s', + 38165 => 'mt:s', + 38166 => 'mt:s', + 38168 => 'VIP', + 38169 => 'Telenor', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/385.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/385.php index 69a87a9..e909b82 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/385.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/385.php @@ -1,8 +1,8 @@ 'Vip', - 38592 => 'Vip', - 38595 => 'Tele2', - 38598 => 'T-Mobile', - 38599 => 'T-Mobile', -); \ No newline at end of file +return array( + 38591 => 'Vip', + 38592 => 'Vip', + 38595 => 'Tele2', + 38598 => 'T-Mobile', + 38599 => 'T-Mobile', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/386.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/386.php index ba26fa4..5ecc36b 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/386.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/386.php @@ -1,12 +1,12 @@ 'Si.mobil', - 38631 => 'Mobitel', - 38640 => 'Si.mobil', - 38641 => 'Mobitel', - 38649 => 'Mobitel', - 38651 => 'Mobitel', - 38664 => 'T-2', - 38670 => 'Tušmobil', - 38671 => 'Mobitel', -); \ No newline at end of file +return array( + 38630 => 'Si.mobil', + 38631 => 'Mobitel', + 38640 => 'Si.mobil', + 38641 => 'Mobitel', + 38649 => 'Mobitel', + 38651 => 'Mobitel', + 38664 => 'T-2', + 38670 => 'Tušmobil', + 38671 => 'Mobitel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/387.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/387.php index 06c9e63..a08e6b2 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/387.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/387.php @@ -1,9 +1,9 @@ 'BH Mobile', - 38761 => 'BH Mobile', - 38762 => 'BH Mobile', - 38763 => 'HT-ERONET', - 38765 => 'm:tel', - 38766 => 'm:tel', -); \ No newline at end of file +return array( + 38760 => 'BH Mobile', + 38761 => 'BH Mobile', + 38762 => 'BH Mobile', + 38763 => 'HT-ERONET', + 38765 => 'm:tel', + 38766 => 'm:tel', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/389.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/389.php index 43296ba..3279861 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/389.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/389.php @@ -1,12 +1,12 @@ 'T-Mobile', - 38971 => 'T-Mobile', - 38972 => 'T-Mobile', - 389732 => 'Albafone', - 3897421 => 'Mobik Telekomunikacii', - 38975 => 'One', - 38976 => 'One', - 38977 => 'vip', - 38978 => 'vip', -); \ No newline at end of file +return array( + 38970 => 'T-Mobile', + 38971 => 'T-Mobile', + 38972 => 'T-Mobile', + 389732 => 'Albafone', + 3897421 => 'Mobik Telekomunikacii', + 38975 => 'One', + 38976 => 'One', + 38977 => 'vip', + 38978 => 'vip', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/39.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/39.php index 79cad2b..e2e3d4b 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/39.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/39.php @@ -1,12 +1,12 @@ 'Wind', - 3933 => 'TIM', - 3934 => 'Vodafone', - 3936 => 'TIM', - 39370 => 'TIM', - 39373 => '3 Italia', - 39377 => 'Vodafone', - 3938 => 'Wind', - 3939 => '3 Italia', -); \ No newline at end of file +return array( + 3932 => 'Wind', + 3933 => 'TIM', + 3934 => 'Vodafone', + 3936 => 'TIM', + 39370 => 'TIM', + 39373 => '3 Italia', + 39377 => 'Vodafone', + 3938 => 'Wind', + 3939 => '3 Italia', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/40.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/40.php index 85ce06c..b28c593 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/40.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/40.php @@ -1,9 +1,9 @@ 'Vodafone', - 4073 => 'Vodafone', - 4074 => 'Orange', - 4075 => 'Orange', - 4076 => 'Cosmote', - 4077 => 'Digi.Mobil', -); \ No newline at end of file +return array( + 4072 => 'Vodafone', + 4073 => 'Vodafone', + 4074 => 'Orange', + 4075 => 'Orange', + 4076 => 'Cosmote', + 4077 => 'Digi.Mobil', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/41.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/41.php index c3a1a75..1e21796 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/41.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/41.php @@ -1,7 +1,7 @@ 'Sunrise', - 4177 => 'Tele4u', - 4178 => 'Orange', - 4179 => 'Swisscom', -); \ No newline at end of file +return array( + 4176 => 'Sunrise', + 4177 => 'Tele4u', + 4178 => 'Orange', + 4179 => 'Swisscom', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/420.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/420.php index 7dc32ba..98b9c35 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/420.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/420.php @@ -1,21 +1,21 @@ 'O2', - 420602 => 'O2', - 420603 => 'T-Mobile', - 420604 => 'T-Mobile', - 420605 => 'T-Mobile', - 420606 => 'O2', - 420607 => 'O2', - 420608 => 'Vodafone', - 42072 => 'O2', - 42073 => 'T-Mobile', - 42077 => 'Vodafone', - 42093 => 'T-Mobile', - 420962 => 'O2', - 420963 => 'T-Mobile', - 420964 => 'T-Mobile', - 420965 => 'T-Mobile', - 420966 => 'O2', - 420967 => 'Vodafone', -); \ No newline at end of file +return array( + 420601 => 'O2', + 420602 => 'O2', + 420603 => 'T-Mobile', + 420604 => 'T-Mobile', + 420605 => 'T-Mobile', + 420606 => 'O2', + 420607 => 'O2', + 420608 => 'Vodafone', + 42072 => 'O2', + 42073 => 'T-Mobile', + 42077 => 'Vodafone', + 42093 => 'T-Mobile', + 420962 => 'O2', + 420963 => 'T-Mobile', + 420964 => 'T-Mobile', + 420965 => 'T-Mobile', + 420966 => 'O2', + 420967 => 'Vodafone', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/421.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/421.php index 573ae1b..b0134e4 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/421.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/421.php @@ -1,17 +1,17 @@ 'Telekom', - 421904 => 'Telekom', - 421905 => 'Orange', - 421906 => 'Orange', - 421907 => 'Orange', - 421908 => 'Orange', - 421915 => 'Orange', - 421916 => 'Orange', - 421917 => 'Orange', - 421918 => 'Orange', - 421940 => 'O2', - 421944 => 'O2', - 421948 => 'O2', - 421949 => 'O2', -); \ No newline at end of file +return array( + 421903 => 'Telekom', + 421904 => 'Telekom', + 421905 => 'Orange', + 421906 => 'Orange', + 421907 => 'Orange', + 421908 => 'Orange', + 421915 => 'Orange', + 421916 => 'Orange', + 421917 => 'Orange', + 421918 => 'Orange', + 421940 => 'O2', + 421944 => 'O2', + 421948 => 'O2', + 421949 => 'O2', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/43.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/43.php index 9074089..ce7c61e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/43.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/43.php @@ -1,15 +1,15 @@ 'tele.ring', - 43660 => 'Hutchison Drei Austria', - 43664 => 'A1 TA', - 43676 => 'T-Mobile AT', - 436770 => 'T-Mobile AT', - 436771 => 'T-Mobile AT', - 436772 => 'T-Mobile AT', - 436778 => 'T-Mobile AT', - 436779 => 'T-Mobile AT', - 4368183 => 'Orange AT', - 43688 => 'Orange AT', - 43699 => 'Orange AT', -); \ No newline at end of file +return array( + 43650 => 'tele.ring', + 43660 => 'Hutchison Drei Austria', + 43664 => 'A1 TA', + 43676 => 'T-Mobile AT', + 436770 => 'T-Mobile AT', + 436771 => 'T-Mobile AT', + 436772 => 'T-Mobile AT', + 436778 => 'T-Mobile AT', + 436779 => 'T-Mobile AT', + 4368183 => 'Orange AT', + 43688 => 'Orange AT', + 43699 => 'Orange AT', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/45.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/45.php index 5f3f577..33f1893 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/45.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/45.php @@ -1,353 +1,353 @@ 'TDC', - 45202 => 'TDC', - 45203 => 'TDC', - 45204 => 'TDC', - 45205 => 'TDC', - 45206 => 'Telenor', - 45207 => 'Telenor', - 45208 => 'Telenor', - 45209 => 'Telenor', - 4521 => 'TDC', - 45221 => 'Telenor', - 45222 => 'Telenor', - 45223 => 'Telenor', - 45224 => 'Telenor', - 45225 => 'Telenor', - 45226 => 'Telenor', - 45227 => 'Telenor', - 45228 => 'Telenor', - 45229 => 'Telenor', - 45231 => 'TDC', - 45232 => 'TDC', - 45233 => 'TDC', - 45234 => 'TDC', - 45235 => 'TDC', - 45236 => 'TDC', - 45237 => 'TDC', - 45238 => 'TDC', - 452390 => 'TDC', - 452391 => 'TDC', - 452392 => 'TDC', - 452393 => 'TDC', - 452394 => 'TDC', - 452395 => 'Telia', - 452396 => 'TDC', - 452397 => 'TDC', - 452398 => 'TDC', - 452399 => 'TDC', - 4524 => 'TDC', - 45251 => 'Telenor', - 45252 => 'Telenor', - 45253 => 'Telenor', - 45254 => 'Telenor', - 45255 => 'Telenor', - 45256 => 'Telenor', - 452590 => 'Telenor', - 452591 => 'Telenor', - 452592 => 'Telenor', - 452593 => 'Telenor', - 452594 => 'Telenor', - 452595 => 'Telenor', - 4526 => 'Telia', - 4527 => 'Telia', - 4528 => 'Telia', - 4529 => 'TDC', - 4530 => 'TDC', - 45311 => '3', - 45312 => '3', - 453130 => '3', - 4531312 => 'Telenor', - 453132 => '3', - 453133 => '3', - 453134 => '3', - 453135 => '3', - 453136 => '3', - 453137 => '3', - 453138 => '3', - 453139 => 'Telenor', - 45314 => '3', - 45315 => '3', - 45316 => '3', - 45317 => '3', - 45318 => '3', - 45320 => 'Telenor', - 45321 => 'Telenor', - 45322 => 'Telenor', - 45323 => 'Telenor', - 45324 => 'Telenor', - 45325 => 'Telenor', - 45326 => 'Telenor', - 45327 => 'Telenor', - 45328 => 'Telenor', - 45339692 => 'Telenor', - 45339693 => 'Telenor', - 4536874 => 'Telenor', - 45401 => 'TDC', - 45402 => 'TDC', - 45403 => 'TDC', - 45404 => 'TDC', - 45405 => 'Telenor', - 45406 => 'Telenor', - 45407 => 'Telenor', - 45408 => 'Telenor', - 45409 => 'Telenor', - 45411 => 'Telenor', - 45412 => 'Telenor', - 45413 => 'Telenor', - 45416 => 'Telenor', - 45417 => 'Telenor', - 45418 => 'Telenor', - 45419 => 'Telenor', - 454210 => 'Telia', - 454212 => 'Telia', - 454213 => 'Telia', - 454214 => 'Telia', - 454217 => 'TDC', - 454220 => 'Telia', - 454221 => 'Telia', - 454222 => 'Telia', - 454223 => 'Telia', - 454224 => 'Telia', - 454225 => 'Telia', - 454226 => 'Telia', - 45423 => 'Telia', - 45424 => 'Telenor', - 45425 => 'Telenor', - 454260 => 'Telenor', - 454270 => 'Telenor', - 454276 => 'Telia', - 454277 => 'Telia', - 454278 => 'Telia', - 454279 => 'Telia', - 45428 => 'Telenor', - 454290 => 'Telenor', - 454291 => 'Telenor', - 454292 => 'Telenor', - 454294 => 'Telenor', - 454295 => 'Telenor', - 454296 => 'Telia', - 454297 => 'Telia', - 454298 => 'Telia', - 454299 => 'Telia', - 455010 => 'Telenor', - 455011 => 'Telenor', - 455012 => 'Telenor', - 455013 => 'Telenor', - 455014 => 'Telenor', - 45502 => 'Telenor', - 455030 => 'Telenor', - 455032 => 'Telenor', - 455035 => 'Telenor', - 455037 => 'Telenor', - 455046 => 'Telenor', - 45505 => 'Telenor', - 455060 => 'TDC', - 455061000 => 'TDC', - 455062 => 'Telenor', - 455063 => 'Telenor', - 455064 => 'Telenor', - 455065 => 'Telenor', - 455066 => 'Telenor', - 455067 => 'Telenor', - 455068 => 'Telenor', - 455069 => 'Telenor', - 45507 => 'Telenor', - 45508 => 'Telenor', - 45509 => 'Telenor', - 45510 => 'TDC', - 45511 => 'TDC', - 45512 => 'TDC', - 45513 => 'TDC', - 45514 => 'TDC', - 45515 => 'TDC', - 45516 => 'TDC', - 45517 => 'TDC', - 455180 => 'TDC', - 455181 => 'TDC', - 455182 => 'TDC', - 455183 => 'TDC', - 455184 => 'TDC', - 455185 => 'TDC', - 455186 => 'TDC', - 455187 => 'TDC', - 455188 => 'Telia', - 455189 => 'Telia', - 45519 => 'TDC', - 455210 => 'Telenor', - 455212 => 'Telenor', - 455213 => 'Telia', - 455214 => 'Telia', - 455215 => 'Telia', - 455216 => 'Telia', - 455217 => 'Telia', - 455218 => 'Telia', - 455219 => 'Telia', - 455221 => 'Telia', - 455222 => 'Telenor', - 455223 => 'Telia', - 455224 => 'Telia', - 455225 => 'Telenor', - 455226 => 'Telia', - 455227 => 'Telia', - 455228 => 'Telia', - 455229 => 'Telia', - 455231 => 'Telia', - 455232 => 'Telia', - 455233 => 'Telenor', - 455234 => 'Telia', - 455235 => 'Telia', - 455236 => 'Telia', - 455237 => 'Telia', - 455238 => 'Telia', - 455239 => 'Telia', - 455241 => 'Telia', - 455242 => 'Telenor', - 455243 => 'Telia', - 455244 => 'Telenor', - 455245 => 'Telia', - 455246 => 'Telia', - 455247 => 'Telia', - 455248 => 'Telia', - 455249 => 'Telia', - 455251 => 'Telenor', - 455252 => 'Telenor', - 455253 => 'Telenor', - 455254 => 'Telenor', - 455255 => 'Telenor', - 455256 => 'Telenor', - 455257 => 'Telenor', - 455258 => 'Telenor', - 455259 => 'Telenor', - 45526 => 'Telenor', - 45527 => 'Telenor', - 455280 => 'Telenor', - 455281 => 'Telenor', - 455282 => 'Telenor', - 455283 => 'Telenor', - 455284 => 'Telenor', - 455285 => 'Telenor', - 455286 => 'Telenor', - 455287 => 'Telenor', - 455288 => 'Telenor', - 455290 => 'Telenor', - 455291 => 'Telenor', - 455292 => 'Telenor', - 455293 => 'Telenor', - 455294 => 'Telenor', - 455295 => 'Telenor', - 455296 => 'Telenor', - 455297 => 'Telenor', - 455298 => 'Telenor', - 455310 => 'Telenor', - 455312 => 'Telenor', - 455313 => 'Telenor', - 455314 => 'Telenor', - 455315 => 'Telenor', - 455316 => 'Telenor', - 455317 => 'Telenor', - 455318 => 'Telenor', - 455319 => 'Telia', - 455322 => 'Telia', - 455323 => 'Telia', - 455330 => 'Telia', - 455331 => 'Telia', - 455333 => 'TDC', - 455334 => 'Telia', - 455335 => 'Telia', - 455336 => 'Telia', - 455337 => 'Telia', - 455338 => 'Telia', - 455339 => 'Telia', - 45534 => 'Telia', - 45535 => '3', - 45536 => '3', - 455370 => '3', - 455371 => '3', - 455372 => '3', - 455373 => '3', - 455374 => '3', - 455375 => '3', - 455390 => 'Telenor', - 455391 => 'Telenor', - 455392 => 'Telenor', - 455393 => 'Telenor', - 455394 => 'Telenor', - 455395 => 'Telenor', - 455396 => 'Telenor', - 455397 => 'Telenor', - 455399 => 'Telenor', - 45601 => 'Telia', - 45602 => 'Telia', - 45603 => 'Telia', - 45604 => 'Telia', - 45605 => 'Telenor', - 45606 => 'Telenor', - 45607 => 'Telenor', - 45608 => 'Telenor', - 456090 => 'Telenor', - 456091 => 'Telenor', - 456092 => 'Telenor', - 456093 => 'Telenor', - 456094 => 'Telenor', - 456095 => 'Telenor', - 456096 => 'Telenor', - 456097 => 'Telenor', - 456098 => 'Telenor', - 456099 => 'TDC', - 45610 => 'TDC', - 45611 => 'TDC', - 45612 => 'TDC', - 45613 => 'TDC', - 456140 => 'TDC', - 456141 => 'TDC', - 456142 => 'TDC', - 456143 => 'TDC', - 456144 => 'TDC', - 456145 => 'TDC', - 456146 => 'Telia', - 456147 => 'TDC', - 45615 => 'TDC', - 45616 => 'TDC', - 45617 => 'TDC', - 45631 => 'Telenor', - 4570304 => 'Telenor', - 4570343 => 'Telenor', - 457110 => 'Telenor', - 457111 => 'Telenor', - 457112 => 'Telenor', - 457113 => 'Telenor', - 457114 => 'Telenor', - 457115 => 'Telenor', - 45713 => 'Lycamobile Denmark Ltd', - 45718 => 'Lycamobile Denmark Ltd', - 45721 => 'Telenor', - 45722 => 'Telenor', - 45723 => 'Telenor', - 45724 => 'Telenor', - 45725 => 'Telenor', - 45726 => 'Telenor', - 457810 => 'Telenor', - 457811 => 'Telenor', - 4580103 => 'Telenor', - 4580104 => 'Telenor', - 45914 => 'Lycamobile Denmark Ltd', - 45916 => 'Lycamobile Denmark Ltd', - 45917 => 'Lycamobile Denmark Ltd', - 459694485 => 'Telenor', - 459694486 => 'Telenor', - 459694487 => 'Telenor', - 459694488 => 'Telenor', - 459694489 => 'Telenor', - 45969449 => 'Telenor', - 45969450 => 'Telenor', - 45969451 => 'Telenor', - 45969452 => 'Telenor', - 45969453 => 'Telenor', - 45969454 => 'Telenor', - 45969455 => 'Telenor', - 45969456 => 'Telenor', - 459951 => 'Telenor', - 459955 => 'Telenor', -); \ No newline at end of file +return array( + 45201 => 'TDC', + 45202 => 'TDC', + 45203 => 'TDC', + 45204 => 'TDC', + 45205 => 'TDC', + 45206 => 'Telenor', + 45207 => 'Telenor', + 45208 => 'Telenor', + 45209 => 'Telenor', + 4521 => 'TDC', + 45221 => 'Telenor', + 45222 => 'Telenor', + 45223 => 'Telenor', + 45224 => 'Telenor', + 45225 => 'Telenor', + 45226 => 'Telenor', + 45227 => 'Telenor', + 45228 => 'Telenor', + 45229 => 'Telenor', + 45231 => 'TDC', + 45232 => 'TDC', + 45233 => 'TDC', + 45234 => 'TDC', + 45235 => 'TDC', + 45236 => 'TDC', + 45237 => 'TDC', + 45238 => 'TDC', + 452390 => 'TDC', + 452391 => 'TDC', + 452392 => 'TDC', + 452393 => 'TDC', + 452394 => 'TDC', + 452395 => 'Telia', + 452396 => 'TDC', + 452397 => 'TDC', + 452398 => 'TDC', + 452399 => 'TDC', + 4524 => 'TDC', + 45251 => 'Telenor', + 45252 => 'Telenor', + 45253 => 'Telenor', + 45254 => 'Telenor', + 45255 => 'Telenor', + 45256 => 'Telenor', + 452590 => 'Telenor', + 452591 => 'Telenor', + 452592 => 'Telenor', + 452593 => 'Telenor', + 452594 => 'Telenor', + 452595 => 'Telenor', + 4526 => 'Telia', + 4527 => 'Telia', + 4528 => 'Telia', + 4529 => 'TDC', + 4530 => 'TDC', + 45311 => '3', + 45312 => '3', + 453130 => '3', + 4531312 => 'Telenor', + 453132 => '3', + 453133 => '3', + 453134 => '3', + 453135 => '3', + 453136 => '3', + 453137 => '3', + 453138 => '3', + 453139 => 'Telenor', + 45314 => '3', + 45315 => '3', + 45316 => '3', + 45317 => '3', + 45318 => '3', + 45320 => 'Telenor', + 45321 => 'Telenor', + 45322 => 'Telenor', + 45323 => 'Telenor', + 45324 => 'Telenor', + 45325 => 'Telenor', + 45326 => 'Telenor', + 45327 => 'Telenor', + 45328 => 'Telenor', + 45339692 => 'Telenor', + 45339693 => 'Telenor', + 4536874 => 'Telenor', + 45401 => 'TDC', + 45402 => 'TDC', + 45403 => 'TDC', + 45404 => 'TDC', + 45405 => 'Telenor', + 45406 => 'Telenor', + 45407 => 'Telenor', + 45408 => 'Telenor', + 45409 => 'Telenor', + 45411 => 'Telenor', + 45412 => 'Telenor', + 45413 => 'Telenor', + 45416 => 'Telenor', + 45417 => 'Telenor', + 45418 => 'Telenor', + 45419 => 'Telenor', + 454210 => 'Telia', + 454212 => 'Telia', + 454213 => 'Telia', + 454214 => 'Telia', + 454217 => 'TDC', + 454220 => 'Telia', + 454221 => 'Telia', + 454222 => 'Telia', + 454223 => 'Telia', + 454224 => 'Telia', + 454225 => 'Telia', + 454226 => 'Telia', + 45423 => 'Telia', + 45424 => 'Telenor', + 45425 => 'Telenor', + 454260 => 'Telenor', + 454270 => 'Telenor', + 454276 => 'Telia', + 454277 => 'Telia', + 454278 => 'Telia', + 454279 => 'Telia', + 45428 => 'Telenor', + 454290 => 'Telenor', + 454291 => 'Telenor', + 454292 => 'Telenor', + 454294 => 'Telenor', + 454295 => 'Telenor', + 454296 => 'Telia', + 454297 => 'Telia', + 454298 => 'Telia', + 454299 => 'Telia', + 455010 => 'Telenor', + 455011 => 'Telenor', + 455012 => 'Telenor', + 455013 => 'Telenor', + 455014 => 'Telenor', + 45502 => 'Telenor', + 455030 => 'Telenor', + 455032 => 'Telenor', + 455035 => 'Telenor', + 455037 => 'Telenor', + 455046 => 'Telenor', + 45505 => 'Telenor', + 455060 => 'TDC', + 455061000 => 'TDC', + 455062 => 'Telenor', + 455063 => 'Telenor', + 455064 => 'Telenor', + 455065 => 'Telenor', + 455066 => 'Telenor', + 455067 => 'Telenor', + 455068 => 'Telenor', + 455069 => 'Telenor', + 45507 => 'Telenor', + 45508 => 'Telenor', + 45509 => 'Telenor', + 45510 => 'TDC', + 45511 => 'TDC', + 45512 => 'TDC', + 45513 => 'TDC', + 45514 => 'TDC', + 45515 => 'TDC', + 45516 => 'TDC', + 45517 => 'TDC', + 455180 => 'TDC', + 455181 => 'TDC', + 455182 => 'TDC', + 455183 => 'TDC', + 455184 => 'TDC', + 455185 => 'TDC', + 455186 => 'TDC', + 455187 => 'TDC', + 455188 => 'Telia', + 455189 => 'Telia', + 45519 => 'TDC', + 455210 => 'Telenor', + 455212 => 'Telenor', + 455213 => 'Telia', + 455214 => 'Telia', + 455215 => 'Telia', + 455216 => 'Telia', + 455217 => 'Telia', + 455218 => 'Telia', + 455219 => 'Telia', + 455221 => 'Telia', + 455222 => 'Telenor', + 455223 => 'Telia', + 455224 => 'Telia', + 455225 => 'Telenor', + 455226 => 'Telia', + 455227 => 'Telia', + 455228 => 'Telia', + 455229 => 'Telia', + 455231 => 'Telia', + 455232 => 'Telia', + 455233 => 'Telenor', + 455234 => 'Telia', + 455235 => 'Telia', + 455236 => 'Telia', + 455237 => 'Telia', + 455238 => 'Telia', + 455239 => 'Telia', + 455241 => 'Telia', + 455242 => 'Telenor', + 455243 => 'Telia', + 455244 => 'Telenor', + 455245 => 'Telia', + 455246 => 'Telia', + 455247 => 'Telia', + 455248 => 'Telia', + 455249 => 'Telia', + 455251 => 'Telenor', + 455252 => 'Telenor', + 455253 => 'Telenor', + 455254 => 'Telenor', + 455255 => 'Telenor', + 455256 => 'Telenor', + 455257 => 'Telenor', + 455258 => 'Telenor', + 455259 => 'Telenor', + 45526 => 'Telenor', + 45527 => 'Telenor', + 455280 => 'Telenor', + 455281 => 'Telenor', + 455282 => 'Telenor', + 455283 => 'Telenor', + 455284 => 'Telenor', + 455285 => 'Telenor', + 455286 => 'Telenor', + 455287 => 'Telenor', + 455288 => 'Telenor', + 455290 => 'Telenor', + 455291 => 'Telenor', + 455292 => 'Telenor', + 455293 => 'Telenor', + 455294 => 'Telenor', + 455295 => 'Telenor', + 455296 => 'Telenor', + 455297 => 'Telenor', + 455298 => 'Telenor', + 455310 => 'Telenor', + 455312 => 'Telenor', + 455313 => 'Telenor', + 455314 => 'Telenor', + 455315 => 'Telenor', + 455316 => 'Telenor', + 455317 => 'Telenor', + 455318 => 'Telenor', + 455319 => 'Telia', + 455322 => 'Telia', + 455323 => 'Telia', + 455330 => 'Telia', + 455331 => 'Telia', + 455333 => 'TDC', + 455334 => 'Telia', + 455335 => 'Telia', + 455336 => 'Telia', + 455337 => 'Telia', + 455338 => 'Telia', + 455339 => 'Telia', + 45534 => 'Telia', + 45535 => '3', + 45536 => '3', + 455370 => '3', + 455371 => '3', + 455372 => '3', + 455373 => '3', + 455374 => '3', + 455375 => '3', + 455390 => 'Telenor', + 455391 => 'Telenor', + 455392 => 'Telenor', + 455393 => 'Telenor', + 455394 => 'Telenor', + 455395 => 'Telenor', + 455396 => 'Telenor', + 455397 => 'Telenor', + 455399 => 'Telenor', + 45601 => 'Telia', + 45602 => 'Telia', + 45603 => 'Telia', + 45604 => 'Telia', + 45605 => 'Telenor', + 45606 => 'Telenor', + 45607 => 'Telenor', + 45608 => 'Telenor', + 456090 => 'Telenor', + 456091 => 'Telenor', + 456092 => 'Telenor', + 456093 => 'Telenor', + 456094 => 'Telenor', + 456095 => 'Telenor', + 456096 => 'Telenor', + 456097 => 'Telenor', + 456098 => 'Telenor', + 456099 => 'TDC', + 45610 => 'TDC', + 45611 => 'TDC', + 45612 => 'TDC', + 45613 => 'TDC', + 456140 => 'TDC', + 456141 => 'TDC', + 456142 => 'TDC', + 456143 => 'TDC', + 456144 => 'TDC', + 456145 => 'TDC', + 456146 => 'Telia', + 456147 => 'TDC', + 45615 => 'TDC', + 45616 => 'TDC', + 45617 => 'TDC', + 45631 => 'Telenor', + 4570304 => 'Telenor', + 4570343 => 'Telenor', + 457110 => 'Telenor', + 457111 => 'Telenor', + 457112 => 'Telenor', + 457113 => 'Telenor', + 457114 => 'Telenor', + 457115 => 'Telenor', + 45713 => 'Lycamobile Denmark Ltd', + 45718 => 'Lycamobile Denmark Ltd', + 45721 => 'Telenor', + 45722 => 'Telenor', + 45723 => 'Telenor', + 45724 => 'Telenor', + 45725 => 'Telenor', + 45726 => 'Telenor', + 457810 => 'Telenor', + 457811 => 'Telenor', + 4580103 => 'Telenor', + 4580104 => 'Telenor', + 45914 => 'Lycamobile Denmark Ltd', + 45916 => 'Lycamobile Denmark Ltd', + 45917 => 'Lycamobile Denmark Ltd', + 459694485 => 'Telenor', + 459694486 => 'Telenor', + 459694487 => 'Telenor', + 459694488 => 'Telenor', + 459694489 => 'Telenor', + 45969449 => 'Telenor', + 45969450 => 'Telenor', + 45969451 => 'Telenor', + 45969452 => 'Telenor', + 45969453 => 'Telenor', + 45969454 => 'Telenor', + 45969455 => 'Telenor', + 45969456 => 'Telenor', + 459951 => 'Telenor', + 459955 => 'Telenor', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/47.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/47.php index bfc2417..b726faa 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/47.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/47.php @@ -1,228 +1,228 @@ 'NetCom', - 474001 => 'NetCom', - 474010 => 'NetCom', - 474011 => 'NetCom', - 474022 => 'Telenor', - 474028 => 'Telenor', - 474029 => 'NetCom', - 474031 => 'NetCom', - 474032 => 'NetCom', - 474045 => 'NetCom', - 474046 => 'NetCom', - 474047 => 'NetCom', - 474048 => 'NetCom', - 474049 => 'NetCom', - 474055 => 'NetCom', - 474060 => 'NetCom', - 474061 => 'NetCom', - 474062 => 'NetCom', - 474063 => 'NetCom', - 474064 => 'NetCom', - 474077 => 'NetCom', - 474087 => 'Telenor', - 474104 => 'NetCom', - 474106 => 'NetCom', - 474110 => 'NetCom', - 474114 => 'NetCom', - 47412 => 'Tele2', - 47413 => 'Tele2', - 47414 => 'Telenor', - 47415 => 'Telenor', - 47416 => 'Telenor', - 47417 => 'Telenor', - 474184 => 'Telenor', - 474185 => 'Telenor', - 474190 => 'NetCom', - 47452 => 'NetCom', - 474539 => 'NetCom', - 47454 => 'NetCom', - 474550 => 'NetCom', - 474551 => 'NetCom', - 474559 => 'NetCom', - 474560 => 'Telenor', - 474561 => 'Telenor', - 474563 => 'NetCom', - 474566 => 'Telenor', - 474580 => 'Telenor', - 474586 => 'NetCom', - 474621 => 'Telenor', - 474623 => 'NetCom', - 474624 => 'Telenor', - 474625 => 'Telenor', - 474626 => 'Telenor', - 474627 => 'Telenor', - 474634 => 'Telenor', - 474635 => 'Telenor', - 474636 => 'Telenor', - 474637 => 'Telenor', - 474638 => 'Telenor', - 474639 => 'Telenor', - 47464 => 'NetCom', - 474650 => 'NetCom', - 474654 => 'NetCom', - 474660 => 'NetCom', - 474661 => 'NetCom', - 474662 => 'NetCom', - 474663 => 'NetCom', - 474666 => 'Telenor', - 474670 => 'NetCom', - 474673 => 'NetCom', - 474674 => 'NetCom', - 474675 => 'NetCom', - 47468 => 'Telenor', - 474690 => 'Telenor', - 474691 => 'Telenor', - 474692 => 'Telenor', - 474693 => 'Telenor', - 474694 => 'Telenor', - 474695 => 'Telenor', - 474696 => 'Telenor', - 474705 => 'NetCom', - 474723 => 'Tele2', - 474724 => 'Tele2', - 474725 => 'Tele2', - 474726 => 'Tele2', - 474727 => 'Tele2', - 474728 => 'Tele2', - 474729 => 'Tele2', - 47473 => 'Tele2', - 474740 => 'Telenor', - 474744 => 'NetCom', - 474746 => 'Telenor', - 474760 => 'Telenor', - 474761 => 'Telenor', - 474762 => 'Telenor', - 474763 => 'Telenor', - 474764 => 'Telenor', - 474765 => 'Telenor', - 474766 => 'Telenor', - 474767 => 'Telenor', - 474768 => 'Telenor', - 474770 => 'Telenor', - 474771 => 'Telenor', - 474772 => 'Telenor', - 474773 => 'Telenor', - 474774 => 'Telenor', - 474775 => 'Telenor', - 474776 => 'Telenor', - 47478 => 'Telenor', - 474790 => 'Telenor', - 474791 => 'Network Norway', - 474792 => 'Network Norway', - 474793 => 'Network Norway', - 47480 => 'Telenor', - 47481 => 'Telenor', - 47482 => 'Telenor', - 474830 => 'Telenor', - 474831 => 'Telenor', - 474832 => 'Telenor', - 47591 => 'Telenor', - 4790 => 'Telenor', - 479124 => 'Telenor', - 47913 => 'Telenor', - 47915 => 'Telenor', - 47916 => 'Telenor', - 47917 => 'Telenor', - 47918 => 'Telenor', - 479191 => 'Telenor', - 479199 => 'Telenor', - 47920 => 'NetCom', - 479210 => 'NetCom', - 479217 => 'NetCom', - 47922 => 'NetCom', - 479237 => 'NetCom', - 47924 => 'NetCom', - 479257 => 'NetCom', - 47926 => 'NetCom', - 479277 => 'NetCom', - 47928 => 'NetCom', - 479297 => 'NetCom', - 47930 => 'NetCom', - 479317 => 'NetCom', - 47932 => 'NetCom', - 479337 => 'NetCom', - 47934 => 'NetCom', - 479357 => 'NetCom', - 47936 => 'NetCom', - 479377 => 'NetCom', - 47938 => 'NetCom', - 479391 => 'NetCom', - 479403 => 'Telenor', - 479405 => 'Telenor', - 479413 => 'Telenor', - 479414 => 'Telenor', - 479415 => 'Telenor', - 479416 => 'Telenor', - 479417 => 'Telenor', - 479418 => 'Telenor', - 479419 => 'Telenor', - 479423 => 'NetCom', - 479425 => 'Telenor', - 479474 => 'Telenor', - 479475 => 'Telenor', - 479476 => 'Telenor', - 479477 => 'Telenor', - 479478 => 'Telenor', - 479479 => 'Telenor', - 47948 => 'Telenor', - 479497 => 'Telenor', - 479498 => 'Telenor', - 47950 => 'Telenor', - 47951 => 'Telenor', - 47952 => 'Telenor', - 479536 => 'Telenor', - 47954 => 'Telenor', - 479552 => 'Telenor', - 479555 => 'Telenor', - 47957 => 'Telenor', - 47958 => 'Telenor', - 47959 => 'Telenor', - 479601 => 'Telenor', - 479604 => 'Telenor', - 479609 => 'Telenor', - 479620 => 'Telenor', - 479622 => 'Telenor', - 479623 => 'Telenor', - 479650 => 'Telenor', - 479651 => 'Telenor', - 479683 => 'NetCom', - 47970 => 'Telenor', - 47971 => 'Telenor', - 479740 => 'Telenor', - 479741 => 'Telenor', - 479742 => 'Telenor', - 479743 => 'Telenor', - 479746 => 'Telenor', - 479747 => 'Telenor', - 479748 => 'Telenor', - 479749 => 'Telenor', - 47975 => 'Telenor', - 47976 => 'Telenor', - 47977 => 'Telenor', - 479795 => 'Telenor', - 479796 => 'Telenor', - 479797 => 'Telenor', - 479798 => 'Telenor', - 479799 => 'Telenor', - 47980 => 'NetCom', - 479815 => 'NetCom', - 47982 => 'NetCom', - 479837 => 'NetCom', - 47984 => 'NetCom', - 479854 => 'NetCom', - 47986 => 'NetCom', - 479876 => 'NetCom', - 47988 => 'NetCom', - 479899 => 'NetCom', - 47990 => 'Telenor', - 479915 => 'Telenor', - 479916 => 'Telenor', - 47992 => 'Telenor', - 47993 => 'Telenor', - 47994 => 'Telenor', - 47995 => 'Telenor', - 47996 => 'Telenor', - 47997 => 'Telenor', -); \ No newline at end of file +return array( + 474000 => 'NetCom', + 474001 => 'NetCom', + 474010 => 'NetCom', + 474011 => 'NetCom', + 474022 => 'Telenor', + 474028 => 'Telenor', + 474029 => 'NetCom', + 474031 => 'NetCom', + 474032 => 'NetCom', + 474045 => 'NetCom', + 474046 => 'NetCom', + 474047 => 'NetCom', + 474048 => 'NetCom', + 474049 => 'NetCom', + 474055 => 'NetCom', + 474060 => 'NetCom', + 474061 => 'NetCom', + 474062 => 'NetCom', + 474063 => 'NetCom', + 474064 => 'NetCom', + 474077 => 'NetCom', + 474087 => 'Telenor', + 474104 => 'NetCom', + 474106 => 'NetCom', + 474110 => 'NetCom', + 474114 => 'NetCom', + 47412 => 'Tele2', + 47413 => 'Tele2', + 47414 => 'Telenor', + 47415 => 'Telenor', + 47416 => 'Telenor', + 47417 => 'Telenor', + 474184 => 'Telenor', + 474185 => 'Telenor', + 474190 => 'NetCom', + 47452 => 'NetCom', + 474539 => 'NetCom', + 47454 => 'NetCom', + 474550 => 'NetCom', + 474551 => 'NetCom', + 474559 => 'NetCom', + 474560 => 'Telenor', + 474561 => 'Telenor', + 474563 => 'NetCom', + 474566 => 'Telenor', + 474580 => 'Telenor', + 474586 => 'NetCom', + 474621 => 'Telenor', + 474623 => 'NetCom', + 474624 => 'Telenor', + 474625 => 'Telenor', + 474626 => 'Telenor', + 474627 => 'Telenor', + 474634 => 'Telenor', + 474635 => 'Telenor', + 474636 => 'Telenor', + 474637 => 'Telenor', + 474638 => 'Telenor', + 474639 => 'Telenor', + 47464 => 'NetCom', + 474650 => 'NetCom', + 474654 => 'NetCom', + 474660 => 'NetCom', + 474661 => 'NetCom', + 474662 => 'NetCom', + 474663 => 'NetCom', + 474666 => 'Telenor', + 474670 => 'NetCom', + 474673 => 'NetCom', + 474674 => 'NetCom', + 474675 => 'NetCom', + 47468 => 'Telenor', + 474690 => 'Telenor', + 474691 => 'Telenor', + 474692 => 'Telenor', + 474693 => 'Telenor', + 474694 => 'Telenor', + 474695 => 'Telenor', + 474696 => 'Telenor', + 474705 => 'NetCom', + 474723 => 'Tele2', + 474724 => 'Tele2', + 474725 => 'Tele2', + 474726 => 'Tele2', + 474727 => 'Tele2', + 474728 => 'Tele2', + 474729 => 'Tele2', + 47473 => 'Tele2', + 474740 => 'Telenor', + 474744 => 'NetCom', + 474746 => 'Telenor', + 474760 => 'Telenor', + 474761 => 'Telenor', + 474762 => 'Telenor', + 474763 => 'Telenor', + 474764 => 'Telenor', + 474765 => 'Telenor', + 474766 => 'Telenor', + 474767 => 'Telenor', + 474768 => 'Telenor', + 474770 => 'Telenor', + 474771 => 'Telenor', + 474772 => 'Telenor', + 474773 => 'Telenor', + 474774 => 'Telenor', + 474775 => 'Telenor', + 474776 => 'Telenor', + 47478 => 'Telenor', + 474790 => 'Telenor', + 474791 => 'Network Norway', + 474792 => 'Network Norway', + 474793 => 'Network Norway', + 47480 => 'Telenor', + 47481 => 'Telenor', + 47482 => 'Telenor', + 474830 => 'Telenor', + 474831 => 'Telenor', + 474832 => 'Telenor', + 47591 => 'Telenor', + 4790 => 'Telenor', + 479124 => 'Telenor', + 47913 => 'Telenor', + 47915 => 'Telenor', + 47916 => 'Telenor', + 47917 => 'Telenor', + 47918 => 'Telenor', + 479191 => 'Telenor', + 479199 => 'Telenor', + 47920 => 'NetCom', + 479210 => 'NetCom', + 479217 => 'NetCom', + 47922 => 'NetCom', + 479237 => 'NetCom', + 47924 => 'NetCom', + 479257 => 'NetCom', + 47926 => 'NetCom', + 479277 => 'NetCom', + 47928 => 'NetCom', + 479297 => 'NetCom', + 47930 => 'NetCom', + 479317 => 'NetCom', + 47932 => 'NetCom', + 479337 => 'NetCom', + 47934 => 'NetCom', + 479357 => 'NetCom', + 47936 => 'NetCom', + 479377 => 'NetCom', + 47938 => 'NetCom', + 479391 => 'NetCom', + 479403 => 'Telenor', + 479405 => 'Telenor', + 479413 => 'Telenor', + 479414 => 'Telenor', + 479415 => 'Telenor', + 479416 => 'Telenor', + 479417 => 'Telenor', + 479418 => 'Telenor', + 479419 => 'Telenor', + 479423 => 'NetCom', + 479425 => 'Telenor', + 479474 => 'Telenor', + 479475 => 'Telenor', + 479476 => 'Telenor', + 479477 => 'Telenor', + 479478 => 'Telenor', + 479479 => 'Telenor', + 47948 => 'Telenor', + 479497 => 'Telenor', + 479498 => 'Telenor', + 47950 => 'Telenor', + 47951 => 'Telenor', + 47952 => 'Telenor', + 479536 => 'Telenor', + 47954 => 'Telenor', + 479552 => 'Telenor', + 479555 => 'Telenor', + 47957 => 'Telenor', + 47958 => 'Telenor', + 47959 => 'Telenor', + 479601 => 'Telenor', + 479604 => 'Telenor', + 479609 => 'Telenor', + 479620 => 'Telenor', + 479622 => 'Telenor', + 479623 => 'Telenor', + 479650 => 'Telenor', + 479651 => 'Telenor', + 479683 => 'NetCom', + 47970 => 'Telenor', + 47971 => 'Telenor', + 479740 => 'Telenor', + 479741 => 'Telenor', + 479742 => 'Telenor', + 479743 => 'Telenor', + 479746 => 'Telenor', + 479747 => 'Telenor', + 479748 => 'Telenor', + 479749 => 'Telenor', + 47975 => 'Telenor', + 47976 => 'Telenor', + 47977 => 'Telenor', + 479795 => 'Telenor', + 479796 => 'Telenor', + 479797 => 'Telenor', + 479798 => 'Telenor', + 479799 => 'Telenor', + 47980 => 'NetCom', + 479815 => 'NetCom', + 47982 => 'NetCom', + 479837 => 'NetCom', + 47984 => 'NetCom', + 479854 => 'NetCom', + 47986 => 'NetCom', + 479876 => 'NetCom', + 47988 => 'NetCom', + 479899 => 'NetCom', + 47990 => 'Telenor', + 479915 => 'Telenor', + 479916 => 'Telenor', + 47992 => 'Telenor', + 47993 => 'Telenor', + 47994 => 'Telenor', + 47995 => 'Telenor', + 47996 => 'Telenor', + 47997 => 'Telenor', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/48.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/48.php index 5ae5c27..2e1d41f 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/48.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/48.php @@ -1,107 +1,107 @@ 'Orange', - 4851 => 'Orange', - 48530 => 'Play', - 48531 => 'Play', - 48532 => 'T-Mobile', - 48533 => 'Play', - 48535 => 'Play', - 4857 => 'Play', - 48600 => 'T-Mobile', - 48601 => 'Plus', - 48602 => 'T-Mobile', - 48603 => 'Plus', - 48604 => 'T-Mobile', - 48605 => 'Plus', - 48606 => 'T-Mobile', - 48607 => 'Plus', - 48608 => 'T-Mobile', - 48609 => 'Plus', - 48660 => 'T-Mobile', - 48661 => 'Plus', - 48662 => 'T-Mobile', - 48663 => 'Plus', - 48664 => 'T-Mobile', - 48665 => 'Plus', - 486666 => 'Play', - 48667 => 'Plus', - 48668 => 'T-Mobile', - 48669 => 'Plus', - 486901 => 'Orange', - 486902 => 'Orange', - 486903 => 'Orange', - 486904 => 'Orange', - 486905 => 'Orange', - 486906 => 'Orange', - 486907 => 'CenterNet', - 48691 => 'Plus', - 48692 => 'T-Mobile', - 48693 => 'Plus', - 48694 => 'T-Mobile', - 48695 => 'Plus', - 48696 => 'T-Mobile', - 48697 => 'Plus', - 48698 => 'T-Mobile', - 4869902 => 'Cyfrowy Polsat', - 4869903 => 'Cyfrowy Polsat', - 4869904 => 'Cyfrowy Polsat', - 4869905 => 'Cyfrowy Polsat', - 4869906 => 'Cyfrowy Polsat', - 4869907 => 'Cyfrowy Polsat', - 4869908 => 'Cyfrowy Polsat', - 4869909 => 'Cyfrowy Polsat', - 4869920 => 'Cyfrowy Polsat', - 4869921 => 'Cyfrowy Polsat', - 4869923 => 'Cyfrowy Polsat', - 4869924 => 'Cyfrowy Polsat', - 4869925 => 'Cyfrowy Polsat', - 4869926 => 'Cyfrowy Polsat', - 4869927 => 'Cyfrowy Polsat', - 4869928 => 'Cyfrowy Polsat', - 4869929 => 'Cyfrowy Polsat', - 4869961 => 'Cyfrowy Polsat', - 4869962 => 'Cyfrowy Polsat', - 4869963 => 'Cyfrowy Polsat', - 4869964 => 'Cyfrowy Polsat', - 4869965 => 'Cyfrowy Polsat', - 4869966 => 'Cyfrowy Polsat', - 4869967 => 'Plus', - 4869968 => 'Cyfrowy Polsat', - 4869969 => 'Plus', - 486998 => 'Plus', - 486999 => 'Plus', - 487200 => 'CenterNet', - 487201 => 'CenterNet', - 487202 => 'CenterNet', - 487203 => 'CenterNet', - 487204 => 'CenterNet', - 487205 => 'CenterNet', - 487206 => 'CenterNet', - 487207 => 'CenterNet', - 487209 => 'CenterNet', - 48721 => 'Plus', - 48722 => 'Plus', - 48723 => 'Plus', - 48724 => 'Plus', - 48725 => 'Plus', - 48726 => 'Plus', - 487270 => 'Plus', - 487272 => 'T-Mobile', - 487273 => 'T-Mobile', - 487274 => 'Plus', - 487275 => 'Plus', - 487276 => 'Plus', - 487277 => 'Plus', - 487278 => 'Plus', - 487279 => 'Plus', - 487280 => 'Mobyland', - 487281 => 'T-Mobile', - 487282 => 'T-Mobile', - 487283 => 'T-Mobile', - 487284 => 'T-Mobile', - 487285 => 'T-Mobile', - 487286 => 'T-Mobile', - 487287 => 'T-Mobile', - 487288 => 'T-Mobile', -); \ No newline at end of file +return array( + 4850 => 'Orange', + 4851 => 'Orange', + 48530 => 'Play', + 48531 => 'Play', + 48532 => 'T-Mobile', + 48533 => 'Play', + 48535 => 'Play', + 4857 => 'Play', + 48600 => 'T-Mobile', + 48601 => 'Plus', + 48602 => 'T-Mobile', + 48603 => 'Plus', + 48604 => 'T-Mobile', + 48605 => 'Plus', + 48606 => 'T-Mobile', + 48607 => 'Plus', + 48608 => 'T-Mobile', + 48609 => 'Plus', + 48660 => 'T-Mobile', + 48661 => 'Plus', + 48662 => 'T-Mobile', + 48663 => 'Plus', + 48664 => 'T-Mobile', + 48665 => 'Plus', + 486666 => 'Play', + 48667 => 'Plus', + 48668 => 'T-Mobile', + 48669 => 'Plus', + 486901 => 'Orange', + 486902 => 'Orange', + 486903 => 'Orange', + 486904 => 'Orange', + 486905 => 'Orange', + 486906 => 'Orange', + 486907 => 'CenterNet', + 48691 => 'Plus', + 48692 => 'T-Mobile', + 48693 => 'Plus', + 48694 => 'T-Mobile', + 48695 => 'Plus', + 48696 => 'T-Mobile', + 48697 => 'Plus', + 48698 => 'T-Mobile', + 4869902 => 'Cyfrowy Polsat', + 4869903 => 'Cyfrowy Polsat', + 4869904 => 'Cyfrowy Polsat', + 4869905 => 'Cyfrowy Polsat', + 4869906 => 'Cyfrowy Polsat', + 4869907 => 'Cyfrowy Polsat', + 4869908 => 'Cyfrowy Polsat', + 4869909 => 'Cyfrowy Polsat', + 4869920 => 'Cyfrowy Polsat', + 4869921 => 'Cyfrowy Polsat', + 4869923 => 'Cyfrowy Polsat', + 4869924 => 'Cyfrowy Polsat', + 4869925 => 'Cyfrowy Polsat', + 4869926 => 'Cyfrowy Polsat', + 4869927 => 'Cyfrowy Polsat', + 4869928 => 'Cyfrowy Polsat', + 4869929 => 'Cyfrowy Polsat', + 4869961 => 'Cyfrowy Polsat', + 4869962 => 'Cyfrowy Polsat', + 4869963 => 'Cyfrowy Polsat', + 4869964 => 'Cyfrowy Polsat', + 4869965 => 'Cyfrowy Polsat', + 4869966 => 'Cyfrowy Polsat', + 4869967 => 'Plus', + 4869968 => 'Cyfrowy Polsat', + 4869969 => 'Plus', + 486998 => 'Plus', + 486999 => 'Plus', + 487200 => 'CenterNet', + 487201 => 'CenterNet', + 487202 => 'CenterNet', + 487203 => 'CenterNet', + 487204 => 'CenterNet', + 487205 => 'CenterNet', + 487206 => 'CenterNet', + 487207 => 'CenterNet', + 487209 => 'CenterNet', + 48721 => 'Plus', + 48722 => 'Plus', + 48723 => 'Plus', + 48724 => 'Plus', + 48725 => 'Plus', + 48726 => 'Plus', + 487270 => 'Plus', + 487272 => 'T-Mobile', + 487273 => 'T-Mobile', + 487274 => 'Plus', + 487275 => 'Plus', + 487276 => 'Plus', + 487277 => 'Plus', + 487278 => 'Plus', + 487279 => 'Plus', + 487280 => 'Mobyland', + 487281 => 'T-Mobile', + 487282 => 'T-Mobile', + 487283 => 'T-Mobile', + 487284 => 'T-Mobile', + 487285 => 'T-Mobile', + 487286 => 'T-Mobile', + 487287 => 'T-Mobile', + 487288 => 'T-Mobile', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/49.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/49.php index 2902a54..5eebbea 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/49.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/49.php @@ -1,30 +1,30 @@ 'T-Mobile', - 491520 => 'Vodafone', - 491521 => 'Vodafone/Lycamobile', - 491522 => 'Vodafone', - 491523 => 'Vodafone', - 491525 => 'Vodafone', - 491529 => 'Vodafone/Truphone', - 491570 => 'Eplus/Telogic', - 491573 => 'Eplus', - 491575 => 'Eplus', - 491577 => 'Eplus', - 491578 => 'Eplus', - 491579 => 'Eplus/Sipgate', - 491590 => 'O2', - 49160 => 'T-Mobile', - 49162 => 'Vodafone', - 49163 => 'Eplus', - 49170 => 'T-Mobile', - 49171 => 'T-Mobile', - 49172 => 'Vodafone', - 49173 => 'Vodafone', - 49174 => 'Vodafone', - 49175 => 'T-Mobile', - 49176 => 'O2', - 49177 => 'Eplus', - 49178 => 'Eplus', - 49179 => 'O2', -); \ No newline at end of file +return array( + 49151 => 'T-Mobile', + 491520 => 'Vodafone', + 491521 => 'Vodafone/Lycamobile', + 491522 => 'Vodafone', + 491523 => 'Vodafone', + 491525 => 'Vodafone', + 491529 => 'Vodafone/Truphone', + 491570 => 'Eplus/Telogic', + 491573 => 'Eplus', + 491575 => 'Eplus', + 491577 => 'Eplus', + 491578 => 'Eplus', + 491579 => 'Eplus/Sipgate', + 491590 => 'O2', + 49160 => 'T-Mobile', + 49162 => 'Vodafone', + 49163 => 'Eplus', + 49170 => 'T-Mobile', + 49171 => 'T-Mobile', + 49172 => 'Vodafone', + 49173 => 'Vodafone', + 49174 => 'Vodafone', + 49175 => 'T-Mobile', + 49176 => 'O2', + 49177 => 'Eplus', + 49178 => 'Eplus', + 49179 => 'O2', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/501.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/501.php index ad2c909..f7cda77 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/501.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/501.php @@ -1,5 +1,5 @@ 'DigiCell', - 50121 => 'DigiCell', -); \ No newline at end of file +return array( + 50120 => 'DigiCell', + 50121 => 'DigiCell', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/506.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/506.php index a86ee76..0a9c43a 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/506.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/506.php @@ -1,36 +1,36 @@ 'OMV', - 506571 => 'OMV', - 506572 => 'OMV', - 506573 => 'OMV', - 50670010 => 'Claro', - 50670011 => 'Claro', - 50670012 => 'Claro', - 50670013 => 'Claro', - 50670014 => 'Claro', - 5067002 => 'Claro', - 5067003 => 'Claro', - 5067004 => 'Claro', - 5067005 => 'Claro', - 5067006 => 'Claro', - 5067007 => 'Claro', - 5067008 => 'Claro', - 5067009 => 'Claro', - 506701 => 'Claro', - 506702 => 'Claro', - 506703 => 'Claro', - 506704 => 'Claro', - 506705 => 'Claro', - 506706 => 'Claro', - 506707 => 'Claro', - 506708 => 'Claro', - 506709 => 'Claro', - 50671 => 'Claro', - 50672 => 'Claro', - 5067300 => 'Claro', - 5067301 => 'Claro', - 50683 => 'Kolbi ICE', - 50688 => 'Kolbi ICE', - 50689 => 'Kolbi ICE', -); \ No newline at end of file +return array( + 506570 => 'OMV', + 506571 => 'OMV', + 506572 => 'OMV', + 506573 => 'OMV', + 50670010 => 'Claro', + 50670011 => 'Claro', + 50670012 => 'Claro', + 50670013 => 'Claro', + 50670014 => 'Claro', + 5067002 => 'Claro', + 5067003 => 'Claro', + 5067004 => 'Claro', + 5067005 => 'Claro', + 5067006 => 'Claro', + 5067007 => 'Claro', + 5067008 => 'Claro', + 5067009 => 'Claro', + 506701 => 'Claro', + 506702 => 'Claro', + 506703 => 'Claro', + 506704 => 'Claro', + 506705 => 'Claro', + 506706 => 'Claro', + 506707 => 'Claro', + 506708 => 'Claro', + 506709 => 'Claro', + 50671 => 'Claro', + 50672 => 'Claro', + 5067300 => 'Claro', + 5067301 => 'Claro', + 50683 => 'Kolbi ICE', + 50688 => 'Kolbi ICE', + 50689 => 'Kolbi ICE', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/51.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/51.php index 912b0b7..bf2d04e 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/51.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/51.php @@ -1,573 +1,573 @@ 'Claro', - 5119750 => 'Movistar', - 5119751 => 'Movistar', - 51197520 => 'Movistar', - 51198003 => 'Movistar', - 51198004 => 'Movistar', - 51198005 => 'Movistar', - 51198006 => 'Movistar', - 51198007 => 'Movistar', - 51198008 => 'Movistar', - 51198009 => 'Movistar', - 5119801 => 'Movistar', - 5119802 => 'Movistar', - 5119803 => 'Movistar', - 51198040 => 'Claro', - 5119805 => 'Claro', - 5119806 => 'Claro', - 5119807 => 'Claro', - 5119808 => 'Claro', - 5119809 => 'Claro', - 511985 => 'Movistar', - 511986 => 'Claro', - 511987 => 'Claro', - 511988 => 'Movistar', - 511989 => 'Claro', - 511990 => 'Movistar', - 511991 => 'Claro', - 511992 => 'Claro', - 511993 => 'Claro', - 5119943 => 'Claro', - 5119944 => 'Movistar', - 5119945 => 'Movistar', - 5119946 => 'Claro', - 5119947 => 'Claro', - 5119948 => 'Claro', - 5119949 => 'Claro', - 5119953 => 'Movistar', - 5119954 => 'Movistar', - 5119955 => 'Movistar', - 5119956 => 'Movistar', - 5119957 => 'Movistar', - 5119958 => 'Movistar', - 5119959 => 'Movistar', - 511996 => 'Movistar', - 511997 => 'Claro', - 5119980 => 'Movistar', - 5119984 => 'Movistar', - 5119986 => 'Movistar', - 5119987 => 'Movistar', - 5119988 => 'Movistar', - 5119989 => 'Movistar', - 514194170 => 'Claro', - 514194171 => 'Claro', - 514194172 => 'Claro', - 514194173 => 'Claro', - 514194188 => 'Movistar', - 514194189 => 'Movistar', - 51419419 => 'Movistar', - 514294200 => 'Movistar', - 514294201 => 'Movistar', - 514294202 => 'Movistar', - 51429424 => 'Movistar', - 51429426 => 'Movistar', - 51429427 => 'Claro', - 51429429 => 'Movistar', - 51439430 => 'Movistar', - 51439431 => 'Movistar', - 514394320 => 'Movistar', - 514394321 => 'Movistar', - 514394322 => 'Movistar', - 514394323 => 'Movistar', - 514394324 => 'Movistar', - 514394330 => 'Claro', - 514394331 => 'Claro', - 514394332 => 'Claro', - 514394333 => 'Claro', - 514394334 => 'Claro', - 514394335 => 'Claro', - 51439434 => 'Movistar', - 51439435 => 'Claro', - 51439436 => 'Movistar', - 514394370 => 'Claro', - 514394371 => 'Claro', - 514394372 => 'Claro', - 514394373 => 'Claro', - 514394374 => 'Claro', - 514394375 => 'Claro', - 514394376 => 'Claro', - 514394377 => 'Claro', - 514394378 => 'Movistar', - 514394379 => 'Movistar', - 51439438 => 'Movistar', - 514494801 => 'Movistar', - 514494802 => 'Movistar', - 514494803 => 'Movistar', - 514494804 => 'Movistar', - 514494805 => 'Claro', - 514494806 => 'Claro', - 514494807 => 'Claro', - 514494808 => 'Claro', - 514494809 => 'Claro', - 514494810 => 'Movistar', - 514494811 => 'Movistar', - 514494812 => 'Movistar', - 514494813 => 'Movistar', - 514494814 => 'Movistar', - 514494815 => 'Movistar', - 514494816 => 'Movistar', - 51449482 => 'Claro', - 51449483 => 'Claro', - 51449484 => 'Movistar', - 51449485 => 'Movistar', - 51449486 => 'Movistar', - 51449488 => 'Movistar', - 51449489 => 'Movistar', - 514494900 => 'Movistar', - 514494901 => 'Movistar', - 514494902 => 'Movistar', - 514494903 => 'Movistar', - 514494904 => 'Movistar', - 514494905 => 'Movistar', - 514494906 => 'Movistar', - 514494907 => 'Claro', - 514494908 => 'Claro', - 514494909 => 'Claro', - 51449491 => 'Claro', - 51449492 => 'Claro', - 51449493 => 'Claro', - 51449494 => 'Movistar', - 514494950 => 'Movistar', - 514494951 => 'Movistar', - 514494952 => 'Movistar', - 514494953 => 'Movistar', - 514494954 => 'Movistar', - 514494955 => 'Movistar', - 51449496 => 'Movistar', - 514494970 => 'Claro', - 514494971 => 'Claro', - 514494972 => 'Claro', - 514494973 => 'Claro', - 514494974 => 'Claro', - 514494975 => 'Claro', - 514494976 => 'Claro', - 514494977 => 'Claro', - 514494978 => 'Movistar', - 514494979 => 'Movistar', - 51449498 => 'Movistar', - 514494991 => 'Movistar', - 514494995 => 'Movistar', - 514494996 => 'Movistar', - 514494997 => 'Movistar', - 514494998 => 'Movistar', - 514494999 => 'Movistar', - 515195080 => 'Movistar', - 515195081 => 'Movistar', - 515195082 => 'Movistar', - 515195083 => 'Movistar', - 51519509 => 'Movistar', - 51519510 => 'Movistar', - 51519511 => 'Claro', - 51519512 => 'Claro', - 51519513 => 'Claro', - 51519514 => 'Movistar', - 515195150 => 'Movistar', - 515195151 => 'Movistar', - 515195152 => 'Movistar', - 515195153 => 'Movistar', - 515195154 => 'Movistar', - 515195155 => 'Movistar', - 515195156 => 'Movistar', - 515195157 => 'Movistar', - 515195158 => 'Movistar', - 51519516 => 'Movistar', - 51519517 => 'Claro', - 51519518 => 'Movistar', - 515195190 => 'Movistar', - 515195191 => 'Movistar', - 515195193 => 'Movistar', - 515195194 => 'Movistar', - 515195195 => 'Movistar', - 515195196 => 'Movistar', - 515195197 => 'Movistar', - 515195198 => 'Movistar', - 515195199 => 'Movistar', - 51529523 => 'Claro', - 515295250 => 'Movistar', - 515295251 => 'Movistar', - 515295252 => 'Movistar', - 515295253 => 'Movistar', - 515295254 => 'Movistar', - 51529526 => 'Movistar', - 515295270 => 'Claro', - 515295271 => 'Claro', - 51529528 => 'Movistar', - 515295292 => 'Movistar', - 515295293 => 'Movistar', - 515295294 => 'Movistar', - 515295295 => 'Movistar', - 515295296 => 'Movistar', - 515295297 => 'Movistar', - 515295298 => 'Movistar', - 515295299 => 'Movistar', - 515395350 => 'Claro', - 515395352 => 'Movistar', - 515395361 => 'Movistar', - 515395363 => 'Movistar', - 515395364 => 'Movistar', - 515395366 => 'Movistar', - 515395367 => 'Movistar', - 515395368 => 'Movistar', - 515395370 => 'Claro', - 515395371 => 'Claro', - 515395372 => 'Claro', - 515395373 => 'Claro', - 515395374 => 'Claro', - 515395375 => 'Claro', - 515395376 => 'Claro', - 51539539 => 'Movistar', - 515495800 => 'Movistar', - 515495801 => 'Movistar', - 515495802 => 'Movistar', - 515495803 => 'Movistar', - 515495804 => 'Movistar', - 515495805 => 'Claro', - 515495806 => 'Claro', - 515495807 => 'Claro', - 515495808 => 'Claro', - 515495809 => 'Claro', - 515495810 => 'Claro', - 515495811 => 'Claro', - 515495820 => 'Claro', - 515495821 => 'Claro', - 515495823 => 'Claro', - 515495824 => 'Claro', - 515495825 => 'Claro', - 515495826 => 'Claro', - 515495827 => 'Claro', - 515495828 => 'Claro', - 515495829 => 'Claro', - 51549583 => 'Claro', - 515495840 => 'Movistar', - 515495841 => 'Movistar', - 515495842 => 'Movistar', - 515495843 => 'Movistar', - 51549585 => 'Movistar', - 51549586 => 'Movistar', - 51549587 => 'Claro', - 51549588 => 'Movistar', - 515495890 => 'Movistar', - 515495891 => 'Movistar', - 515495892 => 'Movistar', - 515495893 => 'Movistar', - 515495894 => 'Movistar', - 515495895 => 'Claro', - 515495896 => 'Claro', - 515495898 => 'Claro', - 51549590 => 'Movistar', - 51549591 => 'Claro', - 515495920 => 'Claro', - 515495921 => 'Claro', - 515495922 => 'Claro', - 515495923 => 'Claro', - 515495924 => 'Claro', - 515495925 => 'Claro', - 515495926 => 'Claro', - 515495927 => 'Claro', - 515495928 => 'Movistar', - 515495929 => 'Movistar', - 51549593 => 'Claro', - 51549594 => 'Movistar', - 515495950 => 'Movistar', - 515495951 => 'Movistar', - 515495952 => 'Movistar', - 515495953 => 'Movistar', - 515495954 => 'Movistar', - 515495955 => 'Movistar', - 515495956 => 'Movistar', - 515495957 => 'Movistar', - 515495958 => 'Movistar', - 51549596 => 'Movistar', - 51549597 => 'Claro', - 515495980 => 'Movistar', - 515495981 => 'Movistar', - 515495982 => 'Movistar', - 515495984 => 'Movistar', - 515495985 => 'Movistar', - 515495986 => 'Movistar', - 515495987 => 'Movistar', - 515495988 => 'Movistar', - 515495989 => 'Movistar', - 515495991 => 'Movistar', - 515495992 => 'Movistar', - 515495996 => 'Movistar', - 515495997 => 'Movistar', - 515495998 => 'Movistar', - 515495999 => 'Movistar', - 51569560 => 'Movistar', - 515695610 => 'Movistar', - 515695611 => 'Movistar', - 515695612 => 'Movistar', - 515695613 => 'Movistar', - 515695614 => 'Movistar', - 515695615 => 'Movistar', - 515695616 => 'Movistar', - 515695620 => 'Claro', - 515695621 => 'Claro', - 515695622 => 'Claro', - 515695623 => 'Claro', - 515695624 => 'Claro', - 515695625 => 'Claro', - 515695626 => 'Claro', - 51569563 => 'Claro', - 51569564 => 'Movistar', - 51569565 => 'Movistar', - 51569566 => 'Movistar', - 51569567 => 'Claro', - 51569568 => 'Movistar', - 51569569 => 'Movistar', - 516196150 => 'Movistar', - 516196151 => 'Movistar', - 516196152 => 'Movistar', - 516196153 => 'Movistar', - 516196154 => 'Movistar', - 516196155 => 'Movistar', - 51619616 => 'Movistar', - 516196170 => 'Claro', - 516196171 => 'Claro', - 516196172 => 'Claro', - 516196173 => 'Claro', - 516196174 => 'Claro', - 516196175 => 'Claro', - 51619619 => 'Movistar', - 51619627 => 'Claro', - 516296250 => 'Movistar', - 516296251 => 'Movistar', - 516296252 => 'Movistar', - 516296253 => 'Movistar', - 516296254 => 'Movistar', - 51629626 => 'Movistar', - 51629629 => 'Movistar', - 516396360 => 'Movistar', - 516396361 => 'Movistar', - 516396362 => 'Movistar', - 516396363 => 'Movistar', - 516396364 => 'Movistar', - 516396365 => 'Movistar', - 516396369 => 'Movistar', - 516396370 => 'Claro', - 516396371 => 'Claro', - 516396372 => 'Claro', - 516396373 => 'Claro', - 516396390 => 'Movistar', - 516396391 => 'Movistar', - 516396392 => 'Movistar', - 516396393 => 'Movistar', - 516396394 => 'Movistar', - 516396395 => 'Movistar', - 516396398 => 'Movistar', - 516396399 => 'Movistar', - 516495410 => 'Claro', - 516495411 => 'Claro', - 516495412 => 'Claro', - 516495440 => 'Movistar', - 516495441 => 'Movistar', - 516495442 => 'Movistar', - 516495443 => 'Movistar', - 516495444 => 'Movistar', - 516495445 => 'Movistar', - 516495446 => 'Movistar', - 516495447 => 'Movistar', - 516495448 => 'Movistar', - 51649640 => 'Movistar', - 51649641 => 'Claro', - 51649642 => 'Claro', - 51649643 => 'Claro', - 51649644 => 'Movistar', - 51649645 => 'Movistar', - 51649646 => 'Movistar', - 51649647 => 'Movistar', - 51649648 => 'Movistar', - 516496490 => 'Movistar', - 516496491 => 'Movistar', - 516496492 => 'Movistar', - 516496496 => 'Movistar', - 516496497 => 'Movistar', - 516496498 => 'Movistar', - 516496499 => 'Movistar', - 516596530 => 'Claro', - 516596531 => 'Claro', - 516596532 => 'Claro', - 516596533 => 'Claro', - 516596534 => 'Claro', - 51659656 => 'Movistar', - 51659657 => 'Claro', - 516596590 => 'Movistar', - 516596591 => 'Movistar', - 516596592 => 'Movistar', - 516596596 => 'Movistar', - 516596597 => 'Movistar', - 516596598 => 'Movistar', - 516596599 => 'Movistar', - 516696600 => 'Movistar', - 51669666 => 'Movistar', - 51669667 => 'Claro', - 51669668 => 'Movistar', - 51669669 => 'Movistar', - 51679674 => 'Claro', - 516796765 => 'Movistar', - 516796766 => 'Movistar', - 516796768 => 'Movistar', - 516796769 => 'Movistar', - 516796770 => 'Claro', - 516796771 => 'Claro', - 516796772 => 'Claro', - 516796773 => 'Claro', - 516796798 => 'Movistar', - 517297260 => 'Movistar', - 517297261 => 'Movistar', - 517297262 => 'Movistar', - 517297263 => 'Movistar', - 517297268 => 'Movistar', - 517297269 => 'Movistar', - 517297270 => 'Claro', - 517297271 => 'Claro', - 517297272 => 'Claro', - 517297273 => 'Claro', - 51729728 => 'Movistar', - 517297290 => 'Movistar', - 517297291 => 'Movistar', - 517297292 => 'Movistar', - 517297296 => 'Movistar', - 517297297 => 'Movistar', - 517297298 => 'Movistar', - 517396840 => 'Movistar', - 517396841 => 'Movistar', - 517396842 => 'Movistar', - 517396843 => 'Movistar', - 517396844 => 'Movistar', - 517396870 => 'Claro', - 517396871 => 'Claro', - 517396872 => 'Claro', - 517396873 => 'Claro', - 517396875 => 'Claro', - 517396876 => 'Claro', - 517396877 => 'Claro', - 517396878 => 'Claro', - 517396879 => 'Claro', - 51739688 => 'Movistar', - 51739689 => 'Movistar', - 51739690 => 'Movistar', - 51739691 => 'Movistar', - 51739692 => 'Movistar', - 51739694 => 'Movistar', - 517396950 => 'Movistar', - 517396951 => 'Movistar', - 517396952 => 'Movistar', - 517396953 => 'Movistar', - 517396954 => 'Movistar', - 517396955 => 'Movistar', - 517396956 => 'Movistar', - 517396957 => 'Movistar', - 51739696 => 'Movistar', - 51739698 => 'Movistar', - 517396990 => 'Movistar', - 517396991 => 'Movistar', - 517396994 => 'Movistar', - 517396995 => 'Movistar', - 517396996 => 'Movistar', - 517396997 => 'Movistar', - 517396998 => 'Movistar', - 517396999 => 'Movistar', - 517497840 => 'Movistar', - 517497841 => 'Movistar', - 517497842 => 'Movistar', - 517497843 => 'Movistar', - 517497870 => 'Claro', - 517497871 => 'Claro', - 517497872 => 'Claro', - 517497873 => 'Claro', - 517497874 => 'Claro', - 517497875 => 'Claro', - 517497876 => 'Claro', - 517497877 => 'Claro', - 51749788 => 'Movistar', - 51749789 => 'Movistar', - 51749790 => 'Movistar', - 51749791 => 'Movistar', - 51749792 => 'Movistar', - 51749793 => 'Claro', - 517497956 => 'Movistar', - 517497957 => 'Movistar', - 51749796 => 'Movistar', - 51749797 => 'Claro', - 51749798 => 'Movistar', - 517497990 => 'Movistar', - 517497991 => 'Movistar', - 517497992 => 'Movistar', - 517497993 => 'Movistar', - 517497996 => 'Movistar', - 517497997 => 'Movistar', - 517497998 => 'Movistar', - 517497999 => 'Movistar', - 517697600 => 'Movistar', - 517697601 => 'Movistar', - 517697602 => 'Movistar', - 517697603 => 'Movistar', - 517697604 => 'Movistar', - 517697605 => 'Movistar', - 517697606 => 'Movistar', - 517697621 => 'Claro', - 517697622 => 'Claro', - 51769763 => 'Claro', - 51769764 => 'Movistar', - 517697650 => 'Movistar', - 517697651 => 'Movistar', - 517697652 => 'Movistar', - 517697653 => 'Movistar', - 517697654 => 'Movistar', - 517697655 => 'Movistar', - 517697656 => 'Movistar', - 517697657 => 'Movistar', - 517697658 => 'Movistar', - 51769766 => 'Movistar', - 51769767 => 'Movistar', - 51769768 => 'Movistar', - 517697692 => 'Movistar', - 517697693 => 'Movistar', - 517697694 => 'Movistar', - 517697695 => 'Movistar', - 517697696 => 'Movistar', - 517697697 => 'Movistar', - 517697698 => 'Movistar', - 517697699 => 'Movistar', - 518298230 => 'Claro', - 518298231 => 'Claro', - 518298232 => 'Claro', - 518298260 => 'Movistar', - 518298261 => 'Movistar', - 518298268 => 'Movistar', - 51829827 => 'Claro', - 518298298 => 'Movistar', - 51839836 => 'Movistar', - 51839837 => 'Claro', - 518398398 => 'Movistar', - 518398399 => 'Movistar', - 51849742 => 'Claro', - 518497430 => 'Claro', - 518497431 => 'Claro', - 518497435 => 'Claro', - 518497436 => 'Claro', - 518497437 => 'Claro', - 518497438 => 'Claro', - 518497439 => 'Claro', - 51849747 => 'Claro', - 518498400 => 'Movistar', - 518498401 => 'Movistar', - 518498402 => 'Movistar', - 518498403 => 'Movistar', - 518498404 => 'Movistar', - 518498405 => 'Movistar', - 518498406 => 'Movistar', - 51849841 => 'Claro', - 51849842 => 'Claro', - 51849843 => 'Claro', - 51849844 => 'Claro', - 51849845 => 'Movistar', - 51849846 => 'Movistar', - 51849847 => 'Claro', - 51849848 => 'Movistar', - 51849849 => 'Movistar', -); \ No newline at end of file +return array( + 511973 => 'Claro', + 5119750 => 'Movistar', + 5119751 => 'Movistar', + 51197520 => 'Movistar', + 51198003 => 'Movistar', + 51198004 => 'Movistar', + 51198005 => 'Movistar', + 51198006 => 'Movistar', + 51198007 => 'Movistar', + 51198008 => 'Movistar', + 51198009 => 'Movistar', + 5119801 => 'Movistar', + 5119802 => 'Movistar', + 5119803 => 'Movistar', + 51198040 => 'Claro', + 5119805 => 'Claro', + 5119806 => 'Claro', + 5119807 => 'Claro', + 5119808 => 'Claro', + 5119809 => 'Claro', + 511985 => 'Movistar', + 511986 => 'Claro', + 511987 => 'Claro', + 511988 => 'Movistar', + 511989 => 'Claro', + 511990 => 'Movistar', + 511991 => 'Claro', + 511992 => 'Claro', + 511993 => 'Claro', + 5119943 => 'Claro', + 5119944 => 'Movistar', + 5119945 => 'Movistar', + 5119946 => 'Claro', + 5119947 => 'Claro', + 5119948 => 'Claro', + 5119949 => 'Claro', + 5119953 => 'Movistar', + 5119954 => 'Movistar', + 5119955 => 'Movistar', + 5119956 => 'Movistar', + 5119957 => 'Movistar', + 5119958 => 'Movistar', + 5119959 => 'Movistar', + 511996 => 'Movistar', + 511997 => 'Claro', + 5119980 => 'Movistar', + 5119984 => 'Movistar', + 5119986 => 'Movistar', + 5119987 => 'Movistar', + 5119988 => 'Movistar', + 5119989 => 'Movistar', + 514194170 => 'Claro', + 514194171 => 'Claro', + 514194172 => 'Claro', + 514194173 => 'Claro', + 514194188 => 'Movistar', + 514194189 => 'Movistar', + 51419419 => 'Movistar', + 514294200 => 'Movistar', + 514294201 => 'Movistar', + 514294202 => 'Movistar', + 51429424 => 'Movistar', + 51429426 => 'Movistar', + 51429427 => 'Claro', + 51429429 => 'Movistar', + 51439430 => 'Movistar', + 51439431 => 'Movistar', + 514394320 => 'Movistar', + 514394321 => 'Movistar', + 514394322 => 'Movistar', + 514394323 => 'Movistar', + 514394324 => 'Movistar', + 514394330 => 'Claro', + 514394331 => 'Claro', + 514394332 => 'Claro', + 514394333 => 'Claro', + 514394334 => 'Claro', + 514394335 => 'Claro', + 51439434 => 'Movistar', + 51439435 => 'Claro', + 51439436 => 'Movistar', + 514394370 => 'Claro', + 514394371 => 'Claro', + 514394372 => 'Claro', + 514394373 => 'Claro', + 514394374 => 'Claro', + 514394375 => 'Claro', + 514394376 => 'Claro', + 514394377 => 'Claro', + 514394378 => 'Movistar', + 514394379 => 'Movistar', + 51439438 => 'Movistar', + 514494801 => 'Movistar', + 514494802 => 'Movistar', + 514494803 => 'Movistar', + 514494804 => 'Movistar', + 514494805 => 'Claro', + 514494806 => 'Claro', + 514494807 => 'Claro', + 514494808 => 'Claro', + 514494809 => 'Claro', + 514494810 => 'Movistar', + 514494811 => 'Movistar', + 514494812 => 'Movistar', + 514494813 => 'Movistar', + 514494814 => 'Movistar', + 514494815 => 'Movistar', + 514494816 => 'Movistar', + 51449482 => 'Claro', + 51449483 => 'Claro', + 51449484 => 'Movistar', + 51449485 => 'Movistar', + 51449486 => 'Movistar', + 51449488 => 'Movistar', + 51449489 => 'Movistar', + 514494900 => 'Movistar', + 514494901 => 'Movistar', + 514494902 => 'Movistar', + 514494903 => 'Movistar', + 514494904 => 'Movistar', + 514494905 => 'Movistar', + 514494906 => 'Movistar', + 514494907 => 'Claro', + 514494908 => 'Claro', + 514494909 => 'Claro', + 51449491 => 'Claro', + 51449492 => 'Claro', + 51449493 => 'Claro', + 51449494 => 'Movistar', + 514494950 => 'Movistar', + 514494951 => 'Movistar', + 514494952 => 'Movistar', + 514494953 => 'Movistar', + 514494954 => 'Movistar', + 514494955 => 'Movistar', + 51449496 => 'Movistar', + 514494970 => 'Claro', + 514494971 => 'Claro', + 514494972 => 'Claro', + 514494973 => 'Claro', + 514494974 => 'Claro', + 514494975 => 'Claro', + 514494976 => 'Claro', + 514494977 => 'Claro', + 514494978 => 'Movistar', + 514494979 => 'Movistar', + 51449498 => 'Movistar', + 514494991 => 'Movistar', + 514494995 => 'Movistar', + 514494996 => 'Movistar', + 514494997 => 'Movistar', + 514494998 => 'Movistar', + 514494999 => 'Movistar', + 515195080 => 'Movistar', + 515195081 => 'Movistar', + 515195082 => 'Movistar', + 515195083 => 'Movistar', + 51519509 => 'Movistar', + 51519510 => 'Movistar', + 51519511 => 'Claro', + 51519512 => 'Claro', + 51519513 => 'Claro', + 51519514 => 'Movistar', + 515195150 => 'Movistar', + 515195151 => 'Movistar', + 515195152 => 'Movistar', + 515195153 => 'Movistar', + 515195154 => 'Movistar', + 515195155 => 'Movistar', + 515195156 => 'Movistar', + 515195157 => 'Movistar', + 515195158 => 'Movistar', + 51519516 => 'Movistar', + 51519517 => 'Claro', + 51519518 => 'Movistar', + 515195190 => 'Movistar', + 515195191 => 'Movistar', + 515195193 => 'Movistar', + 515195194 => 'Movistar', + 515195195 => 'Movistar', + 515195196 => 'Movistar', + 515195197 => 'Movistar', + 515195198 => 'Movistar', + 515195199 => 'Movistar', + 51529523 => 'Claro', + 515295250 => 'Movistar', + 515295251 => 'Movistar', + 515295252 => 'Movistar', + 515295253 => 'Movistar', + 515295254 => 'Movistar', + 51529526 => 'Movistar', + 515295270 => 'Claro', + 515295271 => 'Claro', + 51529528 => 'Movistar', + 515295292 => 'Movistar', + 515295293 => 'Movistar', + 515295294 => 'Movistar', + 515295295 => 'Movistar', + 515295296 => 'Movistar', + 515295297 => 'Movistar', + 515295298 => 'Movistar', + 515295299 => 'Movistar', + 515395350 => 'Claro', + 515395352 => 'Movistar', + 515395361 => 'Movistar', + 515395363 => 'Movistar', + 515395364 => 'Movistar', + 515395366 => 'Movistar', + 515395367 => 'Movistar', + 515395368 => 'Movistar', + 515395370 => 'Claro', + 515395371 => 'Claro', + 515395372 => 'Claro', + 515395373 => 'Claro', + 515395374 => 'Claro', + 515395375 => 'Claro', + 515395376 => 'Claro', + 51539539 => 'Movistar', + 515495800 => 'Movistar', + 515495801 => 'Movistar', + 515495802 => 'Movistar', + 515495803 => 'Movistar', + 515495804 => 'Movistar', + 515495805 => 'Claro', + 515495806 => 'Claro', + 515495807 => 'Claro', + 515495808 => 'Claro', + 515495809 => 'Claro', + 515495810 => 'Claro', + 515495811 => 'Claro', + 515495820 => 'Claro', + 515495821 => 'Claro', + 515495823 => 'Claro', + 515495824 => 'Claro', + 515495825 => 'Claro', + 515495826 => 'Claro', + 515495827 => 'Claro', + 515495828 => 'Claro', + 515495829 => 'Claro', + 51549583 => 'Claro', + 515495840 => 'Movistar', + 515495841 => 'Movistar', + 515495842 => 'Movistar', + 515495843 => 'Movistar', + 51549585 => 'Movistar', + 51549586 => 'Movistar', + 51549587 => 'Claro', + 51549588 => 'Movistar', + 515495890 => 'Movistar', + 515495891 => 'Movistar', + 515495892 => 'Movistar', + 515495893 => 'Movistar', + 515495894 => 'Movistar', + 515495895 => 'Claro', + 515495896 => 'Claro', + 515495898 => 'Claro', + 51549590 => 'Movistar', + 51549591 => 'Claro', + 515495920 => 'Claro', + 515495921 => 'Claro', + 515495922 => 'Claro', + 515495923 => 'Claro', + 515495924 => 'Claro', + 515495925 => 'Claro', + 515495926 => 'Claro', + 515495927 => 'Claro', + 515495928 => 'Movistar', + 515495929 => 'Movistar', + 51549593 => 'Claro', + 51549594 => 'Movistar', + 515495950 => 'Movistar', + 515495951 => 'Movistar', + 515495952 => 'Movistar', + 515495953 => 'Movistar', + 515495954 => 'Movistar', + 515495955 => 'Movistar', + 515495956 => 'Movistar', + 515495957 => 'Movistar', + 515495958 => 'Movistar', + 51549596 => 'Movistar', + 51549597 => 'Claro', + 515495980 => 'Movistar', + 515495981 => 'Movistar', + 515495982 => 'Movistar', + 515495984 => 'Movistar', + 515495985 => 'Movistar', + 515495986 => 'Movistar', + 515495987 => 'Movistar', + 515495988 => 'Movistar', + 515495989 => 'Movistar', + 515495991 => 'Movistar', + 515495992 => 'Movistar', + 515495996 => 'Movistar', + 515495997 => 'Movistar', + 515495998 => 'Movistar', + 515495999 => 'Movistar', + 51569560 => 'Movistar', + 515695610 => 'Movistar', + 515695611 => 'Movistar', + 515695612 => 'Movistar', + 515695613 => 'Movistar', + 515695614 => 'Movistar', + 515695615 => 'Movistar', + 515695616 => 'Movistar', + 515695620 => 'Claro', + 515695621 => 'Claro', + 515695622 => 'Claro', + 515695623 => 'Claro', + 515695624 => 'Claro', + 515695625 => 'Claro', + 515695626 => 'Claro', + 51569563 => 'Claro', + 51569564 => 'Movistar', + 51569565 => 'Movistar', + 51569566 => 'Movistar', + 51569567 => 'Claro', + 51569568 => 'Movistar', + 51569569 => 'Movistar', + 516196150 => 'Movistar', + 516196151 => 'Movistar', + 516196152 => 'Movistar', + 516196153 => 'Movistar', + 516196154 => 'Movistar', + 516196155 => 'Movistar', + 51619616 => 'Movistar', + 516196170 => 'Claro', + 516196171 => 'Claro', + 516196172 => 'Claro', + 516196173 => 'Claro', + 516196174 => 'Claro', + 516196175 => 'Claro', + 51619619 => 'Movistar', + 51619627 => 'Claro', + 516296250 => 'Movistar', + 516296251 => 'Movistar', + 516296252 => 'Movistar', + 516296253 => 'Movistar', + 516296254 => 'Movistar', + 51629626 => 'Movistar', + 51629629 => 'Movistar', + 516396360 => 'Movistar', + 516396361 => 'Movistar', + 516396362 => 'Movistar', + 516396363 => 'Movistar', + 516396364 => 'Movistar', + 516396365 => 'Movistar', + 516396369 => 'Movistar', + 516396370 => 'Claro', + 516396371 => 'Claro', + 516396372 => 'Claro', + 516396373 => 'Claro', + 516396390 => 'Movistar', + 516396391 => 'Movistar', + 516396392 => 'Movistar', + 516396393 => 'Movistar', + 516396394 => 'Movistar', + 516396395 => 'Movistar', + 516396398 => 'Movistar', + 516396399 => 'Movistar', + 516495410 => 'Claro', + 516495411 => 'Claro', + 516495412 => 'Claro', + 516495440 => 'Movistar', + 516495441 => 'Movistar', + 516495442 => 'Movistar', + 516495443 => 'Movistar', + 516495444 => 'Movistar', + 516495445 => 'Movistar', + 516495446 => 'Movistar', + 516495447 => 'Movistar', + 516495448 => 'Movistar', + 51649640 => 'Movistar', + 51649641 => 'Claro', + 51649642 => 'Claro', + 51649643 => 'Claro', + 51649644 => 'Movistar', + 51649645 => 'Movistar', + 51649646 => 'Movistar', + 51649647 => 'Movistar', + 51649648 => 'Movistar', + 516496490 => 'Movistar', + 516496491 => 'Movistar', + 516496492 => 'Movistar', + 516496496 => 'Movistar', + 516496497 => 'Movistar', + 516496498 => 'Movistar', + 516496499 => 'Movistar', + 516596530 => 'Claro', + 516596531 => 'Claro', + 516596532 => 'Claro', + 516596533 => 'Claro', + 516596534 => 'Claro', + 51659656 => 'Movistar', + 51659657 => 'Claro', + 516596590 => 'Movistar', + 516596591 => 'Movistar', + 516596592 => 'Movistar', + 516596596 => 'Movistar', + 516596597 => 'Movistar', + 516596598 => 'Movistar', + 516596599 => 'Movistar', + 516696600 => 'Movistar', + 51669666 => 'Movistar', + 51669667 => 'Claro', + 51669668 => 'Movistar', + 51669669 => 'Movistar', + 51679674 => 'Claro', + 516796765 => 'Movistar', + 516796766 => 'Movistar', + 516796768 => 'Movistar', + 516796769 => 'Movistar', + 516796770 => 'Claro', + 516796771 => 'Claro', + 516796772 => 'Claro', + 516796773 => 'Claro', + 516796798 => 'Movistar', + 517297260 => 'Movistar', + 517297261 => 'Movistar', + 517297262 => 'Movistar', + 517297263 => 'Movistar', + 517297268 => 'Movistar', + 517297269 => 'Movistar', + 517297270 => 'Claro', + 517297271 => 'Claro', + 517297272 => 'Claro', + 517297273 => 'Claro', + 51729728 => 'Movistar', + 517297290 => 'Movistar', + 517297291 => 'Movistar', + 517297292 => 'Movistar', + 517297296 => 'Movistar', + 517297297 => 'Movistar', + 517297298 => 'Movistar', + 517396840 => 'Movistar', + 517396841 => 'Movistar', + 517396842 => 'Movistar', + 517396843 => 'Movistar', + 517396844 => 'Movistar', + 517396870 => 'Claro', + 517396871 => 'Claro', + 517396872 => 'Claro', + 517396873 => 'Claro', + 517396875 => 'Claro', + 517396876 => 'Claro', + 517396877 => 'Claro', + 517396878 => 'Claro', + 517396879 => 'Claro', + 51739688 => 'Movistar', + 51739689 => 'Movistar', + 51739690 => 'Movistar', + 51739691 => 'Movistar', + 51739692 => 'Movistar', + 51739694 => 'Movistar', + 517396950 => 'Movistar', + 517396951 => 'Movistar', + 517396952 => 'Movistar', + 517396953 => 'Movistar', + 517396954 => 'Movistar', + 517396955 => 'Movistar', + 517396956 => 'Movistar', + 517396957 => 'Movistar', + 51739696 => 'Movistar', + 51739698 => 'Movistar', + 517396990 => 'Movistar', + 517396991 => 'Movistar', + 517396994 => 'Movistar', + 517396995 => 'Movistar', + 517396996 => 'Movistar', + 517396997 => 'Movistar', + 517396998 => 'Movistar', + 517396999 => 'Movistar', + 517497840 => 'Movistar', + 517497841 => 'Movistar', + 517497842 => 'Movistar', + 517497843 => 'Movistar', + 517497870 => 'Claro', + 517497871 => 'Claro', + 517497872 => 'Claro', + 517497873 => 'Claro', + 517497874 => 'Claro', + 517497875 => 'Claro', + 517497876 => 'Claro', + 517497877 => 'Claro', + 51749788 => 'Movistar', + 51749789 => 'Movistar', + 51749790 => 'Movistar', + 51749791 => 'Movistar', + 51749792 => 'Movistar', + 51749793 => 'Claro', + 517497956 => 'Movistar', + 517497957 => 'Movistar', + 51749796 => 'Movistar', + 51749797 => 'Claro', + 51749798 => 'Movistar', + 517497990 => 'Movistar', + 517497991 => 'Movistar', + 517497992 => 'Movistar', + 517497993 => 'Movistar', + 517497996 => 'Movistar', + 517497997 => 'Movistar', + 517497998 => 'Movistar', + 517497999 => 'Movistar', + 517697600 => 'Movistar', + 517697601 => 'Movistar', + 517697602 => 'Movistar', + 517697603 => 'Movistar', + 517697604 => 'Movistar', + 517697605 => 'Movistar', + 517697606 => 'Movistar', + 517697621 => 'Claro', + 517697622 => 'Claro', + 51769763 => 'Claro', + 51769764 => 'Movistar', + 517697650 => 'Movistar', + 517697651 => 'Movistar', + 517697652 => 'Movistar', + 517697653 => 'Movistar', + 517697654 => 'Movistar', + 517697655 => 'Movistar', + 517697656 => 'Movistar', + 517697657 => 'Movistar', + 517697658 => 'Movistar', + 51769766 => 'Movistar', + 51769767 => 'Movistar', + 51769768 => 'Movistar', + 517697692 => 'Movistar', + 517697693 => 'Movistar', + 517697694 => 'Movistar', + 517697695 => 'Movistar', + 517697696 => 'Movistar', + 517697697 => 'Movistar', + 517697698 => 'Movistar', + 517697699 => 'Movistar', + 518298230 => 'Claro', + 518298231 => 'Claro', + 518298232 => 'Claro', + 518298260 => 'Movistar', + 518298261 => 'Movistar', + 518298268 => 'Movistar', + 51829827 => 'Claro', + 518298298 => 'Movistar', + 51839836 => 'Movistar', + 51839837 => 'Claro', + 518398398 => 'Movistar', + 518398399 => 'Movistar', + 51849742 => 'Claro', + 518497430 => 'Claro', + 518497431 => 'Claro', + 518497435 => 'Claro', + 518497436 => 'Claro', + 518497437 => 'Claro', + 518497438 => 'Claro', + 518497439 => 'Claro', + 51849747 => 'Claro', + 518498400 => 'Movistar', + 518498401 => 'Movistar', + 518498402 => 'Movistar', + 518498403 => 'Movistar', + 518498404 => 'Movistar', + 518498405 => 'Movistar', + 518498406 => 'Movistar', + 51849841 => 'Claro', + 51849842 => 'Claro', + 51849843 => 'Claro', + 51849844 => 'Claro', + 51849845 => 'Movistar', + 51849846 => 'Movistar', + 51849847 => 'Claro', + 51849848 => 'Movistar', + 51849849 => 'Movistar', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/53.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/53.php index 3fffa96..4d42575 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/53.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/53.php @@ -1,4 +1,4 @@ 'CUBACEL', -); \ No newline at end of file +return array( + 535 => 'CUBACEL', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/54.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/54.php index 456886e..0910c85 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/54.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/54.php @@ -1,87 +1,87 @@ 'Personal', - 549114 => 'Personal', - 549115 => 'Personal', - 549116 => 'Personal', - 549220 => 'Personal', - 549221 => 'Personal', - 549222 => 'Personal', - 549223 => 'Personal', - 549224 => 'Personal', - 549225 => 'Personal', - 549226 => 'Personal', - 549227 => 'Personal', - 549228 => 'Personal', - 549229 => 'Personal', - 549230 => 'Personal', - 549231 => 'Personal', - 549232 => 'Personal', - 549233 => 'Personal', - 549234 => 'Personal', - 549235 => 'Personal', - 549236 => 'Personal', - 549239 => 'Personal', - 549247 => 'Personal', - 549249 => 'Personal', - 549260 => 'Personal', - 549261 => 'Personal', - 549262 => 'Personal', - 549263 => 'Personal', - 549264 => 'Personal', - 549265 => 'Personal', - 549266 => 'Personal', - 549280 => 'Personal', - 549290 => 'Personal', - 549291 => 'Personal', - 549292 => 'Personal', - 549293 => 'Personal', - 549294 => 'Personal', - 549295 => 'Personal', - 549296 => 'Personal', - 549297 => 'Personal', - 549298 => 'Personal', - 549299 => 'Personal', - 549332 => 'Personal', - 549336 => 'Personal', - 549338 => 'Personal', - 549340 => 'Personal', - 549341 => 'Personal', - 549342 => 'Personal', - 549343 => 'Personal', - 549344 => 'Personal', - 549345 => 'Personal', - 549346 => 'Personal', - 549347 => 'Personal', - 549348 => 'Personal', - 549349 => 'Personal', - 549351 => 'Personal', - 549352 => 'Personal', - 549353 => 'Personal', - 549354 => 'Personal', - 549356 => 'Personal', - 549357 => 'Personal', - 549358 => 'Personal', - 549362 => 'Personal', - 549364 => 'Personal', - 549370 => 'Personal', - 549371 => 'Personal', - 549372 => 'Personal', - 549373 => 'Personal', - 549374 => 'Personal', - 549375 => 'Personal', - 549376 => 'Personal', - 549377 => 'Personal', - 549378 => 'Personal', - 549379 => 'Personal', - 549380 => 'Personal', - 549381 => 'Personal', - 549382 => 'Personal', - 549383 => 'Personal', - 549384 => 'Personal', - 549385 => 'Personal', - 549386 => 'Personal', - 549387 => 'Personal', - 549388 => 'Personal', - 549389 => 'Personal', -); \ No newline at end of file +return array( + 549113 => 'Personal', + 549114 => 'Personal', + 549115 => 'Personal', + 549116 => 'Personal', + 549220 => 'Personal', + 549221 => 'Personal', + 549222 => 'Personal', + 549223 => 'Personal', + 549224 => 'Personal', + 549225 => 'Personal', + 549226 => 'Personal', + 549227 => 'Personal', + 549228 => 'Personal', + 549229 => 'Personal', + 549230 => 'Personal', + 549231 => 'Personal', + 549232 => 'Personal', + 549233 => 'Personal', + 549234 => 'Personal', + 549235 => 'Personal', + 549236 => 'Personal', + 549239 => 'Personal', + 549247 => 'Personal', + 549249 => 'Personal', + 549260 => 'Personal', + 549261 => 'Personal', + 549262 => 'Personal', + 549263 => 'Personal', + 549264 => 'Personal', + 549265 => 'Personal', + 549266 => 'Personal', + 549280 => 'Personal', + 549290 => 'Personal', + 549291 => 'Personal', + 549292 => 'Personal', + 549293 => 'Personal', + 549294 => 'Personal', + 549295 => 'Personal', + 549296 => 'Personal', + 549297 => 'Personal', + 549298 => 'Personal', + 549299 => 'Personal', + 549332 => 'Personal', + 549336 => 'Personal', + 549338 => 'Personal', + 549340 => 'Personal', + 549341 => 'Personal', + 549342 => 'Personal', + 549343 => 'Personal', + 549344 => 'Personal', + 549345 => 'Personal', + 549346 => 'Personal', + 549347 => 'Personal', + 549348 => 'Personal', + 549349 => 'Personal', + 549351 => 'Personal', + 549352 => 'Personal', + 549353 => 'Personal', + 549354 => 'Personal', + 549356 => 'Personal', + 549357 => 'Personal', + 549358 => 'Personal', + 549362 => 'Personal', + 549364 => 'Personal', + 549370 => 'Personal', + 549371 => 'Personal', + 549372 => 'Personal', + 549373 => 'Personal', + 549374 => 'Personal', + 549375 => 'Personal', + 549376 => 'Personal', + 549377 => 'Personal', + 549378 => 'Personal', + 549379 => 'Personal', + 549380 => 'Personal', + 549381 => 'Personal', + 549382 => 'Personal', + 549383 => 'Personal', + 549384 => 'Personal', + 549385 => 'Personal', + 549386 => 'Personal', + 549387 => 'Personal', + 549388 => 'Personal', + 549389 => 'Personal', +); diff --git a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/55.php b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/55.php index 42d5b11..3ac4424 100644 --- a/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/55.php +++ b/Classes/Contrib/giggsey/libphonenumber-for-php/src/libphonenumber/carrier/data/en/55.php @@ -1,9468 +1,9468 @@ 'Vivo', - 551195473 => 'Vivo', - 551195474 => 'Vivo', - 551195769 => 'Vivo', - 55119577 => 'Vivo', - 551195780 => 'Vivo', - 551195781 => 'Vivo', - 551195782 => 'Vivo', - 551195783 => 'Vivo', - 551195784 => 'Vivo', - 551195785 => 'Vivo', - 551195786 => 'Vivo', - 551196057 => 'Vivo', - 551196058 => 'Vivo', - 551196059 => 'Vivo', - 551196060 => 'Vivo', - 551196168 => 'Claro BR', - 551196169 => 'Claro BR', - 55119617 => 'Claro BR', - 551196180 => 'Claro BR', - 551196181 => 'Claro BR', - 551196182 => 'Vivo', - 551196183 => 'Vivo', - 551196184 => 'Vivo', - 551196185 => 'Vivo', - 551196186 => 'Vivo', - 551196187 => 'Vivo', - 551196188 => 'Vivo', - 551196189 => 'Vivo', - 55119619 => 'Vivo', - 55119630 => 'Claro BR', - 55119631 => 'Claro BR', - 55119632 => 'Claro BR', - 55119633 => 'Claro BR', - 55119637 => 'Vivo', - 55119638 => 'Vivo', - 55119639 => 'Vivo', - 55119640 => 'Vivo', - 55119641 => 'Vivo', - 55119647 => 'Vivo', - 55119648 => 'Vivo', - 55119649 => 'Vivo', - 55119657 => 'Claro BR', - 55119658 => 'Claro BR', - 55119659 => 'Claro BR', - 55119660 => 'Claro BR', - 55119661 => 'Claro BR', - 55119662 => 'Claro BR', - 55119663 => 'Claro BR', - 55119664 => 'Claro BR', - 551196650 => 'Claro BR', - 55119684 => 'Vivo', - 55119685 => 'Vivo', - 551196860 => 'Vivo', - 551196861 => 'Vivo', - 551196862 => 'Vivo', - 551196863 => 'Vivo', - 551196864 => 'Vivo', - 551196865 => 'Vivo', - 551196866 => 'Vivo', - 55119690 => 'Vivo', - 551196910 => 'Vivo', - 551196911 => 'Vivo', - 551196912 => 'Vivo', - 551196913 => 'Vivo', - 551196914 => 'Claro BR', - 551196915 => 'Claro BR', - 551196916 => 'Claro BR', - 551196917 => 'Claro BR', - 551196918 => 'Claro BR', - 551196919 => 'Claro BR', - 55119692 => 'Claro BR', - 551196930 => 'Claro BR', - 551196931 => 'Claro BR', - 551197011 => 'TIM', - 551197012 => 'TIM', - 551197013 => 'TIM', - 551197014 => 'TIM', - 551197015 => 'TIM', - 551197016 => 'TIM', - 551197017 => 'TIM', - 551197018 => 'TIM', - 551197019 => 'TIM', - 55119702 => 'TIM', - 551197030 => 'TIM', - 551197031 => 'TIM', - 551197032 => 'TIM', - 551197033 => 'TIM', - 551197034 => 'TIM', - 551197035 => 'TIM', - 551197036 => 'TIM', - 551197037 => 'TIM', - 551197038 => 'TIM', - 551197049 => 'TIM', - 551197050 => 'TIM', - 551197051 => 'TIM', - 551197052 => 'Claro BR', - 551197053 => 'Claro BR', - 551197054 => 'Claro BR', - 551197055 => 'Claro BR', - 551197056 => 'Claro BR', - 551197057 => 'Claro BR', - 551197058 => 'Claro BR', - 551197059 => 'Claro BR', - 55119706 => 'Claro BR', - 55119707 => 'Claro BR', - 551197080 => 'Claro BR', - 551197081 => 'Claro BR', - 551197082 => 'Claro BR', - 551197083 => 'Claro BR', - 551197084 => 'Claro BR', - 551197085 => 'Claro BR', - 551197086 => 'Claro BR', - 551197087 => 'Vivo', - 551197088 => 'Vivo', - 551197089 => 'Vivo', - 55119709 => 'Vivo', - 5511971 => 'Vivo', - 5511972 => 'Vivo', - 5511973 => 'Vivo', - 5511974 => 'Vivo', - 5511975 => 'Vivo', - 5511976 => 'Claro BR', - 551197968 => 'Claro BR', - 551197969 => 'Claro BR', - 551197970 => 'Claro BR', - 551197971 => 'Oi', - 551197972 => 'Oi', - 551197973 => 'Oi', - 551197974 => 'Oi', - 551197975 => 'Oi', - 551197976 => 'Oi', - 551197977 => 'Oi', - 551197978 => 'Oi', - 551197979 => 'Oi', - 55119798 => 'Oi', - 551197990 => 'Oi', - 551197991 => 'Oi', - 551197992 => 'Oi', - 551197993 => 'Oi', - 551197994 => 'Oi', - 551197995 => 'Oi', - 551198023 => 'Oi', - 551198024 => 'Oi', - 551198025 => 'Oi', - 551198026 => 'Oi', - 551198027 => 'Oi', - 551198028 => 'Oi', - 551198029 => 'Oi', - 55119803 => 'Oi', - 55119804 => 'Oi', - 55119805 => 'Oi', - 55119806 => 'Oi', - 55119807 => 'Oi', - 55119808 => 'Oi', - 55119809 => 'Oi', - 5511981 => 'TIM', - 5511982 => 'TIM', - 5511983 => 'TIM', - 5511984 => 'TIM', - 5511985 => 'TIM', - 5511986 => 'TIM', - 5511987 => 'TIM', - 5511988 => 'Claro BR', - 5511989 => 'Claro BR', - 5511991 => 'Claro BR', - 5511992 => 'Claro BR', - 5511993 => 'Claro BR', - 5511994 => 'Claro BR', - 5511995 => 'Vivo', - 5511996 => 'Vivo', - 5511997 => 'Vivo', - 5511998 => 'Vivo', - 5511999 => 'Vivo', - 551298111 => 'TIM', - 551298112 => 'TIM', - 551298113 => 'TIM', - 551298114 => 'TIM', - 551298115 => 'TIM', - 551298116 => 'TIM', - 551298117 => 'TIM', - 551298118 => 'TIM', - 551298119 => 'TIM', - 551298121 => 'TIM', - 551298122 => 'TIM', - 551298123 => 'TIM', - 551298124 => 'TIM', - 551298125 => 'TIM', - 551298126 => 'TIM', - 551298127 => 'TIM', - 551298128 => 'TIM', - 551298129 => 'TIM', - 551298131 => 'TIM', - 551298132 => 'TIM', - 551298133 => 'TIM', - 551298134 => 'TIM', - 551298135 => 'TIM', - 551298136 => 'TIM', - 551298137 => 'TIM', - 551298138 => 'TIM', - 551298139 => 'TIM', - 551298141 => 'TIM', - 551298142 => 'TIM', - 551298143 => 'TIM', - 551298144 => 'TIM', - 551298145 => 'TIM', - 551298146 => 'TIM', - 551298147 => 'TIM', - 551298148 => 'TIM', - 551298149 => 'TIM', - 551298151 => 'TIM', - 551298152 => 'TIM', - 551298153 => 'TIM', - 551298154 => 'TIM', - 551298155 => 'TIM', - 551298156 => 'TIM', - 551298157 => 'TIM', - 551298158 => 'TIM', - 551298159 => 'TIM', - 551298161 => 'TIM', - 551298162 => 'TIM', - 551298163 => 'TIM', - 551298164 => 'TIM', - 551298165 => 'TIM', - 551298166 => 'TIM', - 551298167 => 'TIM', - 551298168 => 'TIM', - 551298169 => 'TIM', - 551298171 => 'TIM', - 551298172 => 'TIM', - 551298173 => 'TIM', - 551298174 => 'TIM', - 551298175 => 'TIM', - 551298176 => 'TIM', - 551298177 => 'TIM', - 551298178 => 'TIM', - 551298179 => 'TIM', - 551298181 => 'TIM', - 551298182 => 'TIM', - 551298808 => 'Oi', - 551298809 => 'Oi', - 55129881 => 'Oi', - 551298820 => 'Oi', - 551298821 => 'Oi', - 551298822 => 'Oi', - 551298823 => 'Oi', - 5512991 => 'Claro BR', - 55129920 => 'Claro BR', - 55129921 => 'Claro BR', - 55129922 => 'Claro BR', - 55129923 => 'Claro BR', - 551299240 => 'Claro BR', - 551299241 => 'Claro BR', - 551299242 => 'Claro BR', - 551299243 => 'Claro BR', - 551299244 => 'Claro BR', - 551299245 => 'Claro BR', - 55129960 => 'Vivo', - 55129961 => 'Vivo', - 55129962 => 'Vivo', - 551299630 => 'Vivo', - 551299631 => 'Vivo', - 551299632 => 'Vivo', - 5512997 => 'Vivo', - 551398111 => 'TIM', - 551398112 => 'TIM', - 551398113 => 'TIM', - 551398114 => 'TIM', - 551398115 => 'TIM', - 551398116 => 'TIM', - 551398117 => 'TIM', - 551398118 => 'TIM', - 551398119 => 'TIM', - 551398121 => 'TIM', - 551398122 => 'TIM', - 551398123 => 'TIM', - 551398124 => 'TIM', - 551398125 => 'TIM', - 551398126 => 'TIM', - 551398127 => 'TIM', - 551398128 => 'TIM', - 551398129 => 'TIM', - 551398131 => 'TIM', - 551398132 => 'TIM', - 551398133 => 'TIM', - 551398134 => 'TIM', - 551398135 => 'TIM', - 551398136 => 'TIM', - 551398137 => 'TIM', - 551398138 => 'TIM', - 551398139 => 'TIM', - 551398141 => 'TIM', - 551398142 => 'TIM', - 551398143 => 'TIM', - 551398144 => 'TIM', - 551398145 => 'TIM', - 551398146 => 'TIM', - 551398147 => 'TIM', - 551398149 => 'TIM', - 551398151 => 'TIM', - 551398152 => 'TIM', - 551398153 => 'TIM', - 551398154 => 'TIM', - 551398155 => 'TIM', - 551398156 => 'TIM', - 551398157 => 'TIM', - 551398158 => 'TIM', - 551398159 => 'TIM', - 551398161 => 'TIM', - 551398803 => 'Oi', - 551398804 => 'Oi', - 551398805 => 'Oi', - 551398806 => 'Oi', - 551398807 => 'Oi', - 551398808 => 'Oi', - 551398809 => 'Oi', - 55139881 => 'Oi', - 551398820 => 'Oi', - 5513991 => 'Claro BR', - 55139920 => 'Claro BR', - 551399210 => 'Claro BR', - 551399211 => 'Claro BR', - 55139960 => 'Vivo', - 55139961 => 'Vivo', - 55139962 => 'Vivo', - 551399630 => 'Vivo', - 551399631 => 'Vivo', - 551399632 => 'Vivo', - 551399633 => 'Vivo', - 551399634 => 'Vivo', - 551399635 => 'Vivo', - 551399636 => 'Vivo', - 551399637 => 'Vivo', - 5513997 => 'Vivo', - 551498111 => 'TIM', - 551498112 => 'TIM', - 551498113 => 'TIM', - 551498114 => 'TIM', - 551498115 => 'TIM', - 551498116 => 'TIM', - 551498117 => 'TIM', - 551498118 => 'TIM', - 551498119 => 'TIM', - 551498121 => 'TIM', - 551498122 => 'TIM', - 551498123 => 'TIM', - 551498124 => 'TIM', - 551498125 => 'TIM', - 551498126 => 'TIM', - 551498127 => 'TIM', - 551498128 => 'TIM', - 551498129 => 'TIM', - 551498131 => 'TIM', - 551498132 => 'TIM', - 551498133 => 'TIM', - 551498134 => 'TIM', - 551498135 => 'TIM', - 551498136 => 'TIM', - 551498137 => 'TIM', - 551498138 => 'TIM', - 551498139 => 'TIM', - 551498141 => 'TIM', - 551498142 => 'TIM', - 551498143 => 'TIM', - 551498144 => 'TIM', - 551498145 => 'TIM', - 551498146 => 'TIM', - 551498147 => 'TIM', - 551498148 => 'TIM', - 551498149 => 'TIM', - 551498151 => 'TIM', - 551498152 => 'TIM', - 551498153 => 'TIM', - 551498154 => 'TIM', - 551498155 => 'TIM', - 551498156 => 'TIM', - 551498157 => 'TIM', - 551498158 => 'TIM', - 551498159 => 'TIM', - 551498161 => 'TIM', - 551498162 => 'TIM', - 551498163 => 'TIM', - 551498164 => 'TIM', - 551498165 => 'TIM', - 551498166 => 'TIM', - 551498806 => 'Oi', - 551498807 => 'Oi', - 551498808 => 'Oi', - 551498809 => 'Oi', - 551498810 => 'Oi', - 551498811 => 'Oi', - 551498812 => 'Oi', - 551498813 => 'Oi', - 551498814 => 'Oi', - 551499101 => 'Claro BR', - 551499102 => 'Claro BR', - 551499103 => 'Claro BR', - 551499104 => 'Claro BR', - 551499105 => 'Claro BR', - 551499106 => 'Claro BR', - 551499107 => 'Claro BR', - 551499108 => 'Claro BR', - 551499109 => 'Claro BR', - 551499111 => 'Claro BR', - 551499112 => 'Claro BR', - 551499113 => 'Claro BR', - 551499114 => 'Claro BR', - 551499115 => 'Claro BR', - 551499116 => 'Claro BR', - 551499117 => 'Claro BR', - 551499118 => 'Claro BR', - 551499119 => 'Claro BR', - 551499121 => 'Claro BR', - 551499122 => 'Claro BR', - 551499123 => 'Claro BR', - 551499124 => 'Claro BR', - 551499125 => 'Claro BR', - 551499126 => 'Claro BR', - 551499127 => 'Claro BR', - 551499128 => 'Claro BR', - 551499129 => 'Claro BR', - 551499131 => 'Claro BR', - 551499132 => 'Claro BR', - 551499133 => 'Claro BR', - 551499134 => 'Claro BR', - 551499135 => 'Claro BR', - 551499136 => 'Claro BR', - 551499137 => 'Claro BR', - 551499138 => 'Claro BR', - 551499141 => 'Claro BR', - 551499142 => 'Claro BR', - 551499143 => 'Claro BR', - 551499146 => 'Claro BR', - 551499147 => 'Claro BR', - 551499148 => 'Claro BR', - 551499149 => 'Claro BR', - 551499151 => 'Claro BR', - 551499152 => 'Claro BR', - 551499153 => 'Claro BR', - 551499154 => 'Claro BR', - 551499155 => 'Claro BR', - 551499156 => 'Claro BR', - 551499157 => 'Claro BR', - 551499161 => 'Claro BR', - 551499162 => 'Claro BR', - 551499163 => 'Claro BR', - 551499164 => 'Claro BR', - 551499165 => 'Claro BR', - 551499166 => 'Claro BR', - 551499167 => 'Claro BR', - 551499168 => 'Claro BR', - 551499169 => 'Claro BR', - 551499171 => 'Claro BR', - 551499172 => 'Claro BR', - 551499173 => 'Claro BR', - 551499174 => 'Claro BR', - 551499175 => 'Claro BR', - 551499176 => 'Claro BR', - 551499177 => 'Claro BR', - 551499178 => 'Claro BR', - 551499179 => 'Claro BR', - 551499181 => 'Claro BR', - 551499182 => 'Claro BR', - 551499183 => 'Claro BR', - 551499184 => 'Claro BR', - 551499185 => 'Claro BR', - 551499186 => 'Claro BR', - 551499187 => 'Claro BR', - 551499188 => 'Claro BR', - 551499189 => 'Claro BR', - 551499191 => 'Claro BR', - 551499192 => 'Claro BR', - 551499193 => 'Claro BR', - 551499194 => 'Claro BR', - 551499195 => 'Claro BR', - 551499196 => 'Claro BR', - 551499197 => 'Claro BR', - 5514996 => 'Vivo', - 5514997 => 'Vivo', - 55149980 => 'Vivo', - 55149981 => 'Vivo', - 55149982 => 'Vivo', - 551499830 => 'Vivo', - 551499831 => 'Vivo', - 551499832 => 'Vivo', - 551598111 => 'TIM', - 551598112 => 'TIM', - 551598113 => 'TIM', - 551598114 => 'TIM', - 551598115 => 'TIM', - 551598116 => 'TIM', - 551598117 => 'TIM', - 551598118 => 'TIM', - 551598119 => 'TIM', - 551598121 => 'TIM', - 551598122 => 'TIM', - 551598123 => 'TIM', - 551598124 => 'TIM', - 551598125 => 'TIM', - 551598126 => 'TIM', - 551598127 => 'TIM', - 551598128 => 'TIM', - 551598129 => 'TIM', - 551598131 => 'TIM', - 551598132 => 'TIM', - 551598133 => 'TIM', - 551598134 => 'TIM', - 551598135 => 'TIM', - 551598136 => 'TIM', - 551598138 => 'TIM', - 551598139 => 'TIM', - 551598141 => 'TIM', - 551598804 => 'Oi', - 551598805 => 'Oi', - 551598806 => 'Oi', - 551598807 => 'Oi', - 551598808 => 'Oi', - 551598809 => 'Oi', - 551598810 => 'Oi', - 551598813 => 'Oi', - 551598814 => 'Oi', - 551598815 => 'Oi', - 551599101 => 'Claro BR', - 551599102 => 'Claro BR', - 551599103 => 'Claro BR', - 551599104 => 'Claro BR', - 551599105 => 'Claro BR', - 551599106 => 'Claro BR', - 551599107 => 'Claro BR', - 551599108 => 'Claro BR', - 551599109 => 'Claro BR', - 551599111 => 'Claro BR', - 551599112 => 'Claro BR', - 551599113 => 'Claro BR', - 551599114 => 'Claro BR', - 551599115 => 'Claro BR', - 551599116 => 'Claro BR', - 551599117 => 'Claro BR', - 551599118 => 'Claro BR', - 551599119 => 'Claro BR', - 551599121 => 'Claro BR', - 551599122 => 'Claro BR', - 551599123 => 'Claro BR', - 551599124 => 'Claro BR', - 551599125 => 'Claro BR', - 551599126 => 'Claro BR', - 551599127 => 'Claro BR', - 551599128 => 'Claro BR', - 551599129 => 'Claro BR', - 551599131 => 'Claro BR', - 551599132 => 'Claro BR', - 551599133 => 'Claro BR', - 551599134 => 'Claro BR', - 551599135 => 'Claro BR', - 551599136 => 'Claro BR', - 551599137 => 'Claro BR', - 551599138 => 'Claro BR', - 551599139 => 'Claro BR', - 551599141 => 'Claro BR', - 551599142 => 'Claro BR', - 551599143 => 'Claro BR', - 551599144 => 'Claro BR', - 551599145 => 'Claro BR', - 551599146 => 'Claro BR', - 551599147 => 'Claro BR', - 551599148 => 'Claro BR', - 551599149 => 'Claro BR', - 551599151 => 'Claro BR', - 551599152 => 'Claro BR', - 551599153 => 'Claro BR', - 551599154 => 'Claro BR', - 551599155 => 'Claro BR', - 551599156 => 'Claro BR', - 551599157 => 'Claro BR', - 551599158 => 'Claro BR', - 551599159 => 'Claro BR', - 551599161 => 'Claro BR', - 551599162 => 'Claro BR', - 551599163 => 'Claro BR', - 551599164 => 'Claro BR', - 551599165 => 'Claro BR', - 551599166 => 'Claro BR', - 551599167 => 'Claro BR', - 551599168 => 'Claro BR', - 551599169 => 'Claro BR', - 551599171 => 'Claro BR', - 551599172 => 'Claro BR', - 551599173 => 'Claro BR', - 551599174 => 'Claro BR', - 551599175 => 'Claro BR', - 551599176 => 'Claro BR', - 551599177 => 'Claro BR', - 551599178 => 'Claro BR', - 551599179 => 'Claro BR', - 551599181 => 'Claro BR', - 551599182 => 'Claro BR', - 551599183 => 'Claro BR', - 551599184 => 'Claro BR', - 551599185 => 'Claro BR', - 551599186 => 'Claro BR', - 551599187 => 'Claro BR', - 551599188 => 'Claro BR', - 551599201 => 'Claro BR', - 55159960 => 'Vivo', - 55159961 => 'Vivo', - 55159962 => 'Vivo', - 55159963 => 'Vivo', - 55159964 => 'Vivo', - 55159965 => 'Vivo', - 55159966 => 'Vivo', - 55159967 => 'Vivo', - 55159968 => 'Vivo', - 551599690 => 'Vivo', - 551599691 => 'Vivo', - 551599692 => 'Vivo', - 551599693 => 'Vivo', - 551599694 => 'Vivo', - 551599695 => 'Vivo', - 551599696 => 'Vivo', - 551599697 => 'Vivo', - 5515997 => 'Vivo', - 551698111 => 'TIM', - 551698112 => 'TIM', - 551698113 => 'TIM', - 551698114 => 'TIM', - 551698115 => 'TIM', - 551698116 => 'TIM', - 551698117 => 'TIM', - 551698118 => 'TIM', - 551698119 => 'TIM', - 551698121 => 'TIM', - 551698122 => 'TIM', - 551698123 => 'TIM', - 551698124 => 'TIM', - 551698125 => 'TIM', - 551698126 => 'TIM', - 551698127 => 'TIM', - 551698128 => 'TIM', - 551698129 => 'TIM', - 551698131 => 'TIM', - 551698132 => 'TIM', - 551698133 => 'TIM', - 551698134 => 'TIM', - 551698135 => 'TIM', - 551698136 => 'TIM', - 551698137 => 'TIM', - 551698138 => 'TIM', - 551698139 => 'TIM', - 551698141 => 'TIM', - 551698142 => 'TIM', - 551698143 => 'TIM', - 551698144 => 'TIM', - 551698145 => 'TIM', - 551698146 => 'TIM', - 551698147 => 'TIM', - 551698148 => 'TIM', - 551698149 => 'TIM', - 551698151 => 'TIM', - 551698152 => 'TIM', - 551698153 => 'TIM', - 551698154 => 'TIM', - 551698155 => 'TIM', - 551698156 => 'TIM', - 551698157 => 'TIM', - 551698158 => 'TIM', - 551698159 => 'TIM', - 551698161 => 'TIM', - 551698162 => 'TIM', - 551698163 => 'TIM', - 551698164 => 'TIM', - 551698165 => 'TIM', - 551698166 => 'TIM', - 551698167 => 'TIM', - 551698168 => 'TIM', - 551698169 => 'TIM', - 551698171 => 'TIM', - 551698172 => 'TIM', - 551698173 => 'TIM', - 551698174 => 'TIM', - 551698175 => 'TIM', - 551698176 => 'TIM', - 551698177 => 'TIM', - 551698178 => 'TIM', - 551698179 => 'TIM', - 551698181 => 'TIM', - 551698182 => 'TIM', - 551698183 => 'TIM', - 551698184 => 'TIM', - 551698803 => 'Oi', - 551698804 => 'Oi', - 551698805 => 'Oi', - 551698806 => 'Oi', - 551698807 => 'Oi', - 551698808 => 'Oi', - 551698809 => 'Oi', - 55169881 => 'Oi', - 551698820 => 'Oi', - 551698821 => 'Oi', - 551698822 => 'Oi', - 551698823 => 'Oi', - 5516991 => 'Claro BR', - 5516992 => 'Claro BR', - 55169930 => 'Claro BR', - 55169931 => 'Claro BR', - 55169932 => 'Claro BR', - 55169933 => 'Claro BR', - 55169934 => 'Claro BR', - 55169935 => 'Claro BR', - 551699360 => 'Claro BR', - 551699361 => 'Claro BR', - 551699362 => 'Claro BR', - 551699363 => 'Claro BR', - 551699364 => 'Claro BR', - 551699601 => 'Vivo', - 551699606 => 'Vivo', - 551699607 => 'Vivo', - 551699608 => 'Vivo', - 551699609 => 'Vivo', - 551699701 => 'Vivo', - 551699702 => 'Vivo', - 551699703 => 'Vivo', - 551699704 => 'Vivo', - 551699705 => 'Vivo', - 551699706 => 'Vivo', - 551699707 => 'Vivo', - 551699708 => 'Vivo', - 551699709 => 'Vivo', - 551699711 => 'Vivo', - 551699712 => 'Vivo', - 551699713 => 'Vivo', - 551699714 => 'Vivo', - 551699715 => 'Vivo', - 551699716 => 'Vivo', - 551699717 => 'Vivo', - 551699718 => 'Vivo', - 551699719 => 'Vivo', - 551699721 => 'Vivo', - 551699722 => 'Vivo', - 551699723 => 'Vivo', - 551699724 => 'Vivo', - 551699725 => 'Vivo', - 551699726 => 'Vivo', - 551699727 => 'Vivo', - 551699728 => 'Vivo', - 551699729 => 'Vivo', - 551699731 => 'Vivo', - 551699732 => 'Vivo', - 551699733 => 'Vivo', - 551699734 => 'Vivo', - 551699735 => 'Vivo', - 551699736 => 'Vivo', - 551699737 => 'Vivo', - 551699738 => 'Vivo', - 551699739 => 'Vivo', - 551699741 => 'Vivo', - 551699742 => 'Vivo', - 551699743 => 'Vivo', - 551699744 => 'Vivo', - 551699745 => 'Vivo', - 551699746 => 'Vivo', - 551699747 => 'Vivo', - 551699748 => 'Vivo', - 551699749 => 'Vivo', - 551699751 => 'Vivo', - 551699752 => 'Vivo', - 551699753 => 'Vivo', - 551699754 => 'Vivo', - 551699755 => 'Vivo', - 551699756 => 'Vivo', - 551699757 => 'Vivo', - 551699758 => 'Vivo', - 551699759 => 'Vivo', - 551699761 => 'Vivo', - 551699762 => 'Vivo', - 551699763 => 'Vivo', - 551699764 => 'Vivo', - 551699765 => 'Vivo', - 551699766 => 'Vivo', - 551699767 => 'Vivo', - 551699768 => 'Vivo', - 551699769 => 'Vivo', - 551699770 => 'Vivo', - 551699771 => 'Vivo', - 551699772 => 'Vivo', - 551699773 => 'Vivo', - 551699774 => 'Vivo', - 551699775 => 'Vivo', - 551699776 => 'Vivo', - 551699777 => 'Vivo', - 551699778 => 'Vivo', - 551699780 => 'Vivo', - 551699781 => 'Vivo', - 551699782 => 'Vivo', - 551699783 => 'Vivo', - 551699784 => 'Vivo', - 551699785 => 'Vivo', - 551699786 => 'Vivo', - 551699787 => 'Vivo', - 551699788 => 'Vivo', - 551699791 => 'Vivo', - 551699792 => 'Vivo', - 551699793 => 'Vivo', - 551699794 => 'Vivo', - 551699796 => 'Vivo', - 551699961 => 'Vivo', - 551699962 => 'Vivo', - 551699963 => 'Vivo', - 551699964 => 'Vivo', - 551699975 => 'Vivo', - 551699991 => 'Vivo', - 551699992 => 'Vivo', - 551699993 => 'Vivo', - 551699994 => 'Vivo', - 551798111 => 'TIM', - 551798112 => 'TIM', - 551798113 => 'TIM', - 551798114 => 'TIM', - 551798115 => 'TIM', - 551798116 => 'TIM', - 551798117 => 'TIM', - 551798118 => 'TIM', - 551798119 => 'TIM', - 551798121 => 'TIM', - 551798122 => 'TIM', - 551798123 => 'TIM', - 551798124 => 'TIM', - 551798125 => 'TIM', - 551798126 => 'TIM', - 551798127 => 'TIM', - 551798128 => 'TIM', - 551798129 => 'TIM', - 551798131 => 'TIM', - 551798132 => 'TIM', - 551798133 => 'TIM', - 551798134 => 'TIM', - 551798135 => 'TIM', - 551798136 => 'TIM', - 551798137 => 'TIM', - 551798138 => 'TIM', - 551798139 => 'TIM', - 551798141 => 'TIM', - 551798142 => 'TIM', - 551798143 => 'TIM', - 551798144 => 'TIM', - 551798145 => 'TIM', - 551798146 => 'TIM', - 551798147 => 'TIM', - 551798148 => 'TIM', - 551798149 => 'TIM', - 551798151 => 'TIM', - 551798152 => 'TIM', - 551798153 => 'TIM', - 551798154 => 'TIM', - 551798155 => 'TIM', - 551798156 => 'TIM', - 551798803 => 'Oi', - 551798804 => 'Oi', - 551798805 => 'Oi', - 551798806 => 'Oi', - 551798807 => 'Oi', - 551798808 => 'Oi', - 551798809 => 'Oi', - 551798810 => 'Oi', - 551798811 => 'Oi', - 551798812 => 'Oi', - 551798813 => 'Oi', - 5517991 => 'Claro BR', - 55179920 => 'Claro BR', - 55179921 => 'Claro BR', - 55179922 => 'Claro BR', - 551799230 => 'Claro BR', - 551799231 => 'Claro BR', - 551799232 => 'Claro BR', - 551799233 => 'Claro BR', - 551799234 => 'Claro BR', - 551799235 => 'Claro BR', - 551799236 => 'Claro BR', - 551799601 => 'Vivo', - 551799602 => 'Vivo', - 551799603 => 'Vivo', - 551799604 => 'Vivo', - 551799605 => 'Vivo', - 551799606 => 'Vivo', - 551799607 => 'Vivo', - 551799608 => 'Vivo', - 551799609 => 'Vivo', - 551799611 => 'Vivo', - 551799612 => 'Vivo', - 551799613 => 'Vivo', - 551799614 => 'Vivo', - 551799615 => 'Vivo', - 551799616 => 'Vivo', - 551799617 => 'Vivo', - 551799618 => 'Vivo', - 551799619 => 'Vivo', - 551799621 => 'Vivo', - 551799622 => 'Vivo', - 551799623 => 'Vivo', - 551799624 => 'Vivo', - 551799625 => 'Vivo', - 551799626 => 'Vivo', - 551799627 => 'Vivo', - 551799628 => 'Vivo', - 551799629 => 'Vivo', - 551799631 => 'Vivo', - 551799632 => 'Vivo', - 551799633 => 'Vivo', - 551799634 => 'Vivo', - 551799635 => 'Vivo', - 551799636 => 'Vivo', - 551799637 => 'Vivo', - 551799638 => 'Vivo', - 551799639 => 'Vivo', - 551799641 => 'Vivo', - 551799642 => 'Vivo', - 551799643 => 'Vivo', - 551799644 => 'Vivo', - 551799645 => 'Vivo', - 551799646 => 'Vivo', - 551799701 => 'Vivo', - 551799702 => 'Vivo', - 551799703 => 'Vivo', - 551799704 => 'Vivo', - 551799705 => 'Vivo', - 551799706 => 'Vivo', - 551799707 => 'Vivo', - 551799708 => 'Vivo', - 551799709 => 'Vivo', - 551799711 => 'Vivo', - 551799712 => 'Vivo', - 551799713 => 'Vivo', - 551799714 => 'Vivo', - 551799715 => 'Vivo', - 551799716 => 'Vivo', - 551799717 => 'Vivo', - 551799718 => 'Vivo', - 551799719 => 'Vivo', - 551799721 => 'Vivo', - 551799722 => 'Vivo', - 551799723 => 'Vivo', - 551799724 => 'Vivo', - 551799725 => 'Vivo', - 551799726 => 'Vivo', - 551799727 => 'Vivo', - 551799728 => 'Vivo', - 551799729 => 'Vivo', - 551799731 => 'Vivo', - 551799732 => 'Vivo', - 551799733 => 'Vivo', - 551799734 => 'Vivo', - 551799735 => 'Vivo', - 551799736 => 'Vivo', - 551799737 => 'Vivo', - 551799738 => 'Vivo', - 551799739 => 'Vivo', - 551799741 => 'Vivo', - 551799742 => 'Vivo', - 551799743 => 'Vivo', - 551799744 => 'Vivo', - 551799745 => 'Vivo', - 551799746 => 'Vivo', - 551799747 => 'Vivo', - 551799748 => 'Vivo', - 551799749 => 'Vivo', - 551799751 => 'Vivo', - 551799752 => 'Vivo', - 551799753 => 'Vivo', - 551799754 => 'Vivo', - 551799755 => 'Vivo', - 551799756 => 'Vivo', - 551799757 => 'Vivo', - 551799758 => 'Vivo', - 551799759 => 'Vivo', - 551799761 => 'Vivo', - 551799762 => 'Vivo', - 551799763 => 'Vivo', - 551799764 => 'Vivo', - 551799765 => 'Vivo', - 551799766 => 'Vivo', - 551799767 => 'Vivo', - 551799768 => 'Vivo', - 551799769 => 'Vivo', - 551799771 => 'Vivo', - 551799772 => 'Vivo', - 551799773 => 'Vivo', - 551799774 => 'Vivo', - 551799775 => 'Vivo', - 551799776 => 'Vivo', - 551799777 => 'Vivo', - 551799778 => 'Vivo', - 551799779 => 'Vivo', - 551799780 => 'Vivo', - 551799783 => 'Vivo', - 551799784 => 'Vivo', - 551799785 => 'Vivo', - 551799791 => 'Vivo', - 551898111 => 'TIM', - 551898112 => 'TIM', - 551898113 => 'TIM', - 551898114 => 'TIM', - 551898115 => 'TIM', - 551898116 => 'TIM', - 551898117 => 'TIM', - 551898118 => 'TIM', - 551898119 => 'TIM', - 551898121 => 'TIM', - 551898122 => 'TIM', - 551898123 => 'TIM', - 551898124 => 'TIM', - 551898125 => 'TIM', - 551898126 => 'TIM', - 551898127 => 'TIM', - 551898128 => 'TIM', - 551898129 => 'TIM', - 551898131 => 'TIM', - 551898132 => 'TIM', - 551898133 => 'TIM', - 551898134 => 'TIM', - 551898135 => 'TIM', - 551898136 => 'TIM', - 551898137 => 'TIM', - 551898138 => 'TIM', - 551898139 => 'TIM', - 551898141 => 'TIM', - 551898142 => 'TIM', - 551898143 => 'TIM', - 551898144 => 'TIM', - 551898145 => 'TIM', - 551898146 => 'TIM', - 551898147 => 'TIM', - 551898148 => 'TIM', - 551898149 => 'TIM', - 551898151 => 'TIM', - 551898810 => 'Oi', - 551898811 => 'Oi', - 55189910 => 'Claro BR', - 55189911 => 'Claro BR', - 55189912 => 'Claro BR', - 55189913 => 'Claro BR', - 55189914 => 'Claro BR', - 55189915 => 'Claro BR', - 55189916 => 'Claro BR', - 55189917 => 'Claro BR', - 551899180 => 'Claro BR', - 551899197 => 'Claro BR', - 551899198 => 'Claro BR', - 551899199 => 'Claro BR', - 551899601 => 'Vivo', - 551899602 => 'Vivo', - 551899603 => 'Vivo', - 551899604 => 'Vivo', - 551899605 => 'Vivo', - 551899606 => 'Vivo', - 551899607 => 'Vivo', - 551899608 => 'Vivo', - 551899609 => 'Vivo', - 551899611 => 'Vivo', - 551899612 => 'Vivo', - 551899613 => 'Vivo', - 551899614 => 'Vivo', - 551899615 => 'Vivo', - 551899616 => 'Vivo', - 551899617 => 'Vivo', - 551899618 => 'Vivo', - 551899621 => 'Vivo', - 551899622 => 'Vivo', - 551899623 => 'Vivo', - 551899624 => 'Vivo', - 551899625 => 'Vivo', - 551899626 => 'Vivo', - 551899627 => 'Vivo', - 551899628 => 'Vivo', - 551899629 => 'Vivo', - 551899631 => 'Vivo', - 551899632 => 'Vivo', - 551899633 => 'Vivo', - 551899634 => 'Vivo', - 551899635 => 'Vivo', - 551899636 => 'Vivo', - 551899637 => 'Vivo', - 551899638 => 'Vivo', - 551899639 => 'Vivo', - 551899641 => 'Vivo', - 551899642 => 'Vivo', - 551899643 => 'Vivo', - 551899644 => 'Vivo', - 551899645 => 'Vivo', - 551899646 => 'Vivo', - 551899647 => 'Vivo', - 551899648 => 'Vivo', - 551899649 => 'Vivo', - 551899651 => 'Vivo', - 551899652 => 'Vivo', - 551899653 => 'Vivo', - 551899654 => 'Vivo', - 551899655 => 'Vivo', - 551899656 => 'Vivo', - 551899657 => 'Vivo', - 551899658 => 'Vivo', - 551899659 => 'Vivo', - 551899661 => 'Vivo', - 551899662 => 'Vivo', - 551899663 => 'Vivo', - 551899664 => 'Vivo', - 551899665 => 'Vivo', - 551899666 => 'Vivo', - 551899667 => 'Vivo', - 551899668 => 'Vivo', - 551899669 => 'Vivo', - 551899671 => 'Vivo', - 551899672 => 'Vivo', - 551899673 => 'Vivo', - 551899674 => 'Vivo', - 551899675 => 'Vivo', - 551899676 => 'Vivo', - 551899677 => 'Vivo', - 551899678 => 'Vivo', - 551899679 => 'Vivo', - 551899681 => 'Vivo', - 551899682 => 'Vivo', - 551899683 => 'Vivo', - 551899684 => 'Vivo', - 551899685 => 'Vivo', - 551899686 => 'Vivo', - 551899687 => 'Vivo', - 551899701 => 'Vivo', - 551899702 => 'Vivo', - 551899703 => 'Vivo', - 551899704 => 'Vivo', - 551899705 => 'Vivo', - 551899706 => 'Vivo', - 551899707 => 'Vivo', - 551899708 => 'Vivo', - 551899709 => 'Vivo', - 551899711 => 'Vivo', - 551899712 => 'Vivo', - 551899713 => 'Vivo', - 551899714 => 'Vivo', - 551899715 => 'Vivo', - 551899716 => 'Vivo', - 551899717 => 'Vivo', - 551899718 => 'Vivo', - 551899719 => 'Vivo', - 551899721 => 'Vivo', - 551899722 => 'Vivo', - 551899723 => 'Vivo', - 551899724 => 'Vivo', - 551899725 => 'Vivo', - 551899726 => 'Vivo', - 551899727 => 'Vivo', - 551899728 => 'Vivo', - 551899729 => 'Vivo', - 551899731 => 'Vivo', - 551899732 => 'Vivo', - 551899733 => 'Vivo', - 551899734 => 'Vivo', - 551899735 => 'Vivo', - 551899736 => 'Vivo', - 551899737 => 'Vivo', - 551899738 => 'Vivo', - 551899739 => 'Vivo', - 551899741 => 'Vivo', - 551899742 => 'Vivo', - 551899743 => 'Vivo', - 551899744 => 'Vivo', - 551899745 => 'Vivo', - 551899746 => 'Vivo', - 551899747 => 'Vivo', - 551899748 => 'Vivo', - 551899749 => 'Vivo', - 551899751 => 'Vivo', - 551899752 => 'Vivo', - 551899753 => 'Vivo', - 551899754 => 'Vivo', - 551899755 => 'Vivo', - 551899756 => 'Vivo', - 551899757 => 'Vivo', - 551899758 => 'Vivo', - 551899759 => 'Vivo', - 551899761 => 'Vivo', - 551899762 => 'Vivo', - 551899763 => 'Vivo', - 551899764 => 'Vivo', - 551899765 => 'Vivo', - 551899766 => 'Vivo', - 551899767 => 'Vivo', - 551899768 => 'Vivo', - 551899771 => 'Vivo', - 551899772 => 'Vivo', - 551899773 => 'Vivo', - 551899774 => 'Vivo', - 551899775 => 'Vivo', - 551899776 => 'Vivo', - 551899777 => 'Vivo', - 551899778 => 'Vivo', - 551899779 => 'Vivo', - 55189978 => 'Vivo', - 551899791 => 'Vivo', - 551899792 => 'Vivo', - 551899793 => 'Vivo', - 551899794 => 'Vivo', - 551899795 => 'Vivo', - 551899796 => 'Vivo', - 551899797 => 'Vivo', - 551899798 => 'Vivo', - 551899799 => 'Vivo', - 5519981 => 'TIM', - 551998201 => 'TIM', - 551998202 => 'TIM', - 551998203 => 'TIM', - 551998204 => 'TIM', - 551998205 => 'TIM', - 551998206 => 'TIM', - 551998207 => 'TIM', - 551998208 => 'TIM', - 551998209 => 'TIM', - 551998211 => 'TIM', - 551998212 => 'TIM', - 551998213 => 'TIM', - 551998214 => 'TIM', - 551998215 => 'TIM', - 551998216 => 'TIM', - 551998217 => 'TIM', - 551998218 => 'TIM', - 551998219 => 'TIM', - 551998221 => 'TIM', - 551998222 => 'TIM', - 551998223 => 'TIM', - 551998224 => 'TIM', - 551998225 => 'TIM', - 551998226 => 'TIM', - 551998227 => 'TIM', - 551998229 => 'TIM', - 5519991 => 'Claro BR', - 5519992 => 'Claro BR', - 5519993 => 'Claro BR', - 5519994 => 'Claro BR', - 551999500 => 'Claro BR', - 551999501 => 'Claro BR', - 551999502 => 'Claro BR', - 551999503 => 'Claro BR', - 551999504 => 'Claro BR', - 551999505 => 'Claro BR', - 551999506 => 'Claro BR', - 551999507 => 'Claro BR', - 551999508 => 'Claro BR', - 551999601 => 'Vivo', - 551999602 => 'Vivo', - 551999603 => 'Vivo', - 551999604 => 'Vivo', - 551999605 => 'Vivo', - 551999606 => 'Vivo', - 551999607 => 'Vivo', - 551999608 => 'Vivo', - 551999609 => 'Vivo', - 55199961 => 'Vivo', - 551999621 => 'Vivo', - 551999622 => 'Vivo', - 551999623 => 'Vivo', - 551999624 => 'Vivo', - 551999625 => 'Vivo', - 551999626 => 'Vivo', - 551999627 => 'Vivo', - 551999628 => 'Vivo', - 551999629 => 'Vivo', - 551999631 => 'Vivo', - 551999632 => 'Vivo', - 551999633 => 'Vivo', - 551999634 => 'Vivo', - 551999635 => 'Vivo', - 551999636 => 'Vivo', - 551999637 => 'Vivo', - 551999638 => 'Vivo', - 551999639 => 'Vivo', - 551999641 => 'Vivo', - 551999642 => 'Vivo', - 551999643 => 'Vivo', - 551999644 => 'Vivo', - 551999645 => 'Vivo', - 551999646 => 'Vivo', - 551999647 => 'Vivo', - 551999648 => 'Vivo', - 551999649 => 'Vivo', - 551999651 => 'Vivo', - 551999652 => 'Vivo', - 551999653 => 'Vivo', - 551999654 => 'Vivo', - 551999655 => 'Vivo', - 551999656 => 'Vivo', - 551999657 => 'Vivo', - 551999658 => 'Vivo', - 551999659 => 'Vivo', - 551999661 => 'Vivo', - 551999662 => 'Vivo', - 551999663 => 'Vivo', - 551999664 => 'Vivo', - 551999665 => 'Vivo', - 551999666 => 'Vivo', - 551999667 => 'Vivo', - 551999668 => 'Vivo', - 551999669 => 'Vivo', - 551999671 => 'Vivo', - 551999672 => 'Vivo', - 551999673 => 'Vivo', - 551999674 => 'Vivo', - 551999675 => 'Vivo', - 551999676 => 'Vivo', - 551999677 => 'Vivo', - 551999678 => 'Vivo', - 551999679 => 'Vivo', - 551999681 => 'Vivo', - 551999682 => 'Vivo', - 551999683 => 'Vivo', - 551999684 => 'Vivo', - 551999685 => 'Vivo', - 551999686 => 'Vivo', - 551999687 => 'Vivo', - 551999688 => 'Vivo', - 551999689 => 'Vivo', - 551999691 => 'Vivo', - 551999692 => 'Vivo', - 551999693 => 'Vivo', - 551999694 => 'Vivo', - 551999695 => 'Vivo', - 551999696 => 'Vivo', - 551999697 => 'Vivo', - 551999698 => 'Vivo', - 551999699 => 'Vivo', - 55199970 => 'Vivo', - 55199971 => 'Vivo', - 55199972 => 'Vivo', - 55199973 => 'Vivo', - 55199974 => 'Vivo', - 551999751 => 'Vivo', - 551999752 => 'Vivo', - 551999753 => 'Vivo', - 551999754 => 'Vivo', - 551999755 => 'Vivo', - 551999756 => 'Vivo', - 551999757 => 'Vivo', - 551999758 => 'Vivo', - 551999759 => 'Vivo', - 551999761 => 'Vivo', - 551999762 => 'Vivo', - 551999763 => 'Vivo', - 551999764 => 'Vivo', - 551999765 => 'Vivo', - 551999766 => 'Vivo', - 551999767 => 'Vivo', - 551999768 => 'Vivo', - 551999769 => 'Vivo', - 551999771 => 'Vivo', - 551999772 => 'Vivo', - 551999773 => 'Vivo', - 551999774 => 'Vivo', - 551999775 => 'Vivo', - 551999776 => 'Vivo', - 551999777 => 'Vivo', - 551999778 => 'Vivo', - 551999779 => 'Vivo', - 55199978 => 'Vivo', - 55199979 => 'Vivo', - 55199980 => 'Vivo', - 55199981 => 'Vivo', - 55199982 => 'Vivo', - 55199983 => 'Vivo', - 55199984 => 'Vivo', - 55199985 => 'Vivo', - 55199986 => 'Vivo', - 55199987 => 'Vivo', - 55199988 => 'Vivo', - 551999890 => 'Vivo', - 5521971 => 'Vivo', - 5521972 => 'Vivo', - 55219730 => 'Claro BR', - 55219731 => 'Claro BR', - 55219732 => 'Claro BR', - 55219733 => 'Claro BR', - 55219734 => 'Claro BR', - 55219735 => 'Claro BR', - 55219736 => 'Claro BR', - 552197370 => 'Claro BR', - 552197371 => 'Claro BR', - 552197372 => 'Claro BR', - 552197373 => 'Claro BR', - 5521974 => 'Claro BR', - 5521975 => 'Claro BR', - 5521976 => 'Claro BR', - 5521981 => 'TIM', - 5521982 => 'TIM', - 552198301 => 'TIM', - 552198302 => 'TIM', - 552198303 => 'TIM', - 552198304 => 'TIM', - 552198305 => 'TIM', - 552198306 => 'TIM', - 552198307 => 'TIM', - 552198308 => 'TIM', - 552198309 => 'TIM', - 552198311 => 'TIM', - 552198312 => 'TIM', - 552198313 => 'TIM', - 552198314 => 'TIM', - 552198315 => 'TIM', - 552198316 => 'TIM', - 552198317 => 'TIM', - 552198318 => 'TIM', - 552198319 => 'TIM', - 552198321 => 'TIM', - 552198322 => 'TIM', - 552198323 => 'TIM', - 552198324 => 'TIM', - 552198325 => 'TIM', - 552198326 => 'TIM', - 552198327 => 'TIM', - 552198328 => 'TIM', - 552198329 => 'TIM', - 552198331 => 'TIM', - 552198332 => 'TIM', - 552198333 => 'TIM', - 552198334 => 'TIM', - 552198335 => 'TIM', - 552198336 => 'TIM', - 552198337 => 'TIM', - 552198338 => 'TIM', - 552198339 => 'TIM', - 552198341 => 'TIM', - 552198342 => 'TIM', - 552198343 => 'TIM', - 552198344 => 'TIM', - 552198345 => 'TIM', - 552198346 => 'TIM', - 552198347 => 'TIM', - 552198348 => 'TIM', - 552198349 => 'TIM', - 552198351 => 'TIM', - 552198352 => 'TIM', - 552198353 => 'TIM', - 552198354 => 'TIM', - 552198355 => 'TIM', - 552198356 => 'TIM', - 552198357 => 'TIM', - 552198358 => 'TIM', - 552198359 => 'TIM', - 552198361 => 'TIM', - 552198362 => 'TIM', - 552198363 => 'TIM', - 552198364 => 'TIM', - 552198365 => 'TIM', - 552198366 => 'TIM', - 552198367 => 'TIM', - 552198368 => 'TIM', - 552198369 => 'TIM', - 552198371 => 'TIM', - 552198372 => 'TIM', - 552198373 => 'TIM', - 552198374 => 'TIM', - 552198375 => 'TIM', - 552198376 => 'TIM', - 552198377 => 'TIM', - 552198378 => 'TIM', - 552198379 => 'TIM', - 552198381 => 'TIM', - 552198382 => 'TIM', - 552198383 => 'TIM', - 552198384 => 'TIM', - 552198385 => 'TIM', - 552198386 => 'TIM', - 552198401 => 'Oi', - 552198402 => 'Oi', - 552198403 => 'Oi', - 552198404 => 'Oi', - 552198405 => 'Oi', - 552198406 => 'Oi', - 552198407 => 'Oi', - 552198408 => 'Oi', - 552198409 => 'Oi', - 552198411 => 'Oi', - 552198412 => 'Oi', - 552198413 => 'Oi', - 552198414 => 'Oi', - 552198415 => 'Oi', - 552198416 => 'Oi', - 552198417 => 'Oi', - 552198418 => 'Oi', - 552198419 => 'Oi', - 5521985 => 'Oi', - 5521986 => 'Oi', - 5521987 => 'Oi', - 5521988 => 'Oi', - 5521989 => 'Oi', - 5521991 => 'Claro BR', - 5521992 => 'Claro BR', - 5521993 => 'Claro BR', - 5521994 => 'Claro BR', - 5521995 => 'Vivo', - 5521996 => 'Vivo', - 5521997 => 'Vivo', - 5521998 => 'Vivo', - 5521999 => 'Vivo', - 552298111 => 'TIM', - 552298112 => 'TIM', - 552298113 => 'TIM', - 552298114 => 'TIM', - 552298115 => 'TIM', - 552298116 => 'TIM', - 552298117 => 'TIM', - 552298118 => 'TIM', - 552298119 => 'TIM', - 552298121 => 'TIM', - 552298122 => 'TIM', - 552298123 => 'TIM', - 552298124 => 'TIM', - 552298125 => 'TIM', - 552298126 => 'TIM', - 552298127 => 'TIM', - 552298128 => 'TIM', - 552298129 => 'TIM', - 552298131 => 'TIM', - 552298132 => 'TIM', - 552298133 => 'TIM', - 552298134 => 'TIM', - 552298135 => 'TIM', - 552298136 => 'TIM', - 552298137 => 'TIM', - 552298138 => 'TIM', - 552298139 => 'TIM', - 552298141 => 'TIM', - 552298142 => 'TIM', - 552298143 => 'TIM', - 552298144 => 'TIM', - 552298145 => 'TIM', - 552298146 => 'TIM', - 552298147 => 'TIM', - 552298148 => 'TIM', - 552298149 => 'TIM', - 552298151 => 'TIM', - 5522985 => 'Oi', - 5522986 => 'Oi', - 5522987 => 'Oi', - 5522988 => 'Oi', - 5522989 => 'Oi', - 552299101 => 'Claro BR', - 552299102 => 'Claro BR', - 552299103 => 'Claro BR', - 552299104 => 'Claro BR', - 552299105 => 'Claro BR', - 552299201 => 'Claro BR', - 552299202 => 'Claro BR', - 552299203 => 'Claro BR', - 552299204 => 'Claro BR', - 552299205 => 'Claro BR', - 552299206 => 'Claro BR', - 552299207 => 'Claro BR', - 552299208 => 'Claro BR', - 552299209 => 'Claro BR', - 552299211 => 'Claro BR', - 552299212 => 'Claro BR', - 552299213 => 'Claro BR', - 552299214 => 'Claro BR', - 552299215 => 'Claro BR', - 552299216 => 'Claro BR', - 552299217 => 'Claro BR', - 552299218 => 'Claro BR', - 552299219 => 'Claro BR', - 552299221 => 'Claro BR', - 552299222 => 'Claro BR', - 552299223 => 'Claro BR', - 552299224 => 'Claro BR', - 552299225 => 'Claro BR', - 552299226 => 'Claro BR', - 552299227 => 'Claro BR', - 552299228 => 'Claro BR', - 552299229 => 'Claro BR', - 552299231 => 'Claro BR', - 552299232 => 'Claro BR', - 552299233 => 'Claro BR', - 552299234 => 'Claro BR', - 552299235 => 'Claro BR', - 552299236 => 'Claro BR', - 552299237 => 'Claro BR', - 552299238 => 'Claro BR', - 552299239 => 'Claro BR', - 552299241 => 'Claro BR', - 552299242 => 'Claro BR', - 552299243 => 'Claro BR', - 552299244 => 'Claro BR', - 552299245 => 'Claro BR', - 552299246 => 'Claro BR', - 552299247 => 'Claro BR', - 552299248 => 'Claro BR', - 552299249 => 'Claro BR', - 552299251 => 'Claro BR', - 552299252 => 'Claro BR', - 552299253 => 'Claro BR', - 552299254 => 'Claro BR', - 552299255 => 'Claro BR', - 552299256 => 'Claro BR', - 552299257 => 'Claro BR', - 552299258 => 'Claro BR', - 552299259 => 'Claro BR', - 552299261 => 'Claro BR', - 552299262 => 'Claro BR', - 552299263 => 'Claro BR', - 552299264 => 'Claro BR', - 552299265 => 'Claro BR', - 552299266 => 'Claro BR', - 552299267 => 'Claro BR', - 552299268 => 'Claro BR', - 552299269 => 'Claro BR', - 552299271 => 'Claro BR', - 552299272 => 'Claro BR', - 552299273 => 'Claro BR', - 552299274 => 'Claro BR', - 552299275 => 'Claro BR', - 552299276 => 'Claro BR', - 552299277 => 'Claro BR', - 552299278 => 'Claro BR', - 552299279 => 'Claro BR', - 552299281 => 'Claro BR', - 552299282 => 'Claro BR', - 552299283 => 'Claro BR', - 552299284 => 'Claro BR', - 552299285 => 'Claro BR', - 552299286 => 'Claro BR', - 552299287 => 'Claro BR', - 552299288 => 'Claro BR', - 552299289 => 'Claro BR', - 55229970 => 'Vivo', - 55229971 => 'Vivo', - 55229972 => 'Vivo', - 55229973 => 'Vivo', - 55229974 => 'Vivo', - 55229975 => 'Vivo', - 552299760 => 'Vivo', - 552299761 => 'Vivo', - 552299762 => 'Vivo', - 552299763 => 'Vivo', - 552299764 => 'Vivo', - 552299765 => 'Vivo', - 552299766 => 'Vivo', - 552299767 => 'Vivo', - 5522998 => 'Vivo', - 5522999 => 'Vivo', - 552498111 => 'TIM', - 552498112 => 'TIM', - 552498113 => 'TIM', - 552498114 => 'TIM', - 552498115 => 'TIM', - 552498116 => 'TIM', - 552498117 => 'TIM', - 552498118 => 'TIM', - 552498119 => 'TIM', - 552498121 => 'TIM', - 552498122 => 'TIM', - 552498123 => 'TIM', - 552498124 => 'TIM', - 552498125 => 'TIM', - 552498126 => 'TIM', - 552498127 => 'TIM', - 552498128 => 'TIM', - 552498129 => 'TIM', - 552498131 => 'TIM', - 552498132 => 'TIM', - 552498133 => 'TIM', - 552498134 => 'TIM', - 552498135 => 'TIM', - 552498136 => 'TIM', - 552498137 => 'TIM', - 552498138 => 'TIM', - 552498139 => 'TIM', - 552498141 => 'TIM', - 552498142 => 'TIM', - 552498143 => 'TIM', - 552498144 => 'TIM', - 552498145 => 'TIM', - 552498182 => 'TIM', - 5524985 => 'Oi', - 5524986 => 'Oi', - 5524987 => 'Oi', - 5524988 => 'Oi', - 5524989 => 'Oi', - 55249920 => 'Claro BR', - 55249921 => 'Claro BR', - 55249922 => 'Claro BR', - 55249923 => 'Claro BR', - 55249924 => 'Claro BR', - 55249925 => 'Claro BR', - 55249926 => 'Claro BR', - 55249927 => 'Claro BR', - 552499280 => 'Claro BR', - 552499281 => 'Claro BR', - 552499282 => 'Claro BR', - 552499291 => 'Claro BR', - 552499292 => 'Claro BR', - 552499293 => 'Claro BR', - 552499294 => 'Claro BR', - 552499295 => 'Claro BR', - 552499296 => 'Claro BR', - 552499297 => 'Claro BR', - 552499298 => 'Claro BR', - 552499299 => 'Claro BR', - 552499301 => 'Claro BR', - 552499395 => 'Claro BR', - 55249962 => 'Vivo', - 55249963 => 'Vivo', - 55249964 => 'Vivo', - 55249965 => 'Vivo', - 55249966 => 'Vivo', - 55249967 => 'Vivo', - 55249968 => 'Vivo', - 55249969 => 'Vivo', - 5524997 => 'Vivo', - 5524998 => 'Vivo', - 55249990 => 'Vivo', - 55249991 => 'Vivo', - 552499920 => 'Vivo', - 552499921 => 'Vivo', - 552499922 => 'Vivo', - 552499923 => 'Vivo', - 552499924 => 'Vivo', - 552499925 => 'Vivo', - 55249994 => 'Vivo', - 55249995 => 'Vivo', - 55249996 => 'Vivo', - 55249997 => 'Vivo', - 55249998 => 'Vivo', - 55249999 => 'Vivo', - 552798111 => 'TIM', - 552798112 => 'TIM', - 552798113 => 'TIM', - 552798114 => 'TIM', - 552798115 => 'TIM', - 552798116 => 'TIM', - 552798117 => 'TIM', - 552798118 => 'TIM', - 552798119 => 'TIM', - 552798121 => 'TIM', - 552798122 => 'TIM', - 552798123 => 'TIM', - 552798124 => 'TIM', - 552798125 => 'TIM', - 552798126 => 'TIM', - 552798127 => 'TIM', - 552798128 => 'TIM', - 552798129 => 'TIM', - 552798131 => 'TIM', - 552798132 => 'TIM', - 552798133 => 'TIM', - 552798134 => 'TIM', - 552798135 => 'TIM', - 552798136 => 'TIM', - 552798137 => 'TIM', - 552798138 => 'TIM', - 552798139 => 'TIM', - 552798141 => 'TIM', - 552798142 => 'TIM', - 552798143 => 'TIM', - 552798144 => 'TIM', - 552798145 => 'TIM', - 552798146 => 'TIM', - 552798147 => 'TIM', - 552798148 => 'TIM', - 552798149 => 'TIM', - 552798151 => 'TIM', - 552798152 => 'TIM', - 552798153 => 'TIM', - 552798154 => 'TIM', - 552798155 => 'TIM', - 552798156 => 'TIM', - 552798157 => 'TIM', - 552798158 => 'TIM', - 552798159 => 'TIM', - 552798161 => 'TIM', - 552798162 => 'TIM', - 552798163 => 'TIM', - 552798164 => 'TIM', - 552798165 => 'TIM', - 552798166 => 'TIM', - 552798167 => 'TIM', - 552798168 => 'TIM', - 552798169 => 'TIM', - 552798171 => 'TIM', - 552798172 => 'TIM', - 552798173 => 'TIM', - 552798174 => 'TIM', - 552798175 => 'TIM', - 552798176 => 'TIM', - 552798177 => 'TIM', - 552798178 => 'TIM', - 552798182 => 'TIM', - 5527985 => 'Oi', - 5527986 => 'Oi', - 5527987 => 'Oi', - 5527988 => 'Oi', - 5527989 => 'Oi', - 552799201 => 'Claro BR', - 552799202 => 'Claro BR', - 552799203 => 'Claro BR', - 552799204 => 'Claro BR', - 552799205 => 'Claro BR', - 552799222 => 'Claro BR', - 552799223 => 'Claro BR', - 552799224 => 'Claro BR', - 552799225 => 'Claro BR', - 552799226 => 'Claro BR', - 552799227 => 'Claro BR', - 552799228 => 'Claro BR', - 552799229 => 'Claro BR', - 552799231 => 'Claro BR', - 552799232 => 'Claro BR', - 552799233 => 'Claro BR', - 552799234 => 'Claro BR', - 552799235 => 'Claro BR', - 552799236 => 'Claro BR', - 552799237 => 'Claro BR', - 552799238 => 'Claro BR', - 552799239 => 'Claro BR', - 552799241 => 'Claro BR', - 552799242 => 'Claro BR', - 552799243 => 'Claro BR', - 552799244 => 'Claro BR', - 552799245 => 'Claro BR', - 552799246 => 'Claro BR', - 552799247 => 'Claro BR', - 552799248 => 'Claro BR', - 552799249 => 'Claro BR', - 552799251 => 'Claro BR', - 552799252 => 'Claro BR', - 552799253 => 'Claro BR', - 552799254 => 'Claro BR', - 552799255 => 'Claro BR', - 552799256 => 'Claro BR', - 552799257 => 'Claro BR', - 552799258 => 'Claro BR', - 552799259 => 'Claro BR', - 552799261 => 'Claro BR', - 552799262 => 'Claro BR', - 552799263 => 'Claro BR', - 552799264 => 'Claro BR', - 552799265 => 'Claro BR', - 552799266 => 'Claro BR', - 552799267 => 'Claro BR', - 552799268 => 'Claro BR', - 552799269 => 'Claro BR', - 552799271 => 'Claro BR', - 552799272 => 'Claro BR', - 552799273 => 'Claro BR', - 552799274 => 'Claro BR', - 552799275 => 'Claro BR', - 552799276 => 'Claro BR', - 552799277 => 'Claro BR', - 552799278 => 'Claro BR', - 552799279 => 'Claro BR', - 552799281 => 'Claro BR', - 552799282 => 'Claro BR', - 552799283 => 'Claro BR', - 552799284 => 'Claro BR', - 552799285 => 'Claro BR', - 552799286 => 'Claro BR', - 552799287 => 'Claro BR', - 552799288 => 'Claro BR', - 552799289 => 'Claro BR', - 552799291 => 'Claro BR', - 552799292 => 'Claro BR', - 552799293 => 'Claro BR', - 552799294 => 'Claro BR', - 552799295 => 'Claro BR', - 552799296 => 'Claro BR', - 552799297 => 'Claro BR', - 552799298 => 'Claro BR', - 552799299 => 'Claro BR', - 552799309 => 'Claro BR', - 552799311 => 'Claro BR', - 552799312 => 'Claro BR', - 552799316 => 'Claro BR', - 55279960 => 'Vivo', - 55279961 => 'Vivo', - 55279962 => 'Vivo', - 55279963 => 'Vivo', - 55279964 => 'Vivo', - 552799650 => 'Vivo', - 552799651 => 'Vivo', - 552799652 => 'Vivo', - 552799653 => 'Vivo', - 5527997 => 'Vivo', - 5527998 => 'Vivo', - 5527999 => 'Vivo', - 552898111 => 'TIM', - 552898112 => 'TIM', - 552898113 => 'TIM', - 552898114 => 'TIM', - 552898115 => 'TIM', - 552898116 => 'TIM', - 552898117 => 'TIM', - 552898118 => 'TIM', - 552898119 => 'TIM', - 5528985 => 'Oi', - 5528986 => 'Oi', - 5528987 => 'Oi', - 5528988 => 'Oi', - 5528989 => 'Oi', - 552899210 => 'Claro BR', - 552899222 => 'Claro BR', - 552899251 => 'Claro BR', - 552899252 => 'Claro BR', - 552899253 => 'Claro BR', - 552899254 => 'Claro BR', - 552899255 => 'Claro BR', - 552899256 => 'Claro BR', - 552899257 => 'Claro BR', - 552899258 => 'Claro BR', - 552899271 => 'Claro BR', - 552899272 => 'Claro BR', - 552899273 => 'Claro BR', - 552899274 => 'Claro BR', - 552899275 => 'Claro BR', - 552899276 => 'Claro BR', - 552899277 => 'Claro BR', - 552899278 => 'Claro BR', - 552899279 => 'Claro BR', - 552899291 => 'Claro BR', - 552899298 => 'Claro BR', - 552899881 => 'Vivo', - 552899882 => 'Vivo', - 552899883 => 'Vivo', - 552899884 => 'Vivo', - 552899885 => 'Vivo', - 552899886 => 'Vivo', - 552899901 => 'Vivo', - 552899902 => 'Vivo', - 552899903 => 'Vivo', - 552899904 => 'Vivo', - 552899905 => 'Vivo', - 552899915 => 'Vivo', - 552899916 => 'Vivo', - 552899917 => 'Vivo', - 552899918 => 'Vivo', - 552899919 => 'Vivo', - 552899921 => 'Vivo', - 552899922 => 'Vivo', - 552899923 => 'Vivo', - 552899924 => 'Vivo', - 552899925 => 'Vivo', - 552899926 => 'Vivo', - 552899935 => 'Vivo', - 552899938 => 'Vivo', - 552899939 => 'Vivo', - 552899945 => 'Vivo', - 552899946 => 'Vivo', - 552899951 => 'Vivo', - 552899952 => 'Vivo', - 552899953 => 'Vivo', - 552899954 => 'Vivo', - 552899955 => 'Vivo', - 552899956 => 'Vivo', - 552899957 => 'Vivo', - 552899958 => 'Vivo', - 552899959 => 'Vivo', - 552899961 => 'Vivo', - 552899962 => 'Vivo', - 552899963 => 'Vivo', - 552899964 => 'Vivo', - 552899965 => 'Vivo', - 552899966 => 'Vivo', - 552899967 => 'Vivo', - 552899968 => 'Vivo', - 552899969 => 'Vivo', - 552899971 => 'Vivo', - 552899972 => 'Vivo', - 552899973 => 'Vivo', - 552899974 => 'Vivo', - 552899975 => 'Vivo', - 552899976 => 'Vivo', - 552899977 => 'Vivo', - 552899978 => 'Vivo', - 552899979 => 'Vivo', - 552899981 => 'Vivo', - 552899982 => 'Vivo', - 552899983 => 'Vivo', - 552899984 => 'Vivo', - 552899985 => 'Vivo', - 552899986 => 'Vivo', - 552899987 => 'Vivo', - 552899988 => 'Vivo', - 552899989 => 'Vivo', - 552899991 => 'Vivo', - 552899992 => 'Vivo', - 552899993 => 'Vivo', - 552899994 => 'Vivo', - 552899995 => 'Vivo', - 552899996 => 'Vivo', - 552899997 => 'Vivo', - 552899998 => 'Vivo', - 5531820 => 'Claro BR', - 5531821 => 'Claro BR', - 5531822 => 'Claro BR', - 5531823 => 'Claro BR', - 55318240 => 'Claro BR', - 55318241 => 'Claro BR', - 55318242 => 'Claro BR', - 55318243 => 'Claro BR', - 55318244 => 'Claro BR', - 55318245 => 'Claro BR', - 553183 => 'Claro BR', - 553184 => 'Claro BR', - 553185 => 'Oi', - 553186 => 'Oi', - 553187 => 'Oi', - 553188 => 'Oi', - 553189 => 'Oi', - 55319101 => 'TIM', - 55319102 => 'TIM', - 55319103 => 'TIM', - 55319104 => 'TIM', - 55319105 => 'TIM', - 55319106 => 'TIM', - 55319107 => 'TIM', - 55319108 => 'TIM', - 55319109 => 'TIM', - 5531911 => 'TIM', - 5531912 => 'TIM', - 5531913 => 'TIM', - 5531914 => 'TIM', - 5531915 => 'TIM', - 55319161 => 'TIM', - 55319162 => 'TIM', - 55319163 => 'TIM', - 55319164 => 'TIM', - 55319165 => 'TIM', - 55319166 => 'TIM', - 55319167 => 'TIM', - 55319168 => 'TIM', - 55319169 => 'TIM', - 55319171 => 'TIM', - 55319172 => 'TIM', - 55319173 => 'TIM', - 55319174 => 'TIM', - 55319175 => 'TIM', - 55319176 => 'TIM', - 55319177 => 'TIM', - 55319178 => 'TIM', - 55319179 => 'TIM', - 55319181 => 'TIM', - 55319182 => 'TIM', - 55319183 => 'TIM', - 55319184 => 'TIM', - 55319185 => 'TIM', - 55319186 => 'TIM', - 55319187 => 'TIM', - 55319188 => 'TIM', - 55319189 => 'TIM', - 55319191 => 'TIM', - 55319192 => 'TIM', - 55319193 => 'TIM', - 55319194 => 'TIM', - 55319195 => 'TIM', - 55319196 => 'TIM', - 55319197 => 'TIM', - 55319198 => 'TIM', - 55319199 => 'TIM', - 55319201 => 'TIM', - 55319202 => 'TIM', - 55319203 => 'TIM', - 55319204 => 'TIM', - 55319205 => 'TIM', - 55319206 => 'TIM', - 55319207 => 'TIM', - 55319208 => 'TIM', - 55319209 => 'TIM', - 55319211 => 'TIM', - 55319212 => 'TIM', - 55319213 => 'TIM', - 55319214 => 'TIM', - 55319215 => 'TIM', - 55319216 => 'TIM', - 55319217 => 'TIM', - 55319218 => 'TIM', - 55319219 => 'TIM', - 55319221 => 'TIM', - 55319222 => 'TIM', - 55319223 => 'TIM', - 55319224 => 'TIM', - 55319225 => 'TIM', - 55319226 => 'TIM', - 55319227 => 'TIM', - 55319228 => 'TIM', - 55319229 => 'TIM', - 55319231 => 'TIM', - 55319232 => 'TIM', - 55319233 => 'TIM', - 55319234 => 'TIM', - 55319235 => 'TIM', - 55319236 => 'TIM', - 55319237 => 'TIM', - 55319238 => 'TIM', - 55319239 => 'TIM', - 55319241 => 'TIM', - 55319242 => 'TIM', - 55319243 => 'TIM', - 55319244 => 'TIM', - 55319245 => 'TIM', - 55319246 => 'TIM', - 55319247 => 'TIM', - 55319248 => 'TIM', - 55319249 => 'TIM', - 55319251 => 'TIM', - 55319252 => 'TIM', - 55319253 => 'TIM', - 55319254 => 'TIM', - 55319255 => 'TIM', - 55319256 => 'TIM', - 55319257 => 'TIM', - 55319258 => 'TIM', - 55319259 => 'TIM', - 55319261 => 'TIM', - 55319262 => 'TIM', - 55319263 => 'TIM', - 55319264 => 'TIM', - 55319265 => 'TIM', - 55319266 => 'TIM', - 55319267 => 'TIM', - 55319268 => 'TIM', - 55319269 => 'TIM', - 55319271 => 'TIM', - 55319272 => 'TIM', - 55319273 => 'TIM', - 55319274 => 'TIM', - 55319275 => 'TIM', - 55319276 => 'TIM', - 55319277 => 'TIM', - 55319278 => 'TIM', - 55319279 => 'TIM', - 55319281 => 'TIM', - 55319282 => 'TIM', - 55319283 => 'TIM', - 55319284 => 'TIM', - 55319285 => 'TIM', - 55319286 => 'TIM', - 55319287 => 'TIM', - 55319288 => 'TIM', - 55319289 => 'TIM', - 55319291 => 'TIM', - 55319292 => 'TIM', - 55319293 => 'TIM', - 55319294 => 'TIM', - 55319295 => 'TIM', - 55319296 => 'TIM', - 55319297 => 'TIM', - 55319298 => 'TIM', - 55319299 => 'TIM', - 55319301 => 'TIM', - 55319302 => 'TIM', - 55319303 => 'TIM', - 55319304 => 'TIM', - 55319305 => 'TIM', - 55319306 => 'TIM', - 55319307 => 'TIM', - 55319308 => 'TIM', - 55319309 => 'TIM', - 55319311 => 'TIM', - 55319312 => 'TIM', - 55319313 => 'TIM', - 55319314 => 'TIM', - 55319315 => 'TIM', - 55319316 => 'TIM', - 55319317 => 'TIM', - 55319318 => 'TIM', - 55319319 => 'TIM', - 55319321 => 'TIM', - 55319322 => 'TIM', - 55319323 => 'TIM', - 55319324 => 'TIM', - 55319325 => 'TIM', - 55319326 => 'TIM', - 55319327 => 'TIM', - 55319328 => 'TIM', - 55319329 => 'TIM', - 55319331 => 'TIM', - 55319332 => 'TIM', - 55319333 => 'TIM', - 55319334 => 'TIM', - 55319335 => 'TIM', - 55319336 => 'TIM', - 55319337 => 'TIM', - 55319338 => 'TIM', - 55319339 => 'TIM', - 55319341 => 'TIM', - 55319342 => 'TIM', - 55319343 => 'TIM', - 55319344 => 'TIM', - 55319345 => 'TIM', - 55319346 => 'TIM', - 55319347 => 'TIM', - 55319348 => 'TIM', - 55319349 => 'TIM', - 55319351 => 'TIM', - 55319352 => 'TIM', - 55319353 => 'TIM', - 55319354 => 'TIM', - 55319355 => 'TIM', - 55319356 => 'TIM', - 55319357 => 'TIM', - 55319358 => 'TIM', - 55319359 => 'TIM', - 55319361 => 'TIM', - 55319362 => 'TIM', - 55319363 => 'TIM', - 55319364 => 'TIM', - 55319365 => 'TIM', - 55319366 => 'TIM', - 55319367 => 'TIM', - 55319368 => 'TIM', - 55319369 => 'TIM', - 55319371 => 'TIM', - 55319372 => 'TIM', - 55319373 => 'TIM', - 55319374 => 'TIM', - 55319375 => 'TIM', - 55319376 => 'TIM', - 55319377 => 'TIM', - 55319378 => 'TIM', - 55319379 => 'TIM', - 55319381 => 'TIM', - 55319382 => 'TIM', - 55319383 => 'TIM', - 55319384 => 'TIM', - 55319385 => 'TIM', - 55319386 => 'TIM', - 55319387 => 'TIM', - 55319388 => 'TIM', - 55319389 => 'TIM', - 55319391 => 'TIM', - 55319392 => 'TIM', - 55319393 => 'TIM', - 55319394 => 'TIM', - 55319395 => 'TIM', - 55319396 => 'TIM', - 55319397 => 'TIM', - 55319398 => 'TIM', - 55319399 => 'TIM', - 55319401 => 'TIM', - 55319402 => 'TIM', - 55319403 => 'TIM', - 55319404 => 'TIM', - 55319405 => 'TIM', - 55319406 => 'TIM', - 55319407 => 'TIM', - 55319408 => 'TIM', - 55319409 => 'TIM', - 55319411 => 'TIM', - 55319412 => 'TIM', - 55319413 => 'TIM', - 55319414 => 'TIM', - 55319415 => 'TIM', - 55319416 => 'TIM', - 55319601 => 'Telemig Celular', - 55319602 => 'Telemig Celular', - 55319603 => 'Telemig Celular', - 55319604 => 'Telemig Celular', - 55319605 => 'Telemig Celular', - 55319606 => 'Telemig Celular', - 55319607 => 'Telemig Celular', - 55319608 => 'Telemig Celular', - 55319609 => 'Telemig Celular', - 55319611 => 'Telemig Celular', - 55319612 => 'Telemig Celular', - 55319613 => 'Telemig Celular', - 55319614 => 'Telemig Celular', - 55319615 => 'Telemig Celular', - 55319616 => 'Telemig Celular', - 55319617 => 'Telemig Celular', - 55319618 => 'Telemig Celular', - 55319619 => 'Telemig Celular', - 55319621 => 'Telemig Celular', - 55319622 => 'Telemig Celular', - 55319624 => 'Telemig Celular', - 55319625 => 'Telemig Celular', - 55319626 => 'Telemig Celular', - 55319627 => 'Telemig Celular', - 55319628 => 'Telemig Celular', - 55319629 => 'Telemig Celular', - 55319631 => 'Telemig Celular', - 55319632 => 'Telemig Celular', - 55319633 => 'Telemig Celular', - 55319634 => 'Telemig Celular', - 55319635 => 'Telemig Celular', - 55319636 => 'Telemig Celular', - 55319637 => 'Telemig Celular', - 55319638 => 'Telemig Celular', - 55319639 => 'Telemig Celular', - 55319641 => 'Telemig Celular', - 55319642 => 'Telemig Celular', - 55319643 => 'Telemig Celular', - 55319644 => 'Telemig Celular', - 55319645 => 'Telemig Celular', - 55319646 => 'Telemig Celular', - 55319647 => 'Telemig Celular', - 55319648 => 'Telemig Celular', - 55319649 => 'Telemig Celular', - 55319651 => 'Telemig Celular', - 55319652 => 'Telemig Celular', - 55319653 => 'Telemig Celular', - 55319654 => 'Telemig Celular', - 55319655 => 'Telemig Celular', - 55319656 => 'Telemig Celular', - 55319657 => 'Telemig Celular', - 55319658 => 'Telemig Celular', - 55319659 => 'Telemig Celular', - 55319661 => 'Telemig Celular', - 55319662 => 'Telemig Celular', - 55319663 => 'Telemig Celular', - 55319664 => 'Telemig Celular', - 55319665 => 'Telemig Celular', - 55319666 => 'Telemig Celular', - 55319667 => 'Telemig Celular', - 55319668 => 'Telemig Celular', - 55319669 => 'Telemig Celular', - 55319671 => 'Telemig Celular', - 55319672 => 'Telemig Celular', - 55319673 => 'Telemig Celular', - 55319674 => 'Telemig Celular', - 55319675 => 'Telemig Celular', - 55319676 => 'Telemig Celular', - 55319677 => 'Telemig Celular', - 55319678 => 'Telemig Celular', - 55319679 => 'Telemig Celular', - 55319681 => 'Telemig Celular', - 55319682 => 'Telemig Celular', - 55319683 => 'Telemig Celular', - 55319684 => 'Telemig Celular', - 55319685 => 'Telemig Celular', - 55319686 => 'Telemig Celular', - 55319687 => 'Telemig Celular', - 55319688 => 'Telemig Celular', - 55319689 => 'Telemig Celular', - 55319691 => 'Telemig Celular', - 55319692 => 'Telemig Celular', - 55319693 => 'Telemig Celular', - 55319694 => 'Telemig Celular', - 55319695 => 'Telemig Celular', - 55319696 => 'Telemig Celular', - 55319697 => 'Telemig Celular', - 55319698 => 'Telemig Celular', - 55319699 => 'Telemig Celular', - 55319701 => 'Telemig Celular', - 55319702 => 'Telemig Celular', - 55319703 => 'Telemig Celular', - 55319704 => 'Telemig Celular', - 55319705 => 'Telemig Celular', - 55319706 => 'Telemig Celular', - 55319707 => 'Telemig Celular', - 55319708 => 'Telemig Celular', - 55319709 => 'Telemig Celular', - 55319711 => 'Telemig Celular', - 55319712 => 'Telemig Celular', - 55319713 => 'Telemig Celular', - 55319714 => 'Telemig Celular', - 55319715 => 'Telemig Celular', - 55319717 => 'Telemig Celular', - 55319718 => 'Telemig Celular', - 55319719 => 'Telemig Celular', - 55319721 => 'Telemig Celular', - 55319722 => 'Telemig Celular', - 55319723 => 'Telemig Celular', - 55319724 => 'Telemig Celular', - 55319725 => 'Telemig Celular', - 55319726 => 'Telemig Celular', - 55319728 => 'Telemig Celular', - 55319729 => 'Telemig Celular', - 55319731 => 'Telemig Celular', - 55319732 => 'Telemig Celular', - 55319733 => 'Telemig Celular', - 55319734 => 'Telemig Celular', - 55319735 => 'Telemig Celular', - 55319736 => 'Telemig Celular', - 55319737 => 'Telemig Celular', - 55319738 => 'Telemig Celular', - 55319739 => 'Telemig Celular', - 55319741 => 'Telemig Celular', - 55319742 => 'Telemig Celular', - 55319743 => 'Telemig Celular', - 55319744 => 'Telemig Celular', - 55319745 => 'Telemig Celular', - 55319746 => 'Telemig Celular', - 55319747 => 'Telemig Celular', - 55319748 => 'Telemig Celular', - 55319749 => 'Telemig Celular', - 55319751 => 'Telemig Celular', - 55319752 => 'Telemig Celular', - 55319753 => 'Telemig Celular', - 55319755 => 'Telemig Celular', - 55319756 => 'Telemig Celular', - 55319757 => 'Telemig Celular', - 55319758 => 'Telemig Celular', - 55319759 => 'Telemig Celular', - 55319761 => 'Telemig Celular', - 55319762 => 'Telemig Celular', - 55319763 => 'Telemig Celular', - 55319764 => 'Telemig Celular', - 55319765 => 'Telemig Celular', - 55319766 => 'Telemig Celular', - 55319767 => 'Telemig Celular', - 55319768 => 'Telemig Celular', - 55319769 => 'Telemig Celular', - 55319771 => 'Telemig Celular', - 55319772 => 'Telemig Celular', - 55319773 => 'Telemig Celular', - 55319774 => 'Telemig Celular', - 55319775 => 'Telemig Celular', - 55319776 => 'Telemig Celular', - 55319777 => 'Telemig Celular', - 55319778 => 'Telemig Celular', - 55319779 => 'Telemig Celular', - 55319781 => 'Telemig Celular', - 55319782 => 'Telemig Celular', - 55319783 => 'Telemig Celular', - 55319784 => 'Telemig Celular', - 55319785 => 'Telemig Celular', - 55319786 => 'Telemig Celular', - 55319787 => 'Telemig Celular', - 55319788 => 'Telemig Celular', - 55319789 => 'Telemig Celular', - 55319791 => 'Telemig Celular', - 55319792 => 'Telemig Celular', - 55319793 => 'Telemig Celular', - 55319794 => 'Telemig Celular', - 55319795 => 'Telemig Celular', - 55319796 => 'Telemig Celular', - 55319797 => 'Telemig Celular', - 55319798 => 'Telemig Celular', - 55319799 => 'Telemig Celular', - 55319801 => 'Telemig Celular', - 55319802 => 'Telemig Celular', - 55319803 => 'Telemig Celular', - 55319804 => 'Telemig Celular', - 55319805 => 'Telemig Celular', - 55319806 => 'Telemig Celular', - 55319807 => 'Telemig Celular', - 55319808 => 'Telemig Celular', - 55319809 => 'Telemig Celular', - 55319811 => 'Telemig Celular', - 55319812 => 'Telemig Celular', - 55319813 => 'Telemig Celular', - 55319814 => 'Telemig Celular', - 55319815 => 'Telemig Celular', - 55319816 => 'Telemig Celular', - 55319817 => 'Telemig Celular', - 55319818 => 'Telemig Celular', - 55319819 => 'Telemig Celular', - 55319821 => 'Telemig Celular', - 55319822 => 'Telemig Celular', - 55319823 => 'Telemig Celular', - 55319824 => 'Telemig Celular', - 55319825 => 'Telemig Celular', - 55319826 => 'Telemig Celular', - 55319827 => 'Telemig Celular', - 55319828 => 'Telemig Celular', - 55319829 => 'Telemig Celular', - 55319831 => 'Telemig Celular', - 55319832 => 'Telemig Celular', - 55319833 => 'Telemig Celular', - 55319834 => 'Telemig Celular', - 55319835 => 'Telemig Celular', - 55319836 => 'Telemig Celular', - 55319837 => 'Telemig Celular', - 55319838 => 'Telemig Celular', - 55319839 => 'Telemig Celular', - 55319841 => 'Telemig Celular', - 55319842 => 'Telemig Celular', - 55319843 => 'Telemig Celular', - 55319844 => 'Telemig Celular', - 55319845 => 'Telemig Celular', - 55319846 => 'Telemig Celular', - 55319847 => 'Telemig Celular', - 55319848 => 'Telemig Celular', - 55319849 => 'Telemig Celular', - 55319851 => 'Telemig Celular', - 55319852 => 'Telemig Celular', - 55319853 => 'Telemig Celular', - 55319854 => 'Telemig Celular', - 55319855 => 'Telemig Celular', - 55319856 => 'Telemig Celular', - 55319857 => 'Telemig Celular', - 55319858 => 'Telemig Celular', - 55319859 => 'Telemig Celular', - 55319861 => 'Telemig Celular', - 55319862 => 'Telemig Celular', - 55319863 => 'Telemig Celular', - 55319864 => 'Telemig Celular', - 55319865 => 'Telemig Celular', - 55319866 => 'Telemig Celular', - 55319867 => 'Telemig Celular', - 55319868 => 'Telemig Celular', - 55319869 => 'Telemig Celular', - 55319871 => 'Telemig Celular', - 55319872 => 'Telemig Celular', - 55319873 => 'Telemig Celular', - 55319874 => 'Telemig Celular', - 55319875 => 'Telemig Celular', - 55319876 => 'Telemig Celular', - 55319877 => 'Telemig Celular', - 55319878 => 'Telemig Celular', - 55319879 => 'Telemig Celular', - 55319881 => 'Telemig Celular', - 55319882 => 'Telemig Celular', - 55319883 => 'Telemig Celular', - 55319884 => 'Telemig Celular', - 55319885 => 'Telemig Celular', - 55319886 => 'Telemig Celular', - 55319887 => 'Telemig Celular', - 55319888 => 'Telemig Celular', - 55319889 => 'Telemig Celular', - 55319891 => 'Telemig Celular', - 55319892 => 'Telemig Celular', - 55319893 => 'Telemig Celular', - 55319894 => 'Telemig Celular', - 55319895 => 'Telemig Celular', - 55319896 => 'Telemig Celular', - 55319897 => 'Telemig Celular', - 55319898 => 'Telemig Celular', - 55319899 => 'Telemig Celular', - 55319901 => 'Telemig Celular', - 55319902 => 'Telemig Celular', - 55319903 => 'Telemig Celular', - 55319904 => 'Telemig Celular', - 55319905 => 'Telemig Celular', - 55319906 => 'Telemig Celular', - 55319907 => 'Telemig Celular', - 55319908 => 'Telemig Celular', - 55319909 => 'Telemig Celular', - 55319911 => 'Telemig Celular', - 55319912 => 'Telemig Celular', - 55319913 => 'Telemig Celular', - 55319914 => 'Telemig Celular', - 55319915 => 'Telemig Celular', - 55319916 => 'Telemig Celular', - 55319917 => 'Telemig Celular', - 55319918 => 'Telemig Celular', - 55319919 => 'Telemig Celular', - 55319921 => 'Telemig Celular', - 55319922 => 'Telemig Celular', - 55319923 => 'Telemig Celular', - 55319924 => 'Telemig Celular', - 55319925 => 'Telemig Celular', - 55319926 => 'Telemig Celular', - 55319927 => 'Telemig Celular', - 55319928 => 'Telemig Celular', - 55319929 => 'Telemig Celular', - 55319931 => 'Telemig Celular', - 55319932 => 'Telemig Celular', - 55319933 => 'Telemig Celular', - 55319934 => 'Telemig Celular', - 55319935 => 'Telemig Celular', - 55319936 => 'Telemig Celular', - 55319937 => 'Telemig Celular', - 55319938 => 'Telemig Celular', - 55319939 => 'Telemig Celular', - 55319941 => 'Telemig Celular', - 55319942 => 'Telemig Celular', - 55319943 => 'Telemig Celular', - 55319944 => 'Telemig Celular', - 55319945 => 'Telemig Celular', - 55319946 => 'Telemig Celular', - 55319947 => 'Telemig Celular', - 55319948 => 'Telemig Celular', - 55319949 => 'Telemig Celular', - 5531995 => 'Telemig Celular', - 5531996 => 'Telemig Celular', - 5531997 => 'Telemig Celular', - 5531998 => 'Telemig Celular', - 5531999 => 'Telemig Celular', - 5532840 => 'Claro BR', - 5532841 => 'Claro BR', - 5532842 => 'Claro BR', - 5532843 => 'Claro BR', - 5532844 => 'Claro BR', - 5532845 => 'Claro BR', - 5532846 => 'Claro BR', - 5532847 => 'Claro BR', - 55328480 => 'Claro BR', - 55328481 => 'Claro BR', - 55328482 => 'Claro BR', - 55328483 => 'Claro BR', - 55328484 => 'Claro BR', - 55328485 => 'Claro BR', - 553285 => 'Oi', - 553286 => 'Oi', - 553287 => 'Oi', - 553288 => 'Oi', - 553289 => 'Oi', - 55329101 => 'TIM', - 55329102 => 'TIM', - 55329103 => 'TIM', - 55329104 => 'TIM', - 55329105 => 'TIM', - 55329106 => 'TIM', - 55329107 => 'TIM', - 55329108 => 'TIM', - 55329109 => 'TIM', - 55329111 => 'TIM', - 55329112 => 'TIM', - 55329113 => 'TIM', - 55329114 => 'TIM', - 55329115 => 'TIM', - 55329116 => 'TIM', - 55329117 => 'TIM', - 55329118 => 'TIM', - 55329119 => 'TIM', - 55329121 => 'TIM', - 55329122 => 'TIM', - 55329123 => 'TIM', - 55329124 => 'TIM', - 55329125 => 'TIM', - 55329126 => 'TIM', - 55329127 => 'TIM', - 55329128 => 'TIM', - 55329129 => 'TIM', - 55329131 => 'TIM', - 55329132 => 'TIM', - 55329133 => 'TIM', - 55329134 => 'TIM', - 55329135 => 'TIM', - 55329136 => 'TIM', - 55329137 => 'TIM', - 55329138 => 'TIM', - 55329139 => 'TIM', - 55329141 => 'TIM', - 55329142 => 'TIM', - 55329143 => 'TIM', - 55329144 => 'TIM', - 55329145 => 'TIM', - 55329146 => 'TIM', - 55329193 => 'TIM', - 55329194 => 'TIM', - 55329195 => 'TIM', - 55329197 => 'TIM', - 55329198 => 'TIM', - 55329199 => 'TIM', - 55329901 => 'Telemig Celular', - 55329902 => 'Telemig Celular', - 55329903 => 'Telemig Celular', - 55329904 => 'Telemig Celular', - 55329905 => 'Telemig Celular', - 55329906 => 'Telemig Celular', - 55329907 => 'Telemig Celular', - 55329908 => 'Telemig Celular', - 55329909 => 'Telemig Celular', - 55329911 => 'Telemig Celular', - 55329912 => 'Telemig Celular', - 55329913 => 'Telemig Celular', - 55329914 => 'Telemig Celular', - 55329917 => 'Telemig Celular', - 55329918 => 'Telemig Celular', - 55329919 => 'Telemig Celular', - 55329921 => 'Telemig Celular', - 55329922 => 'Telemig Celular', - 55329923 => 'Telemig Celular', - 55329924 => 'Telemig Celular', - 55329925 => 'Telemig Celular', - 55329931 => 'Telemig Celular', - 55329932 => 'Telemig Celular', - 55329933 => 'Telemig Celular', - 55329934 => 'Telemig Celular', - 55329935 => 'Telemig Celular', - 55329936 => 'Telemig Celular', - 55329937 => 'Telemig Celular', - 55329938 => 'Telemig Celular', - 55329939 => 'Telemig Celular', - 55329941 => 'Telemig Celular', - 55329942 => 'Telemig Celular', - 55329943 => 'Telemig Celular', - 55329944 => 'Telemig Celular', - 55329945 => 'Telemig Celular', - 55329946 => 'Telemig Celular', - 55329947 => 'Telemig Celular', - 55329948 => 'Telemig Celular', - 55329949 => 'Telemig Celular', - 55329951 => 'Telemig Celular', - 55329952 => 'Telemig Celular', - 55329953 => 'Telemig Celular', - 55329954 => 'Telemig Celular', - 55329955 => 'Telemig Celular', - 55329956 => 'Telemig Celular', - 55329957 => 'Telemig Celular', - 55329958 => 'Telemig Celular', - 55329959 => 'Telemig Celular', - 5532996 => 'Telemig Celular', - 55329971 => 'Telemig Celular', - 55329972 => 'Telemig Celular', - 55329973 => 'Telemig Celular', - 55329974 => 'Telemig Celular', - 55329975 => 'Telemig Celular', - 55329976 => 'Telemig Celular', - 55329977 => 'Telemig Celular', - 55329979 => 'Telemig Celular', - 5532998 => 'Telemig Celular', - 55329991 => 'Telemig Celular', - 55329992 => 'Telemig Celular', - 55329993 => 'Telemig Celular', - 55329994 => 'Telemig Celular', - 55329995 => 'Telemig Celular', - 55329996 => 'Telemig Celular', - 55329997 => 'Telemig Celular', - 55329998 => 'Telemig Celular', - 55338401 => 'Claro BR', - 55338402 => 'Claro BR', - 55338403 => 'Claro BR', - 55338404 => 'Claro BR', - 55338405 => 'Claro BR', - 55338406 => 'Claro BR', - 55338407 => 'Claro BR', - 55338408 => 'Claro BR', - 55338409 => 'Claro BR', - 55338411 => 'Claro BR', - 55338412 => 'Claro BR', - 55338413 => 'Claro BR', - 55338414 => 'Claro BR', - 55338415 => 'Claro BR', - 55338416 => 'Claro BR', - 55338417 => 'Claro BR', - 55338418 => 'Claro BR', - 55338419 => 'Claro BR', - 55338421 => 'Claro BR', - 55338422 => 'Claro BR', - 55338423 => 'Claro BR', - 55338424 => 'Claro BR', - 55338425 => 'Claro BR', - 55338426 => 'Claro BR', - 55338427 => 'Claro BR', - 55338428 => 'Claro BR', - 55338429 => 'Claro BR', - 55338431 => 'Claro BR', - 55338432 => 'Claro BR', - 55338433 => 'Claro BR', - 55338434 => 'Claro BR', - 55338435 => 'Claro BR', - 55338436 => 'Claro BR', - 55338437 => 'Claro BR', - 55338438 => 'Claro BR', - 55338439 => 'Claro BR', - 55338441 => 'Claro BR', - 55338442 => 'Claro BR', - 55338443 => 'Claro BR', - 55338444 => 'Claro BR', - 55338445 => 'Claro BR', - 55338446 => 'Claro BR', - 55338447 => 'Claro BR', - 55338448 => 'Claro BR', - 55338449 => 'Claro BR', - 55338451 => 'Claro BR', - 55338452 => 'Claro BR', - 55338453 => 'Claro BR', - 55338454 => 'Claro BR', - 55338455 => 'Claro BR', - 55338456 => 'Claro BR', - 553385 => 'Oi', - 553386 => 'Oi', - 553387 => 'Oi', - 553388 => 'Oi', - 553389 => 'Oi', - 55339101 => 'TIM', - 55339102 => 'TIM', - 55339103 => 'TIM', - 55339104 => 'TIM', - 55339105 => 'TIM', - 55339106 => 'TIM', - 55339107 => 'TIM', - 55339108 => 'TIM', - 55339109 => 'TIM', - 55339111 => 'TIM', - 55339112 => 'TIM', - 55339113 => 'TIM', - 55339114 => 'TIM', - 55339115 => 'TIM', - 55339116 => 'TIM', - 55339117 => 'TIM', - 55339118 => 'TIM', - 55339119 => 'TIM', - 55339121 => 'TIM', - 55339122 => 'TIM', - 55339123 => 'TIM', - 55339124 => 'TIM', - 55339125 => 'TIM', - 55339126 => 'TIM', - 55339127 => 'TIM', - 55339128 => 'TIM', - 55339129 => 'TIM', - 55339136 => 'TIM', - 55339137 => 'TIM', - 55339138 => 'TIM', - 55339139 => 'TIM', - 55339168 => 'TIM', - 55339191 => 'TIM', - 55339193 => 'TIM', - 55339197 => 'TIM', - 55339198 => 'TIM', - 55339199 => 'TIM', - 55339901 => 'Telemig Celular', - 55339902 => 'Telemig Celular', - 55339903 => 'Telemig Celular', - 55339904 => 'Telemig Celular', - 55339905 => 'Telemig Celular', - 55339906 => 'Telemig Celular', - 55339907 => 'Telemig Celular', - 55339908 => 'Telemig Celular', - 55339909 => 'Telemig Celular', - 55339911 => 'Telemig Celular', - 55339912 => 'Telemig Celular', - 55339913 => 'Telemig Celular', - 55339914 => 'Telemig Celular', - 55339915 => 'Telemig Celular', - 55339916 => 'Telemig Celular', - 55339917 => 'Telemig Celular', - 55339918 => 'Telemig Celular', - 55339919 => 'Telemig Celular', - 55339921 => 'Telemig Celular', - 55339922 => 'Telemig Celular', - 55339933 => 'Telemig Celular', - 55339951 => 'Telemig Celular', - 55339952 => 'Telemig Celular', - 55339953 => 'Telemig Celular', - 55339954 => 'Telemig Celular', - 55339955 => 'Telemig Celular', - 55339956 => 'Telemig Celular', - 55339957 => 'Telemig Celular', - 55339958 => 'Telemig Celular', - 55339959 => 'Telemig Celular', - 55339961 => 'Telemig Celular', - 55339962 => 'Telemig Celular', - 55339963 => 'Telemig Celular', - 55339964 => 'Telemig Celular', - 55339965 => 'Telemig Celular', - 55339966 => 'Telemig Celular', - 55339967 => 'Telemig Celular', - 55339968 => 'Telemig Celular', - 55339969 => 'Telemig Celular', - 55339971 => 'Telemig Celular', - 55339972 => 'Telemig Celular', - 55339973 => 'Telemig Celular', - 55339974 => 'Telemig Celular', - 55339975 => 'Telemig Celular', - 55339976 => 'Telemig Celular', - 55339977 => 'Telemig Celular', - 55339978 => 'Telemig Celular', - 55339979 => 'Telemig Celular', - 5533998 => 'Telemig Celular', - 5534840 => 'Claro BR', - 5534841 => 'Claro BR', - 55348420 => 'Claro BR', - 55348421 => 'Claro BR', - 55348422 => 'Claro BR', - 553485 => 'Oi', - 553486 => 'Oi', - 553487 => 'Oi', - 553488 => 'Oi', - 553489 => 'Oi', - 55349101 => 'TIM', - 55349102 => 'TIM', - 55349103 => 'TIM', - 55349104 => 'TIM', - 55349105 => 'TIM', - 55349106 => 'TIM', - 55349107 => 'TIM', - 55349108 => 'TIM', - 55349109 => 'TIM', - 5534911 => 'TIM', - 5534912 => 'TIM', - 5534913 => 'TIM', - 5534914 => 'TIM', - 5534915 => 'TIM', - 5534916 => 'TIM', - 5534917 => 'TIM', - 55349181 => 'TIM', - 55349182 => 'TIM', - 55349183 => 'TIM', - 55349184 => 'TIM', - 55349185 => 'TIM', - 55349186 => 'TIM', - 55349187 => 'TIM', - 55349188 => 'TIM', - 55349189 => 'TIM', - 55349191 => 'TIM', - 55349192 => 'TIM', - 55349193 => 'TIM', - 55349194 => 'TIM', - 55349195 => 'TIM', - 55349196 => 'TIM', - 55349197 => 'TIM', - 55349198 => 'TIM', - 55349199 => 'TIM', - 55349202 => 'TIM', - 55349203 => 'TIM', - 55349204 => 'TIM', - 55349205 => 'TIM', - 55349206 => 'TIM', - 55349207 => 'TIM', - 55349208 => 'TIM', - 55349209 => 'TIM', - 55349211 => 'TIM', - 55349212 => 'TIM', - 55349213 => 'TIM', - 55349214 => 'TIM', - 55349215 => 'TIM', - 55349216 => 'TIM', - 55349217 => 'TIM', - 55349218 => 'TIM', - 55349229 => 'TIM', - 55349801 => 'Telemig Celular', - 55349802 => 'Telemig Celular', - 55349803 => 'Telemig Celular', - 55349804 => 'Telemig Celular', - 55349805 => 'Telemig Celular', - 55349806 => 'Telemig Celular', - 55349807 => 'Telemig Celular', - 55349808 => 'Telemig Celular', - 55349809 => 'Telemig Celular', - 55349811 => 'Telemig Celular', - 55349812 => 'Telemig Celular', - 55349813 => 'Telemig Celular', - 55349814 => 'Telemig Celular', - 55349815 => 'Telemig Celular', - 55349816 => 'Telemig Celular', - 55349817 => 'Telemig Celular', - 55349821 => 'Telemig Celular', - 55349822 => 'Telemig Celular', - 55349823 => 'Telemig Celular', - 55349824 => 'Telemig Celular', - 55349825 => 'Telemig Celular', - 55349901 => 'Telemig Celular', - 55349902 => 'Telemig Celular', - 55349903 => 'Telemig Celular', - 55349904 => 'Telemig Celular', - 55349905 => 'Telemig Celular', - 55349906 => 'Telemig Celular', - 55349907 => 'Telemig Celular', - 55349908 => 'Telemig Celular', - 55349909 => 'Telemig Celular', - 55349911 => 'Telemig Celular', - 55349912 => 'Telemig Celular', - 55349913 => 'Telemig Celular', - 55349914 => 'Telemig Celular', - 55349915 => 'Telemig Celular', - 55349916 => 'Telemig Celular', - 55349917 => 'Telemig Celular', - 55349918 => 'Telemig Celular', - 55349919 => 'Telemig Celular', - 55349921 => 'Telemig Celular', - 55349922 => 'Telemig Celular', - 55349923 => 'Telemig Celular', - 55349924 => 'Telemig Celular', - 55349925 => 'Telemig Celular', - 55349926 => 'Telemig Celular', - 55349927 => 'Telemig Celular', - 55349928 => 'Telemig Celular', - 55349929 => 'Telemig Celular', - 55349931 => 'Telemig Celular', - 55349932 => 'Telemig Celular', - 55349933 => 'Telemig Celular', - 55349934 => 'Telemig Celular', - 55349935 => 'Telemig Celular', - 55349936 => 'Telemig Celular', - 55349937 => 'Telemig Celular', - 55349938 => 'Telemig Celular', - 55349939 => 'Telemig Celular', - 55349941 => 'Telemig Celular', - 55349942 => 'Telemig Celular', - 55349943 => 'Telemig Celular', - 55349944 => 'Telemig Celular', - 55349945 => 'Telemig Celular', - 55349946 => 'Telemig Celular', - 55349947 => 'Telemig Celular', - 55349948 => 'Telemig Celular', - 55349949 => 'Telemig Celular', - 55349951 => 'Telemig Celular', - 55349952 => 'Telemig Celular', - 55349953 => 'Telemig Celular', - 55349954 => 'Telemig Celular', - 55349955 => 'Telemig Celular', - 55349956 => 'Telemig Celular', - 55349957 => 'Telemig Celular', - 55349958 => 'Telemig Celular', - 55349959 => 'Telemig Celular', - 55349981 => 'Telemig Celular', - 55349982 => 'Telemig Celular', - 55349983 => 'Telemig Celular', - 55349984 => 'Telemig Celular', - 55349985 => 'Telemig Celular', - 55349986 => 'Telemig Celular', - 55349987 => 'Telemig Celular', - 55349988 => 'Telemig Celular', - 55349989 => 'Telemig Celular', - 55358401 => 'Claro BR', - 55358402 => 'Claro BR', - 55358403 => 'Claro BR', - 55358404 => 'Claro BR', - 55358405 => 'Claro BR', - 55358406 => 'Claro BR', - 55358407 => 'Claro BR', - 55358408 => 'Claro BR', - 55358409 => 'Claro BR', - 55358411 => 'Claro BR', - 55358412 => 'Claro BR', - 55358413 => 'Claro BR', - 55358414 => 'Claro BR', - 55358415 => 'Claro BR', - 55358416 => 'Claro BR', - 55358417 => 'Claro BR', - 55358418 => 'Claro BR', - 55358419 => 'Claro BR', - 55358421 => 'Claro BR', - 55358422 => 'Claro BR', - 55358423 => 'Claro BR', - 55358424 => 'Claro BR', - 55358425 => 'Claro BR', - 55358426 => 'Claro BR', - 55358427 => 'Claro BR', - 55358428 => 'Claro BR', - 55358429 => 'Claro BR', - 55358431 => 'Claro BR', - 55358432 => 'Claro BR', - 55358433 => 'Claro BR', - 55358434 => 'Claro BR', - 55358435 => 'Claro BR', - 55358436 => 'Claro BR', - 55358437 => 'Claro BR', - 55358438 => 'Claro BR', - 55358439 => 'Claro BR', - 55358441 => 'Claro BR', - 55358442 => 'Claro BR', - 55358443 => 'Claro BR', - 55358444 => 'Claro BR', - 55358445 => 'Claro BR', - 55358446 => 'Claro BR', - 55358447 => 'Claro BR', - 55358448 => 'Claro BR', - 55358449 => 'Claro BR', - 55358451 => 'Claro BR', - 55358452 => 'Claro BR', - 55358453 => 'Claro BR', - 55358454 => 'Claro BR', - 55358455 => 'Claro BR', - 55358456 => 'Claro BR', - 55358457 => 'Claro BR', - 55358458 => 'Claro BR', - 55358459 => 'Claro BR', - 55358461 => 'Claro BR', - 55358462 => 'Claro BR', - 55358463 => 'Claro BR', - 55358464 => 'Claro BR', - 55358465 => 'Claro BR', - 55358466 => 'Claro BR', - 55358467 => 'Claro BR', - 55358468 => 'Claro BR', - 55358469 => 'Claro BR', - 55358471 => 'Claro BR', - 55358472 => 'Claro BR', - 55358473 => 'Claro BR', - 55358474 => 'Claro BR', - 55358475 => 'Claro BR', - 55358476 => 'Claro BR', - 55358477 => 'Claro BR', - 55358478 => 'Claro BR', - 55358479 => 'Claro BR', - 553585 => 'Oi', - 553586 => 'Oi', - 553587 => 'Oi', - 553588 => 'Oi', - 553589 => 'Oi', - 55359101 => 'TIM', - 55359102 => 'TIM', - 55359103 => 'TIM', - 55359104 => 'TIM', - 55359105 => 'TIM', - 55359106 => 'TIM', - 55359107 => 'TIM', - 55359108 => 'TIM', - 55359109 => 'TIM', - 55359111 => 'TIM', - 55359112 => 'TIM', - 55359113 => 'TIM', - 55359114 => 'TIM', - 55359115 => 'TIM', - 55359116 => 'TIM', - 55359117 => 'TIM', - 55359118 => 'TIM', - 55359119 => 'TIM', - 55359121 => 'TIM', - 55359122 => 'TIM', - 55359123 => 'TIM', - 55359124 => 'TIM', - 55359125 => 'TIM', - 55359126 => 'TIM', - 55359127 => 'TIM', - 55359128 => 'TIM', - 55359129 => 'TIM', - 55359131 => 'TIM', - 55359132 => 'TIM', - 55359133 => 'TIM', - 55359134 => 'TIM', - 55359135 => 'TIM', - 55359136 => 'TIM', - 55359137 => 'TIM', - 55359138 => 'TIM', - 55359139 => 'TIM', - 55359141 => 'TIM', - 55359142 => 'TIM', - 55359143 => 'TIM', - 55359144 => 'TIM', - 55359145 => 'TIM', - 55359146 => 'TIM', - 55359147 => 'TIM', - 55359148 => 'TIM', - 55359149 => 'TIM', - 55359151 => 'TIM', - 55359152 => 'TIM', - 55359153 => 'TIM', - 55359154 => 'TIM', - 55359155 => 'TIM', - 55359156 => 'TIM', - 55359157 => 'TIM', - 55359158 => 'TIM', - 55359159 => 'TIM', - 55359161 => 'TIM', - 55359162 => 'TIM', - 55359163 => 'TIM', - 55359164 => 'TIM', - 55359165 => 'TIM', - 55359166 => 'TIM', - 55359167 => 'TIM', - 55359168 => 'TIM', - 55359169 => 'TIM', - 55359171 => 'TIM', - 55359172 => 'TIM', - 55359173 => 'TIM', - 55359174 => 'TIM', - 55359175 => 'TIM', - 55359176 => 'TIM', - 55359177 => 'TIM', - 55359178 => 'TIM', - 55359179 => 'TIM', - 55359181 => 'TIM', - 55359187 => 'TIM', - 55359188 => 'TIM', - 55359191 => 'TIM', - 55359192 => 'TIM', - 55359193 => 'TIM', - 55359197 => 'TIM', - 55359198 => 'TIM', - 55359199 => 'TIM', - 55359801 => 'Telemig Celular', - 55359802 => 'Telemig Celular', - 55359803 => 'Telemig Celular', - 55359804 => 'Telemig Celular', - 55359805 => 'Telemig Celular', - 55359806 => 'Telemig Celular', - 55359807 => 'Telemig Celular', - 55359808 => 'Telemig Celular', - 55359809 => 'Telemig Celular', - 55359811 => 'Telemig Celular', - 55359812 => 'Telemig Celular', - 55359813 => 'Telemig Celular', - 55359814 => 'Telemig Celular', - 55359815 => 'Telemig Celular', - 55359816 => 'Telemig Celular', - 55359817 => 'Telemig Celular', - 55359818 => 'Telemig Celular', - 55359819 => 'Telemig Celular', - 55359821 => 'Telemig Celular', - 55359822 => 'Telemig Celular', - 55359823 => 'Telemig Celular', - 55359824 => 'Telemig Celular', - 55359825 => 'Telemig Celular', - 55359826 => 'Telemig Celular', - 55359827 => 'Telemig Celular', - 55359828 => 'Telemig Celular', - 55359829 => 'Telemig Celular', - 55359831 => 'Telemig Celular', - 55359832 => 'Telemig Celular', - 55359833 => 'Telemig Celular', - 55359834 => 'Telemig Celular', - 55359835 => 'Telemig Celular', - 55359836 => 'Telemig Celular', - 55359837 => 'Telemig Celular', - 55359838 => 'Telemig Celular', - 55359839 => 'Telemig Celular', - 55359841 => 'Telemig Celular', - 55359842 => 'Telemig Celular', - 55359843 => 'Telemig Celular', - 55359844 => 'Telemig Celular', - 55359845 => 'Telemig Celular', - 55359846 => 'Telemig Celular', - 55359901 => 'Telemig Celular', - 55359902 => 'Telemig Celular', - 55359903 => 'Telemig Celular', - 55359904 => 'Telemig Celular', - 55359905 => 'Telemig Celular', - 55359906 => 'Telemig Celular', - 55359907 => 'Telemig Celular', - 55359908 => 'Telemig Celular', - 55359911 => 'Telemig Celular', - 55359912 => 'Telemig Celular', - 55359913 => 'Telemig Celular', - 55359914 => 'Telemig Celular', - 55359915 => 'Telemig Celular', - 55359916 => 'Telemig Celular', - 55359917 => 'Telemig Celular', - 55359918 => 'Telemig Celular', - 55359919 => 'Telemig Celular', - 55359921 => 'Telemig Celular', - 55359922 => 'Telemig Celular', - 55359923 => 'Telemig Celular', - 55359924 => 'Telemig Celular', - 55359925 => 'Telemig Celular', - 55359926 => 'Telemig Celular', - 55359927 => 'Telemig Celular', - 55359928 => 'Telemig Celular', - 55359929 => 'Telemig Celular', - 55359931 => 'Telemig Celular', - 55359932 => 'Telemig Celular', - 55359933 => 'Telemig Celular', - 55359934 => 'Telemig Celular', - 55359935 => 'Telemig Celular', - 55359936 => 'Telemig Celular', - 55359937 => 'Telemig Celular', - 55359938 => 'Telemig Celular', - 55359939 => 'Telemig Celular', - 55359941 => 'Telemig Celular', - 55359942 => 'Telemig Celular', - 55359943 => 'Telemig Celular', - 55359944 => 'Telemig Celular', - 55359945 => 'Telemig Celular', - 55359946 => 'Telemig Celular', - 55359947 => 'Telemig Celular', - 55359948 => 'Telemig Celular', - 55359949 => 'Telemig Celular', - 55359951 => 'Telemig Celular', - 55359952 => 'Telemig Celular', - 55359953 => 'Telemig Celular', - 55359954 => 'Telemig Celular', - 55359955 => 'Telemig Celular', - 55359956 => 'Telemig Celular', - 55359957 => 'Telemig Celular', - 55359958 => 'Telemig Celular', - 55359959 => 'Telemig Celular', - 5535996 => 'Telemig Celular', - 5535997 => 'Telemig Celular', - 5535998 => 'Telemig Celular', - 55359992 => 'Telemig Celular', - 55359993 => 'Telemig Celular', - 55359994 => 'Telemig Celular', - 55359995 => 'Telemig Celular', - 55359996 => 'Telemig Celular', - 55359997 => 'Telemig Celular', - 55378401 => 'Claro BR', - 55378402 => 'Claro BR', - 55378403 => 'Claro BR', - 55378404 => 'Claro BR', - 55378405 => 'Claro BR', - 55378406 => 'Claro BR', - 55378407 => 'Claro BR', - 55378408 => 'Claro BR', - 55378409 => 'Claro BR', - 55378411 => 'Claro BR', - 55378412 => 'Claro BR', - 55378413 => 'Claro BR', - 55378414 => 'Claro BR', - 55378415 => 'Claro BR', - 55378416 => 'Claro BR', - 55378417 => 'Claro BR', - 55378418 => 'Claro BR', - 55378419 => 'Claro BR', - 55378421 => 'Claro BR', - 55378422 => 'Claro BR', - 55378423 => 'Claro BR', - 55378424 => 'Claro BR', - 55378425 => 'Claro BR', - 55378426 => 'Claro BR', - 553785 => 'Oi', - 553786 => 'Oi', - 553787 => 'Oi', - 553788 => 'Oi', - 553789 => 'Oi', - 55379101 => 'TIM', - 55379102 => 'TIM', - 55379103 => 'TIM', - 55379104 => 'TIM', - 55379105 => 'TIM', - 55379106 => 'TIM', - 55379107 => 'TIM', - 55379108 => 'TIM', - 55379109 => 'TIM', - 55379111 => 'TIM', - 55379112 => 'TIM', - 55379113 => 'TIM', - 55379114 => 'TIM', - 55379115 => 'TIM', - 55379116 => 'TIM', - 55379117 => 'TIM', - 55379118 => 'TIM', - 55379119 => 'TIM', - 55379121 => 'TIM', - 55379122 => 'TIM', - 55379123 => 'TIM', - 55379124 => 'TIM', - 55379125 => 'TIM', - 55379126 => 'TIM', - 55379127 => 'TIM', - 55379128 => 'TIM', - 55379129 => 'TIM', - 55379131 => 'TIM', - 55379132 => 'TIM', - 55379133 => 'TIM', - 55379134 => 'TIM', - 55379135 => 'TIM', - 55379136 => 'TIM', - 55379137 => 'TIM', - 55379138 => 'TIM', - 55379139 => 'TIM', - 55379141 => 'TIM', - 55379143 => 'TIM', - 55379144 => 'TIM', - 55379145 => 'TIM', - 55379146 => 'TIM', - 55379147 => 'TIM', - 55379154 => 'TIM', - 55379186 => 'TIM', - 55379191 => 'TIM', - 55379192 => 'TIM', - 55379193 => 'TIM', - 55379194 => 'TIM', - 55379197 => 'TIM', - 55379198 => 'TIM', - 55379199 => 'TIM', - 55379801 => 'Telemig Celular', - 55379802 => 'Telemig Celular', - 55379803 => 'Telemig Celular', - 55379804 => 'Telemig Celular', - 55379805 => 'Telemig Celular', - 55379901 => 'Telemig Celular', - 55379902 => 'Telemig Celular', - 55379903 => 'Telemig Celular', - 55379904 => 'Telemig Celular', - 55379905 => 'Telemig Celular', - 55379906 => 'Telemig Celular', - 55379907 => 'Telemig Celular', - 55379908 => 'Telemig Celular', - 55379909 => 'Telemig Celular', - 55379911 => 'Telemig Celular', - 55379912 => 'Telemig Celular', - 55379913 => 'Telemig Celular', - 55379914 => 'Telemig Celular', - 55379915 => 'Telemig Celular', - 55379916 => 'Telemig Celular', - 55379917 => 'Telemig Celular', - 55379918 => 'Telemig Celular', - 55379919 => 'Telemig Celular', - 55379921 => 'Telemig Celular', - 55379922 => 'Telemig Celular', - 55379923 => 'Telemig Celular', - 55379924 => 'Telemig Celular', - 55379925 => 'Telemig Celular', - 55379926 => 'Telemig Celular', - 55379927 => 'Telemig Celular', - 55379928 => 'Telemig Celular', - 55379929 => 'Telemig Celular', - 55379931 => 'Telemig Celular', - 55379932 => 'Telemig Celular', - 55379933 => 'Telemig Celular', - 55379934 => 'Telemig Celular', - 55379935 => 'Telemig Celular', - 55379936 => 'Telemig Celular', - 55379937 => 'Telemig Celular', - 55379938 => 'Telemig Celular', - 55379939 => 'Telemig Celular', - 55379941 => 'Telemig Celular', - 55379942 => 'Telemig Celular', - 55379943 => 'Telemig Celular', - 55379944 => 'Telemig Celular', - 55379945 => 'Telemig Celular', - 55379946 => 'Telemig Celular', - 55379947 => 'Telemig Celular', - 55379948 => 'Telemig Celular', - 55379949 => 'Telemig Celular', - 55379951 => 'Telemig Celular', - 55379952 => 'Telemig Celular', - 55379953 => 'Telemig Celular', - 55379954 => 'Telemig Celular', - 55379955 => 'Telemig Celular', - 55379956 => 'Telemig Celular', - 55379957 => 'Telemig Celular', - 55379958 => 'Telemig Celular', - 55379959 => 'Telemig Celular', - 55379961 => 'Telemig Celular', - 55379962 => 'Telemig Celular', - 55379963 => 'Telemig Celular', - 55379964 => 'Telemig Celular', - 55379965 => 'Telemig Celular', - 55379966 => 'Telemig Celular', - 55379967 => 'Telemig Celular', - 55379968 => 'Telemig Celular', - 55379969 => 'Telemig Celular', - 5537998 => 'Telemig Celular', - 55379991 => 'Telemig Celular', - 55379992 => 'Telemig Celular', - 55379993 => 'Telemig Celular', - 55379994 => 'Telemig Celular', - 55379995 => 'Telemig Celular', - 55379996 => 'Telemig Celular', - 55379997 => 'Telemig Celular', - 55379998 => 'Telemig Celular', - 55379999 => 'Telemig Celular', - 55388401 => 'Claro BR', - 55388402 => 'Claro BR', - 55388403 => 'Claro BR', - 55388404 => 'Claro BR', - 55388405 => 'Claro BR', - 55388406 => 'Claro BR', - 55388407 => 'Claro BR', - 55388408 => 'Claro BR', - 55388409 => 'Claro BR', - 55388411 => 'Claro BR', - 55388412 => 'Claro BR', - 55388413 => 'Claro BR', - 55388414 => 'Claro BR', - 55388415 => 'Claro BR', - 55388416 => 'Claro BR', - 55388417 => 'Claro BR', - 55388418 => 'Claro BR', - 55388419 => 'Claro BR', - 55388421 => 'Claro BR', - 55388422 => 'Claro BR', - 55388423 => 'Claro BR', - 55388424 => 'Claro BR', - 55388425 => 'Claro BR', - 55388426 => 'Claro BR', - 55388427 => 'Claro BR', - 55388428 => 'Claro BR', - 55388429 => 'Claro BR', - 55388431 => 'Claro BR', - 55388432 => 'Claro BR', - 55388433 => 'Claro BR', - 55388434 => 'Claro BR', - 55388435 => 'Claro BR', - 55388436 => 'Claro BR', - 55388437 => 'Claro BR', - 553885 => 'Oi', - 553886 => 'Oi', - 553887 => 'Oi', - 553888 => 'Oi', - 553889 => 'Oi', - 55389101 => 'TIM', - 55389102 => 'TIM', - 55389103 => 'TIM', - 55389104 => 'TIM', - 55389105 => 'TIM', - 55389106 => 'TIM', - 55389107 => 'TIM', - 55389108 => 'TIM', - 55389109 => 'TIM', - 55389111 => 'TIM', - 55389112 => 'TIM', - 55389113 => 'TIM', - 55389114 => 'TIM', - 55389115 => 'TIM', - 55389116 => 'TIM', - 55389117 => 'TIM', - 55389118 => 'TIM', - 55389119 => 'TIM', - 55389121 => 'TIM', - 55389122 => 'TIM', - 55389123 => 'TIM', - 55389124 => 'TIM', - 55389125 => 'TIM', - 55389126 => 'TIM', - 55389127 => 'TIM', - 55389128 => 'TIM', - 55389129 => 'TIM', - 55389131 => 'TIM', - 55389132 => 'TIM', - 55389133 => 'TIM', - 55389134 => 'TIM', - 55389135 => 'TIM', - 55389136 => 'TIM', - 55389137 => 'TIM', - 55389138 => 'TIM', - 55389139 => 'TIM', - 55389141 => 'TIM', - 55389142 => 'TIM', - 55389143 => 'TIM', - 55389144 => 'TIM', - 55389145 => 'TIM', - 55389146 => 'TIM', - 55389147 => 'TIM', - 55389148 => 'TIM', - 55389149 => 'TIM', - 55389151 => 'TIM', - 55389152 => 'TIM', - 55389153 => 'TIM', - 55389154 => 'TIM', - 55389155 => 'TIM', - 55389156 => 'TIM', - 55389157 => 'TIM', - 55389158 => 'TIM', - 55389159 => 'TIM', - 55389161 => 'TIM', - 55389162 => 'TIM', - 55389163 => 'TIM', - 55389164 => 'TIM', - 55389165 => 'TIM', - 55389166 => 'TIM', - 55389167 => 'TIM', - 55389168 => 'TIM', - 55389169 => 'TIM', - 55389171 => 'TIM', - 55389172 => 'TIM', - 55389173 => 'TIM', - 55389174 => 'TIM', - 55389175 => 'TIM', - 55389176 => 'TIM', - 55389177 => 'TIM', - 55389178 => 'TIM', - 55389179 => 'TIM', - 55389181 => 'TIM', - 55389182 => 'TIM', - 55389183 => 'TIM', - 55389184 => 'TIM', - 55389191 => 'TIM', - 55389192 => 'TIM', - 55389193 => 'TIM', - 55389194 => 'TIM', - 55389195 => 'TIM', - 55389196 => 'TIM', - 55389197 => 'TIM', - 55389801 => 'Telemig Celular', - 55389802 => 'Telemig Celular', - 55389803 => 'Telemig Celular', - 55389804 => 'Telemig Celular', - 55389805 => 'Telemig Celular', - 55389806 => 'Telemig Celular', - 55389807 => 'Telemig Celular', - 55389808 => 'Telemig Celular', - 55389809 => 'Telemig Celular', - 55389810 => 'Telemig Celular', - 55389901 => 'Telemig Celular', - 55389902 => 'Telemig Celular', - 55389903 => 'Telemig Celular', - 55389904 => 'Telemig Celular', - 55389905 => 'Telemig Celular', - 55389906 => 'Telemig Celular', - 55389907 => 'Telemig Celular', - 55389908 => 'Telemig Celular', - 55389909 => 'Telemig Celular', - 5538991 => 'Telemig Celular', - 5538992 => 'Telemig Celular', - 5538993 => 'Telemig Celular', - 5538994 => 'Telemig Celular', - 5538995 => 'Telemig Celular', - 5538996 => 'Telemig Celular', - 5538997 => 'Telemig Celular', - 5538998 => 'Telemig Celular', - 55389990 => 'Telemig Celular', - 55389991 => 'Telemig Celular', - 55389992 => 'Telemig Celular', - 55389993 => 'Telemig Celular', - 55389995 => 'Telemig Celular', - 55389996 => 'Telemig Celular', - 55389997 => 'Telemig Celular', - 55389998 => 'Telemig Celular', - 55389999 => 'Telemig Celular', - 55418401 => 'Brasil Telecom GSM', - 55418402 => 'Brasil Telecom GSM', - 55418403 => 'Brasil Telecom GSM', - 55418404 => 'Brasil Telecom GSM', - 55418405 => 'Brasil Telecom GSM', - 55418406 => 'Brasil Telecom GSM', - 55418407 => 'Brasil Telecom GSM', - 55418408 => 'Brasil Telecom GSM', - 55418409 => 'Brasil Telecom GSM', - 55418411 => 'Brasil Telecom GSM', - 55418412 => 'Brasil Telecom GSM', - 55418413 => 'Brasil Telecom GSM', - 55418414 => 'Brasil Telecom GSM', - 55418415 => 'Brasil Telecom GSM', - 55418416 => 'Brasil Telecom GSM', - 55418417 => 'Brasil Telecom GSM', - 55418418 => 'Brasil Telecom GSM', - 55418419 => 'Brasil Telecom GSM', - 55418421 => 'Brasil Telecom GSM', - 55418422 => 'Brasil Telecom GSM', - 55418423 => 'Brasil Telecom GSM', - 55418424 => 'Brasil Telecom GSM', - 55418425 => 'Brasil Telecom GSM', - 55418426 => 'Brasil Telecom GSM', - 55418427 => 'Brasil Telecom GSM', - 55418428 => 'Brasil Telecom GSM', - 55418429 => 'Brasil Telecom GSM', - 55418431 => 'Brasil Telecom GSM', - 55418432 => 'Brasil Telecom GSM', - 55418433 => 'Brasil Telecom GSM', - 55418434 => 'Brasil Telecom GSM', - 55418435 => 'Brasil Telecom GSM', - 55418436 => 'Brasil Telecom GSM', - 55418437 => 'Brasil Telecom GSM', - 55418438 => 'Brasil Telecom GSM', - 55418439 => 'Brasil Telecom GSM', - 55418441 => 'Brasil Telecom GSM', - 55418442 => 'Brasil Telecom GSM', - 55418443 => 'Brasil Telecom GSM', - 55418444 => 'Brasil Telecom GSM', - 55418445 => 'Brasil Telecom GSM', - 55418446 => 'Brasil Telecom GSM', - 55418447 => 'Brasil Telecom GSM', - 55418448 => 'Brasil Telecom GSM', - 55418449 => 'Brasil Telecom GSM', - 55418451 => 'Brasil Telecom GSM', - 55418452 => 'Brasil Telecom GSM', - 55418453 => 'Brasil Telecom GSM', - 55418454 => 'Brasil Telecom GSM', - 55418455 => 'Brasil Telecom GSM', - 55418456 => 'Brasil Telecom GSM', - 55418457 => 'Brasil Telecom GSM', - 55418458 => 'Brasil Telecom GSM', - 55418459 => 'Brasil Telecom GSM', - 55418461 => 'Brasil Telecom GSM', - 55418462 => 'Brasil Telecom GSM', - 55418463 => 'Brasil Telecom GSM', - 55418464 => 'Brasil Telecom GSM', - 55418465 => 'Brasil Telecom GSM', - 55418466 => 'Brasil Telecom GSM', - 55418467 => 'Brasil Telecom GSM', - 55418468 => 'Brasil Telecom GSM', - 55418469 => 'Brasil Telecom GSM', - 55418471 => 'Brasil Telecom GSM', - 55418472 => 'Brasil Telecom GSM', - 55418473 => 'Brasil Telecom GSM', - 55418474 => 'Brasil Telecom GSM', - 55418475 => 'Brasil Telecom GSM', - 55418476 => 'Brasil Telecom GSM', - 55418477 => 'Brasil Telecom GSM', - 55418478 => 'Brasil Telecom GSM', - 5541870 => 'Claro BR', - 5541871 => 'Claro BR', - 5541872 => 'Claro BR', - 5541873 => 'Claro BR', - 5541874 => 'Claro BR', - 55418750 => 'Claro BR', - 55418751 => 'Claro BR', - 55418752 => 'Claro BR', - 554188 => 'Claro BR', - 5541910 => 'Vivo', - 55419111 => 'Vivo', - 55419112 => 'Vivo', - 55419113 => 'Vivo', - 55419114 => 'Vivo', - 55419115 => 'Vivo', - 55419116 => 'Vivo', - 55419117 => 'Vivo', - 55419118 => 'Vivo', - 55419119 => 'Vivo', - 55419121 => 'Vivo', - 55419122 => 'Vivo', - 55419123 => 'Vivo', - 55419124 => 'Vivo', - 55419125 => 'Vivo', - 55419126 => 'Vivo', - 55419127 => 'Vivo', - 55419128 => 'Vivo', - 55419129 => 'Vivo', - 55419131 => 'Vivo', - 55419132 => 'Vivo', - 55419133 => 'Vivo', - 55419134 => 'Vivo', - 55419135 => 'Vivo', - 55419136 => 'Vivo', - 55419137 => 'Vivo', - 55419138 => 'Vivo', - 55419139 => 'Vivo', - 55419141 => 'Vivo', - 55419142 => 'Vivo', - 55419143 => 'Vivo', - 55419144 => 'Vivo', - 55419145 => 'Vivo', - 55419146 => 'Vivo', - 55419147 => 'Vivo', - 55419148 => 'Vivo', - 55419149 => 'Vivo', - 55419151 => 'Vivo', - 55419152 => 'Vivo', - 55419153 => 'Vivo', - 55419154 => 'Vivo', - 55419155 => 'Vivo', - 55419156 => 'Vivo', - 55419157 => 'Vivo', - 55419158 => 'Vivo', - 55419159 => 'Vivo', - 55419161 => 'Vivo', - 55419162 => 'Vivo', - 55419163 => 'Vivo', - 55419164 => 'Vivo', - 55419165 => 'Vivo', - 55419166 => 'Vivo', - 55419167 => 'Vivo', - 55419168 => 'Vivo', - 55419169 => 'Vivo', - 55419171 => 'Vivo', - 55419172 => 'Vivo', - 55419173 => 'Vivo', - 55419174 => 'Vivo', - 55419175 => 'Vivo', - 55419176 => 'Vivo', - 55419177 => 'Vivo', - 55419178 => 'Vivo', - 55419179 => 'Vivo', - 55419181 => 'Vivo', - 55419182 => 'Vivo', - 55419183 => 'Vivo', - 55419184 => 'Vivo', - 55419185 => 'Vivo', - 55419186 => 'Vivo', - 55419187 => 'Vivo', - 55419188 => 'Vivo', - 55419189 => 'Vivo', - 55419191 => 'Vivo', - 55419192 => 'Vivo', - 55419193 => 'Vivo', - 55419194 => 'Vivo', - 55419195 => 'Vivo', - 55419196 => 'Vivo', - 55419197 => 'Vivo', - 55419198 => 'Vivo', - 55419199 => 'Vivo', - 55419201 => 'Vivo', - 55419202 => 'Vivo', - 55419203 => 'Vivo', - 55419204 => 'Vivo', - 55419205 => 'Vivo', - 55419206 => 'Vivo', - 55419207 => 'Vivo', - 55419208 => 'Vivo', - 55419209 => 'Vivo', - 55419211 => 'Vivo', - 55419212 => 'Vivo', - 55419213 => 'Vivo', - 55419214 => 'Vivo', - 55419215 => 'Vivo', - 55419216 => 'Vivo', - 55419217 => 'Vivo', - 55419218 => 'Vivo', - 55419219 => 'Vivo', - 55419221 => 'Vivo', - 55419222 => 'Vivo', - 55419223 => 'Vivo', - 55419224 => 'Vivo', - 55419225 => 'Vivo', - 55419226 => 'Vivo', - 55419227 => 'Vivo', - 55419228 => 'Vivo', - 55419229 => 'Vivo', - 55419231 => 'Vivo', - 55419232 => 'Vivo', - 55419233 => 'Vivo', - 55419234 => 'Vivo', - 55419235 => 'Vivo', - 55419236 => 'Vivo', - 55419237 => 'Vivo', - 55419238 => 'Vivo', - 55419239 => 'Vivo', - 55419241 => 'Vivo', - 55419242 => 'Vivo', - 55419243 => 'Vivo', - 55419244 => 'Vivo', - 55419245 => 'Vivo', - 55419246 => 'Vivo', - 55419247 => 'Vivo', - 55419248 => 'Vivo', - 55419249 => 'Vivo', - 55419251 => 'Vivo', - 55419252 => 'Vivo', - 55419253 => 'Vivo', - 55419254 => 'Vivo', - 55419255 => 'Vivo', - 55419256 => 'Vivo', - 55419257 => 'Vivo', - 55419258 => 'Vivo', - 55419259 => 'Vivo', - 55419261 => 'Vivo', - 55419262 => 'Vivo', - 55419263 => 'Vivo', - 55419264 => 'Vivo', - 55419265 => 'Vivo', - 55419266 => 'Vivo', - 554196 => 'TIM', - 55419800 => 'TIM', - 55419801 => 'TIM', - 55419802 => 'TIM', - 55419803 => 'TIM', - 55419804 => 'TIM', - 554199 => 'TIM', - 55428401 => 'Brasil Telecom GSM', - 55428402 => 'Brasil Telecom GSM', - 55428403 => 'Brasil Telecom GSM', - 55428404 => 'Brasil Telecom GSM', - 55428405 => 'Brasil Telecom GSM', - 55428406 => 'Brasil Telecom GSM', - 55428407 => 'Brasil Telecom GSM', - 55428408 => 'Brasil Telecom GSM', - 55428409 => 'Brasil Telecom GSM', - 55428411 => 'Brasil Telecom GSM', - 55428412 => 'Brasil Telecom GSM', - 55428413 => 'Brasil Telecom GSM', - 55428414 => 'Brasil Telecom GSM', - 55428415 => 'Brasil Telecom GSM', - 55428416 => 'Brasil Telecom GSM', - 55428417 => 'Brasil Telecom GSM', - 5542880 => 'Claro BR', - 5542881 => 'Claro BR', - 5542882 => 'Claro BR', - 5542883 => 'Claro BR', - 5542884 => 'Claro BR', - 5542885 => 'Claro BR', - 5542886 => 'Claro BR', - 55428870 => 'Claro BR', - 55428871 => 'Claro BR', - 55428872 => 'Claro BR', - 55428873 => 'Claro BR', - 55428874 => 'Claro BR', - 5542910 => 'Vivo', - 55429111 => 'Vivo', - 55429112 => 'Vivo', - 55429113 => 'Vivo', - 55429114 => 'Vivo', - 55429115 => 'Vivo', - 55429116 => 'Vivo', - 55429117 => 'Vivo', - 55429118 => 'Vivo', - 55429119 => 'Vivo', - 55429121 => 'Vivo', - 55429122 => 'Vivo', - 55429123 => 'Vivo', - 55429124 => 'Vivo', - 55429125 => 'Vivo', - 55429126 => 'Vivo', - 55429127 => 'Vivo', - 55429128 => 'Vivo', - 55429129 => 'Vivo', - 55429131 => 'Vivo', - 55429132 => 'Vivo', - 55429133 => 'Vivo', - 55429134 => 'Vivo', - 55429135 => 'Vivo', - 55429136 => 'Vivo', - 55429137 => 'Vivo', - 55429138 => 'Vivo', - 55429139 => 'Vivo', - 55429141 => 'Vivo', - 55429142 => 'Vivo', - 55429143 => 'Vivo', - 55429144 => 'Vivo', - 55429145 => 'Vivo', - 55429146 => 'Vivo', - 55429147 => 'Vivo', - 55429148 => 'Vivo', - 55429149 => 'Vivo', - 55429151 => 'Vivo', - 55429152 => 'Vivo', - 55429153 => 'Vivo', - 55429154 => 'Vivo', - 55429155 => 'Vivo', - 55429156 => 'Vivo', - 55429157 => 'Vivo', - 55429158 => 'Vivo', - 55429159 => 'Vivo', - 55429161 => 'Vivo', - 55429162 => 'Vivo', - 55429163 => 'Vivo', - 55429164 => 'Vivo', - 55429165 => 'Vivo', - 55429166 => 'Vivo', - 55429901 => 'TIM', - 55429902 => 'TIM', - 55429903 => 'TIM', - 55429904 => 'TIM', - 55429905 => 'TIM', - 55429906 => 'TIM', - 55429907 => 'TIM', - 55429908 => 'TIM', - 55429911 => 'TIM', - 55429912 => 'TIM', - 55429913 => 'TIM', - 55429914 => 'TIM', - 55429915 => 'TIM', - 55429916 => 'TIM', - 55429917 => 'TIM', - 55429918 => 'TIM', - 55429919 => 'TIM', - 55429921 => 'TIM', - 55429922 => 'TIM', - 55429923 => 'TIM', - 55429924 => 'TIM', - 55429925 => 'TIM', - 55429926 => 'TIM', - 55429927 => 'TIM', - 55429928 => 'TIM', - 55429929 => 'TIM', - 55429931 => 'TIM', - 55429932 => 'TIM', - 55429933 => 'TIM', - 55429934 => 'TIM', - 55429935 => 'TIM', - 55429936 => 'TIM', - 55429937 => 'TIM', - 55429938 => 'TIM', - 55429939 => 'TIM', - 55429941 => 'TIM', - 55429942 => 'TIM', - 55429943 => 'TIM', - 55429944 => 'TIM', - 55429945 => 'TIM', - 55429946 => 'TIM', - 55429947 => 'TIM', - 55429948 => 'TIM', - 55429949 => 'TIM', - 55429961 => 'TIM', - 55429962 => 'TIM', - 55429963 => 'TIM', - 55429964 => 'TIM', - 55429965 => 'TIM', - 55429966 => 'TIM', - 55429967 => 'TIM', - 55429969 => 'TIM', - 55429971 => 'TIM', - 55429972 => 'TIM', - 55429973 => 'TIM', - 55429974 => 'TIM', - 55429975 => 'TIM', - 55429976 => 'TIM', - 55429977 => 'TIM', - 55429978 => 'TIM', - 55429979 => 'TIM', - 55429981 => 'TIM', - 55429982 => 'TIM', - 55438111 => 'TIM', - 55438401 => 'Brasil Telecom GSM', - 55438402 => 'Brasil Telecom GSM', - 55438403 => 'Brasil Telecom GSM', - 55438404 => 'Brasil Telecom GSM', - 55438405 => 'Brasil Telecom GSM', - 55438406 => 'Brasil Telecom GSM', - 55438407 => 'Brasil Telecom GSM', - 55438408 => 'Brasil Telecom GSM', - 55438409 => 'Brasil Telecom GSM', - 55438411 => 'Brasil Telecom GSM', - 55438412 => 'Brasil Telecom GSM', - 55438413 => 'Brasil Telecom GSM', - 55438414 => 'Brasil Telecom GSM', - 55438415 => 'Brasil Telecom GSM', - 55438416 => 'Brasil Telecom GSM', - 55438417 => 'Brasil Telecom GSM', - 55438418 => 'Brasil Telecom GSM', - 55438419 => 'Brasil Telecom GSM', - 55438421 => 'Brasil Telecom GSM', - 55438422 => 'Brasil Telecom GSM', - 55438423 => 'Brasil Telecom GSM', - 55438424 => 'Brasil Telecom GSM', - 55438425 => 'Brasil Telecom GSM', - 55438426 => 'Brasil Telecom GSM', - 55438427 => 'Brasil Telecom GSM', - 55438428 => 'Brasil Telecom GSM', - 55438429 => 'Brasil Telecom GSM', - 55438431 => 'Brasil Telecom GSM', - 55438432 => 'Brasil Telecom GSM', - 55438433 => 'Brasil Telecom GSM', - 55438434 => 'Brasil Telecom GSM', - 55438435 => 'Brasil Telecom GSM', - 5543880 => 'Claro BR', - 5543881 => 'Claro BR', - 5543882 => 'Claro BR', - 5543883 => 'Claro BR', - 5543884 => 'Claro BR', - 55438850 => 'Claro BR', - 55438851 => 'Claro BR', - 55438852 => 'Claro BR', - 5543910 => 'Vivo', - 55439111 => 'Vivo', - 55439112 => 'Vivo', - 55439113 => 'Vivo', - 55439114 => 'Vivo', - 55439115 => 'Vivo', - 55439116 => 'Vivo', - 55439117 => 'Vivo', - 55439118 => 'Vivo', - 55439119 => 'Vivo', - 55439121 => 'Vivo', - 55439122 => 'Vivo', - 55439123 => 'Vivo', - 55439124 => 'Vivo', - 55439125 => 'Vivo', - 55439126 => 'Vivo', - 55439127 => 'Vivo', - 55439128 => 'Vivo', - 55439129 => 'Vivo', - 55439131 => 'Vivo', - 55439132 => 'Vivo', - 55439133 => 'Vivo', - 55439134 => 'Vivo', - 55439135 => 'Vivo', - 55439136 => 'Vivo', - 55439137 => 'Vivo', - 55439138 => 'Vivo', - 55439139 => 'Vivo', - 55439141 => 'Vivo', - 55439142 => 'Vivo', - 55439143 => 'Vivo', - 55439144 => 'Vivo', - 55439145 => 'Vivo', - 55439146 => 'Vivo', - 55439147 => 'Vivo', - 55439148 => 'Vivo', - 55439149 => 'Vivo', - 55439151 => 'Vivo', - 55439152 => 'Vivo', - 55439153 => 'Vivo', - 55439154 => 'Vivo', - 55439155 => 'Vivo', - 55439156 => 'Vivo', - 55439157 => 'Vivo', - 55439158 => 'Vivo', - 55439159 => 'Vivo', - 55439161 => 'Vivo', - 55439162 => 'Vivo', - 55439163 => 'Vivo', - 55439164 => 'Vivo', - 55439165 => 'Vivo', - 55439166 => 'Vivo', - 55439167 => 'Vivo', - 55439168 => 'Vivo', - 55439169 => 'Vivo', - 55439171 => 'Vivo', - 55439172 => 'Vivo', - 55439173 => 'Vivo', - 55439174 => 'Vivo', - 55439175 => 'Vivo', - 55439176 => 'Vivo', - 55439177 => 'Vivo', - 55439178 => 'Vivo', - 55439179 => 'Vivo', - 55439181 => 'Vivo', - 55439182 => 'Vivo', - 55439183 => 'Vivo', - 55439184 => 'Vivo', - 55439185 => 'Vivo', - 55439186 => 'Vivo', - 55439187 => 'Vivo', - 55439188 => 'Vivo', - 55439189 => 'Vivo', - 55439191 => 'Vivo', - 55439192 => 'Vivo', - 55439193 => 'Vivo', - 55439194 => 'Vivo', - 55439195 => 'Vivo', - 5543960 => 'TIM', - 55439610 => 'TIM', - 55439611 => 'TIM', - 55439612 => 'TIM', - 5543990 => 'TIM', - 5543991 => 'TIM', - 5543992 => 'TIM', - 55439930 => 'TIM', - 55439931 => 'TIM', - 55439932 => 'TIM', - 55439933 => 'TIM', - 55439934 => 'TIM', - 55439935 => 'TIM', - 55439936 => 'TIM', - 55439937 => 'TIM', - 55439938 => 'TIM', - 554399396 => 'TIM', - 554399397 => 'TIM', - 554399398 => 'TIM', - 554399399 => 'TIM', - 5543995 => 'TIM', - 5543996 => 'TIM', - 5543997 => 'TIM', - 5543998 => 'TIM', - 55448401 => 'Brasil Telecom GSM', - 55448402 => 'Brasil Telecom GSM', - 55448403 => 'Brasil Telecom GSM', - 55448404 => 'Brasil Telecom GSM', - 55448405 => 'Brasil Telecom GSM', - 55448406 => 'Brasil Telecom GSM', - 55448407 => 'Brasil Telecom GSM', - 55448408 => 'Brasil Telecom GSM', - 55448409 => 'Brasil Telecom GSM', - 55448411 => 'Brasil Telecom GSM', - 55448412 => 'Brasil Telecom GSM', - 55448413 => 'Brasil Telecom GSM', - 55448414 => 'Brasil Telecom GSM', - 55448415 => 'Brasil Telecom GSM', - 55448416 => 'Brasil Telecom GSM', - 55448417 => 'Brasil Telecom GSM', - 55448418 => 'Brasil Telecom GSM', - 55448419 => 'Brasil Telecom GSM', - 55448421 => 'Brasil Telecom GSM', - 55448422 => 'Brasil Telecom GSM', - 55448423 => 'Brasil Telecom GSM', - 55448424 => 'Brasil Telecom GSM', - 55448425 => 'Brasil Telecom GSM', - 55448426 => 'Brasil Telecom GSM', - 55448427 => 'Brasil Telecom GSM', - 55448428 => 'Brasil Telecom GSM', - 55448429 => 'Brasil Telecom GSM', - 5544880 => 'Claro BR', - 5544881 => 'Claro BR', - 5544882 => 'Claro BR', - 5544883 => 'Claro BR', - 5544884 => 'Claro BR', - 5544885 => 'Claro BR', - 55448860 => 'Claro BR', - 5544910 => 'Vivo', - 55449111 => 'Vivo', - 55449112 => 'Vivo', - 55449113 => 'Vivo', - 55449114 => 'Vivo', - 55449115 => 'Vivo', - 55449116 => 'Vivo', - 55449117 => 'Vivo', - 55449118 => 'Vivo', - 55449119 => 'Vivo', - 55449121 => 'Vivo', - 55449122 => 'Vivo', - 55449123 => 'Vivo', - 55449124 => 'Vivo', - 55449125 => 'Vivo', - 55449126 => 'Vivo', - 55449127 => 'Vivo', - 55449128 => 'Vivo', - 55449129 => 'Vivo', - 55449131 => 'Vivo', - 55449132 => 'Vivo', - 55449133 => 'Vivo', - 55449134 => 'Vivo', - 55449135 => 'Vivo', - 55449136 => 'Vivo', - 55449137 => 'Vivo', - 55449138 => 'Vivo', - 55449139 => 'Vivo', - 55449141 => 'Vivo', - 55449142 => 'Vivo', - 55449143 => 'Vivo', - 55449144 => 'Vivo', - 55449145 => 'Vivo', - 55449146 => 'Vivo', - 55449147 => 'Vivo', - 55449148 => 'Vivo', - 55449149 => 'Vivo', - 55449151 => 'Vivo', - 55449152 => 'Vivo', - 55449153 => 'Vivo', - 55449154 => 'Vivo', - 55449155 => 'Vivo', - 55449156 => 'Vivo', - 55449157 => 'Vivo', - 55449158 => 'Vivo', - 55449159 => 'Vivo', - 55449161 => 'Vivo', - 55449162 => 'Vivo', - 55449163 => 'Vivo', - 55449164 => 'Vivo', - 55449165 => 'Vivo', - 55449166 => 'Vivo', - 55449167 => 'Vivo', - 55449168 => 'Vivo', - 55449169 => 'Vivo', - 55449171 => 'Vivo', - 55449172 => 'Vivo', - 55449173 => 'Vivo', - 55449174 => 'Vivo', - 554499 => 'TIM', - 55458401 => 'Brasil Telecom GSM', - 55458402 => 'Brasil Telecom GSM', - 55458403 => 'Brasil Telecom GSM', - 55458404 => 'Brasil Telecom GSM', - 55458405 => 'Brasil Telecom GSM', - 55458406 => 'Brasil Telecom GSM', - 55458407 => 'Brasil Telecom GSM', - 55458408 => 'Brasil Telecom GSM', - 55458409 => 'Brasil Telecom GSM', - 55458411 => 'Brasil Telecom GSM', - 55458412 => 'Brasil Telecom GSM', - 55458413 => 'Brasil Telecom GSM', - 55458414 => 'Brasil Telecom GSM', - 55458415 => 'Brasil Telecom GSM', - 55458416 => 'Brasil Telecom GSM', - 55458417 => 'Brasil Telecom GSM', - 55458418 => 'Brasil Telecom GSM', - 55458801 => 'Claro BR', - 55458802 => 'Claro BR', - 55458803 => 'Claro BR', - 55458804 => 'Claro BR', - 55458805 => 'Claro BR', - 55458806 => 'Claro BR', - 55458807 => 'Claro BR', - 55458808 => 'Claro BR', - 55458809 => 'Claro BR', - 55458811 => 'Claro BR', - 55458812 => 'Claro BR', - 55458813 => 'Claro BR', - 55458814 => 'Claro BR', - 55458815 => 'Claro BR', - 55458816 => 'Claro BR', - 55458817 => 'Claro BR', - 55458818 => 'Claro BR', - 55458819 => 'Claro BR', - 55458821 => 'Claro BR', - 55458822 => 'Claro BR', - 55458823 => 'Claro BR', - 55458824 => 'Claro BR', - 55458825 => 'Claro BR', - 55458826 => 'Claro BR', - 55458827 => 'Claro BR', - 55458828 => 'Claro BR', - 55458829 => 'Claro BR', - 55458831 => 'Claro BR', - 55458832 => 'Claro BR', - 55458833 => 'Claro BR', - 55458834 => 'Claro BR', - 55458835 => 'Claro BR', - 55458836 => 'Claro BR', - 55458837 => 'Claro BR', - 55458838 => 'Claro BR', - 55458839 => 'Claro BR', - 55458841 => 'Claro BR', - 55458842 => 'Claro BR', - 5545910 => 'Vivo', - 55459111 => 'Vivo', - 55459112 => 'Vivo', - 55459113 => 'Vivo', - 55459114 => 'Vivo', - 55459115 => 'Vivo', - 55459116 => 'Vivo', - 55459117 => 'Vivo', - 55459118 => 'Vivo', - 55459119 => 'Vivo', - 55459121 => 'Vivo', - 55459122 => 'Vivo', - 55459123 => 'Vivo', - 55459124 => 'Vivo', - 55459125 => 'Vivo', - 55459126 => 'Vivo', - 55459127 => 'Vivo', - 55459128 => 'Vivo', - 55459129 => 'Vivo', - 55459131 => 'Vivo', - 55459132 => 'Vivo', - 55459133 => 'Vivo', - 55459134 => 'Vivo', - 55459135 => 'Vivo', - 55459136 => 'Vivo', - 55459137 => 'Vivo', - 55459138 => 'Vivo', - 55459139 => 'Vivo', - 55459141 => 'Vivo', - 55459142 => 'Vivo', - 55459143 => 'Vivo', - 55459144 => 'Vivo', - 55459145 => 'Vivo', - 55459146 => 'Vivo', - 55459147 => 'Vivo', - 55459148 => 'Vivo', - 55459149 => 'Vivo', - 55459151 => 'Vivo', - 55459152 => 'Vivo', - 55459153 => 'Vivo', - 55459154 => 'Vivo', - 55459155 => 'Vivo', - 55459156 => 'Vivo', - 55459157 => 'Vivo', - 55459158 => 'Vivo', - 55459911 => 'TIM', - 55459912 => 'TIM', - 55459913 => 'TIM', - 55459914 => 'TIM', - 55459915 => 'TIM', - 55459916 => 'TIM', - 55459917 => 'TIM', - 55459918 => 'TIM', - 55459919 => 'TIM', - 55459921 => 'TIM', - 55459922 => 'TIM', - 55459923 => 'TIM', - 55459924 => 'TIM', - 55459925 => 'TIM', - 55459926 => 'TIM', - 55459927 => 'TIM', - 55459928 => 'TIM', - 55459929 => 'TIM', - 55459931 => 'TIM', - 55459932 => 'TIM', - 55459933 => 'TIM', - 55459934 => 'TIM', - 55459935 => 'TIM', - 55459936 => 'TIM', - 55459937 => 'TIM', - 55459938 => 'TIM', - 55459939 => 'TIM', - 55459941 => 'TIM', - 55459942 => 'TIM', - 55459943 => 'TIM', - 55459944 => 'TIM', - 55459945 => 'TIM', - 55459946 => 'TIM', - 55459947 => 'TIM', - 55459948 => 'TIM', - 55459949 => 'TIM', - 55459951 => 'TIM', - 55459952 => 'TIM', - 55459953 => 'TIM', - 55459954 => 'TIM', - 55459961 => 'TIM', - 55459962 => 'TIM', - 55459963 => 'TIM', - 55459964 => 'TIM', - 55459965 => 'TIM', - 55459966 => 'TIM', - 55459967 => 'TIM', - 55459968 => 'TIM', - 55459969 => 'TIM', - 55459971 => 'TIM', - 55459972 => 'TIM', - 55459973 => 'TIM', - 55459974 => 'TIM', - 55459975 => 'TIM', - 55459976 => 'TIM', - 55459977 => 'TIM', - 55459978 => 'TIM', - 55459979 => 'TIM', - 55459981 => 'TIM', - 55459982 => 'TIM', - 55459983 => 'TIM', - 55459984 => 'TIM', - 55468401 => 'Brasil Telecom GSM', - 55468402 => 'Brasil Telecom GSM', - 55468403 => 'Brasil Telecom GSM', - 55468404 => 'Brasil Telecom GSM', - 55468405 => 'Brasil Telecom GSM', - 55468406 => 'Brasil Telecom GSM', - 55468407 => 'Brasil Telecom GSM', - 55468801 => 'Claro BR', - 55468802 => 'Claro BR', - 55468803 => 'Claro BR', - 55468804 => 'Claro BR', - 55468805 => 'Claro BR', - 55468806 => 'Claro BR', - 55468807 => 'Claro BR', - 55468808 => 'Claro BR', - 55468809 => 'Claro BR', - 5546881 => 'Claro BR', - 55468821 => 'Claro BR', - 55468822 => 'Claro BR', - 55468823 => 'Claro BR', - 55468824 => 'Claro BR', - 55468825 => 'Claro BR', - 55468826 => 'Claro BR', - 55468827 => 'Claro BR', - 5546910 => 'Vivo', - 55469111 => 'Vivo', - 55469112 => 'Vivo', - 55469113 => 'Vivo', - 55469114 => 'Vivo', - 55469115 => 'Vivo', - 55469116 => 'Vivo', - 55469117 => 'Vivo', - 55469118 => 'Vivo', - 55469119 => 'Vivo', - 55469121 => 'Vivo', - 55469122 => 'Vivo', - 55469123 => 'Vivo', - 55469124 => 'Vivo', - 55469125 => 'Vivo', - 55469126 => 'Vivo', - 55469127 => 'Vivo', - 55469128 => 'Vivo', - 55469129 => 'Vivo', - 55469131 => 'Vivo', - 55469132 => 'Vivo', - 55469911 => 'TIM', - 55469912 => 'TIM', - 55469913 => 'TIM', - 55469914 => 'TIM', - 55469915 => 'TIM', - 55469916 => 'TIM', - 55469917 => 'TIM', - 55469918 => 'TIM', - 55469919 => 'TIM', - 55469921 => 'TIM', - 55469922 => 'TIM', - 55469923 => 'TIM', - 55469939 => 'TIM', - 55469971 => 'TIM', - 55469972 => 'TIM', - 55469973 => 'TIM', - 55469974 => 'TIM', - 55469975 => 'TIM', - 55469976 => 'TIM', - 55469978 => 'TIM', - 55478401 => 'Brasil Telecom GSM', - 55478402 => 'Brasil Telecom GSM', - 55478403 => 'Brasil Telecom GSM', - 55478404 => 'Brasil Telecom GSM', - 55478405 => 'Brasil Telecom GSM', - 55478406 => 'Brasil Telecom GSM', - 55478407 => 'Brasil Telecom GSM', - 55478408 => 'Brasil Telecom GSM', - 55478409 => 'Brasil Telecom GSM', - 55478411 => 'Brasil Telecom GSM', - 55478412 => 'Brasil Telecom GSM', - 55478413 => 'Brasil Telecom GSM', - 55478414 => 'Brasil Telecom GSM', - 55478415 => 'Brasil Telecom GSM', - 55478416 => 'Brasil Telecom GSM', - 55478417 => 'Brasil Telecom GSM', - 55478418 => 'Brasil Telecom GSM', - 55478419 => 'Brasil Telecom GSM', - 55478421 => 'Brasil Telecom GSM', - 55478422 => 'Brasil Telecom GSM', - 55478423 => 'Brasil Telecom GSM', - 55478424 => 'Brasil Telecom GSM', - 55478425 => 'Brasil Telecom GSM', - 55478426 => 'Brasil Telecom GSM', - 55478427 => 'Brasil Telecom GSM', - 55478428 => 'Brasil Telecom GSM', - 55478429 => 'Brasil Telecom GSM', - 55478431 => 'Brasil Telecom GSM', - 55478432 => 'Brasil Telecom GSM', - 55478433 => 'Brasil Telecom GSM', - 55478434 => 'Brasil Telecom GSM', - 55478435 => 'Brasil Telecom GSM', - 55478436 => 'Brasil Telecom GSM', - 55478437 => 'Brasil Telecom GSM', - 55478438 => 'Brasil Telecom GSM', - 55478439 => 'Brasil Telecom GSM', - 55478441 => 'Brasil Telecom GSM', - 55478442 => 'Brasil Telecom GSM', - 55478443 => 'Brasil Telecom GSM', - 55478444 => 'Brasil Telecom GSM', - 55478445 => 'Brasil Telecom GSM', - 55478446 => 'Brasil Telecom GSM', - 55478447 => 'Brasil Telecom GSM', - 55478448 => 'Brasil Telecom GSM', - 55478449 => 'Brasil Telecom GSM', - 55478451 => 'Brasil Telecom GSM', - 55478452 => 'Brasil Telecom GSM', - 55478453 => 'Brasil Telecom GSM', - 55478454 => 'Brasil Telecom GSM', - 55478455 => 'Brasil Telecom GSM', - 55478456 => 'Brasil Telecom GSM', - 55478457 => 'Brasil Telecom GSM', - 554788 => 'Claro BR', - 55478900 => 'Claro BR', - 55478901 => 'Claro BR', - 554791 => 'Vivo', - 5547920 => 'Vivo', - 5547921 => 'Vivo', - 5547922 => 'Vivo', - 5547923 => 'Vivo', - 55479240 => 'Vivo', - 55479241 => 'Vivo', - 55479242 => 'Vivo', - 55479243 => 'Vivo', - 55479244 => 'Vivo', - 55479245 => 'Vivo', - 55479246 => 'Vivo', - 55479601 => 'TIM', - 55479602 => 'TIM', - 55479603 => 'TIM', - 55479604 => 'TIM', - 55479605 => 'TIM', - 55479606 => 'TIM', - 55479607 => 'TIM', - 55479608 => 'TIM', - 55479609 => 'TIM', - 55479611 => 'TIM', - 55479612 => 'TIM', - 55479613 => 'TIM', - 55479614 => 'TIM', - 55479615 => 'TIM', - 55479616 => 'TIM', - 55479617 => 'TIM', - 55479618 => 'TIM', - 55479619 => 'TIM', - 55479621 => 'TIM', - 55479622 => 'TIM', - 55479623 => 'TIM', - 55479624 => 'TIM', - 55479625 => 'TIM', - 55479626 => 'TIM', - 55479627 => 'TIM', - 55479628 => 'TIM', - 55479629 => 'TIM', - 55479631 => 'TIM', - 55479632 => 'TIM', - 55479633 => 'TIM', - 55479634 => 'TIM', - 55479635 => 'TIM', - 55479636 => 'TIM', - 55479637 => 'TIM', - 55479638 => 'TIM', - 55479651 => 'TIM', - 55479652 => 'TIM', - 55479653 => 'TIM', - 55479654 => 'TIM', - 55479655 => 'TIM', - 55479656 => 'TIM', - 55479657 => 'TIM', - 55479658 => 'TIM', - 55479901 => 'TIM', - 55479902 => 'TIM', - 55479903 => 'TIM', - 55479904 => 'TIM', - 55479905 => 'TIM', - 55479906 => 'TIM', - 55479907 => 'TIM', - 55479909 => 'TIM', - 55479911 => 'TIM', - 55479912 => 'TIM', - 55479913 => 'TIM', - 55479914 => 'TIM', - 55479915 => 'TIM', - 55479916 => 'TIM', - 55479917 => 'TIM', - 55479918 => 'TIM', - 55479919 => 'TIM', - 55479921 => 'TIM', - 55479922 => 'TIM', - 55479923 => 'TIM', - 55479924 => 'TIM', - 55479925 => 'TIM', - 55479926 => 'TIM', - 55479927 => 'TIM', - 55479928 => 'TIM', - 55479929 => 'TIM', - 55479931 => 'TIM', - 55479932 => 'TIM', - 55479933 => 'TIM', - 55479934 => 'TIM', - 55479935 => 'TIM', - 55479936 => 'TIM', - 55479937 => 'TIM', - 55479938 => 'TIM', - 55479939 => 'TIM', - 55479941 => 'TIM', - 55479942 => 'TIM', - 55479943 => 'TIM', - 55479944 => 'TIM', - 55479945 => 'TIM', - 55479946 => 'TIM', - 55479947 => 'TIM', - 55479948 => 'TIM', - 55479949 => 'TIM', - 55479951 => 'TIM', - 55479952 => 'TIM', - 55479953 => 'TIM', - 55479954 => 'TIM', - 55479955 => 'TIM', - 55479956 => 'TIM', - 55479957 => 'TIM', - 55479958 => 'TIM', - 55479959 => 'TIM', - 55479961 => 'TIM', - 55479962 => 'TIM', - 55479963 => 'TIM', - 55479964 => 'TIM', - 55479965 => 'TIM', - 55479966 => 'TIM', - 55479967 => 'TIM', - 55479968 => 'TIM', - 55479969 => 'TIM', - 55479971 => 'TIM', - 55479972 => 'TIM', - 55479973 => 'TIM', - 55479974 => 'TIM', - 55479975 => 'TIM', - 55479976 => 'TIM', - 55479977 => 'TIM', - 55479978 => 'TIM', - 55479979 => 'TIM', - 5547998 => 'TIM', - 55479991 => 'TIM', - 55479992 => 'TIM', - 55479993 => 'TIM', - 55479994 => 'TIM', - 55479995 => 'TIM', - 55479996 => 'TIM', - 55479997 => 'TIM', - 55479998 => 'TIM', - 55488401 => 'Brasil Telecom GSM', - 55488402 => 'Brasil Telecom GSM', - 55488403 => 'Brasil Telecom GSM', - 55488404 => 'Brasil Telecom GSM', - 55488405 => 'Brasil Telecom GSM', - 55488406 => 'Brasil Telecom GSM', - 55488407 => 'Brasil Telecom GSM', - 55488408 => 'Brasil Telecom GSM', - 55488409 => 'Brasil Telecom GSM', - 55488411 => 'Brasil Telecom GSM', - 55488412 => 'Brasil Telecom GSM', - 55488413 => 'Brasil Telecom GSM', - 55488414 => 'Brasil Telecom GSM', - 55488415 => 'Brasil Telecom GSM', - 55488416 => 'Brasil Telecom GSM', - 55488417 => 'Brasil Telecom GSM', - 55488418 => 'Brasil Telecom GSM', - 55488419 => 'Brasil Telecom GSM', - 55488421 => 'Brasil Telecom GSM', - 55488422 => 'Brasil Telecom GSM', - 55488423 => 'Brasil Telecom GSM', - 55488424 => 'Brasil Telecom GSM', - 55488425 => 'Brasil Telecom GSM', - 55488426 => 'Brasil Telecom GSM', - 55488427 => 'Brasil Telecom GSM', - 55488428 => 'Brasil Telecom GSM', - 55488429 => 'Brasil Telecom GSM', - 55488431 => 'Brasil Telecom GSM', - 55488432 => 'Brasil Telecom GSM', - 55488433 => 'Brasil Telecom GSM', - 55488434 => 'Brasil Telecom GSM', - 55488435 => 'Brasil Telecom GSM', - 55488436 => 'Brasil Telecom GSM', - 55488437 => 'Brasil Telecom GSM', - 55488438 => 'Brasil Telecom GSM', - 55488439 => 'Brasil Telecom GSM', - 55488441 => 'Brasil Telecom GSM', - 55488442 => 'Brasil Telecom GSM', - 55488443 => 'Brasil Telecom GSM', - 55488444 => 'Brasil Telecom GSM', - 55488445 => 'Brasil Telecom GSM', - 55488446 => 'Brasil Telecom GSM', - 55488447 => 'Brasil Telecom GSM', - 55488448 => 'Brasil Telecom GSM', - 55488449 => 'Brasil Telecom GSM', - 55488451 => 'Brasil Telecom GSM', - 55488452 => 'Brasil Telecom GSM', - 5548880 => 'Claro BR', - 5548881 => 'Claro BR', - 5548882 => 'Claro BR', - 5548883 => 'Claro BR', - 5548884 => 'Claro BR', - 5548885 => 'Claro BR', - 55488860 => 'Claro BR', - 55488861 => 'Claro BR', - 55488862 => 'Claro BR', - 55488863 => 'Claro BR', - 55488864 => 'Claro BR', - 55488865 => 'Claro BR', - 55488866 => 'Claro BR', - 5548910 => 'Vivo', - 55489111 => 'Vivo', - 55489112 => 'Vivo', - 55489113 => 'Vivo', - 55489114 => 'Vivo', - 55489115 => 'Vivo', - 55489116 => 'Vivo', - 55489117 => 'Vivo', - 55489118 => 'Vivo', - 55489119 => 'Vivo', - 55489121 => 'Vivo', - 55489122 => 'Vivo', - 55489123 => 'Vivo', - 55489124 => 'Vivo', - 55489125 => 'Vivo', - 55489126 => 'Vivo', - 55489127 => 'Vivo', - 55489128 => 'Vivo', - 55489129 => 'Vivo', - 55489131 => 'Vivo', - 55489132 => 'Vivo', - 55489133 => 'Vivo', - 55489134 => 'Vivo', - 55489135 => 'Vivo', - 55489136 => 'Vivo', - 55489137 => 'Vivo', - 55489138 => 'Vivo', - 55489139 => 'Vivo', - 55489141 => 'Vivo', - 55489142 => 'Vivo', - 55489143 => 'Vivo', - 55489144 => 'Vivo', - 55489145 => 'Vivo', - 55489146 => 'Vivo', - 55489147 => 'Vivo', - 55489148 => 'Vivo', - 55489149 => 'Vivo', - 55489151 => 'Vivo', - 55489152 => 'Vivo', - 55489153 => 'Vivo', - 55489154 => 'Vivo', - 55489155 => 'Vivo', - 55489156 => 'Vivo', - 55489157 => 'Vivo', - 55489158 => 'Vivo', - 55489159 => 'Vivo', - 55489161 => 'Vivo', - 55489162 => 'Vivo', - 55489163 => 'Vivo', - 55489164 => 'Vivo', - 55489165 => 'Vivo', - 55489166 => 'Vivo', - 55489167 => 'Vivo', - 55489168 => 'Vivo', - 55489169 => 'Vivo', - 55489171 => 'Vivo', - 55489172 => 'Vivo', - 55489173 => 'Vivo', - 55489174 => 'Vivo', - 55489175 => 'Vivo', - 55489176 => 'Vivo', - 55489177 => 'Vivo', - 55489178 => 'Vivo', - 55489179 => 'Vivo', - 55489181 => 'Vivo', - 55489182 => 'Vivo', - 55489183 => 'Vivo', - 55489184 => 'Vivo', - 55489185 => 'Vivo', - 55489186 => 'Vivo', - 55489601 => 'TIM', - 55489602 => 'TIM', - 55489603 => 'TIM', - 55489604 => 'TIM', - 55489606 => 'TIM', - 55489607 => 'TIM', - 55489608 => 'TIM', - 55489609 => 'TIM', - 55489611 => 'TIM', - 55489612 => 'TIM', - 55489613 => 'TIM', - 55489614 => 'TIM', - 55489615 => 'TIM', - 55489616 => 'TIM', - 55489617 => 'TIM', - 55489618 => 'TIM', - 55489619 => 'TIM', - 55489621 => 'TIM', - 55489622 => 'TIM', - 55489623 => 'TIM', - 55489624 => 'TIM', - 55489625 => 'TIM', - 55489626 => 'TIM', - 55489627 => 'TIM', - 55489628 => 'TIM', - 55489629 => 'TIM', - 55489631 => 'TIM', - 55489632 => 'TIM', - 55489633 => 'TIM', - 55489634 => 'TIM', - 55489635 => 'TIM', - 55489636 => 'TIM', - 55489637 => 'TIM', - 55489638 => 'TIM', - 55489639 => 'TIM', - 55489641 => 'TIM', - 55489642 => 'TIM', - 55489643 => 'TIM', - 55489901 => 'TIM', - 55489902 => 'TIM', - 55489903 => 'TIM', - 55489904 => 'TIM', - 55489905 => 'TIM', - 55489906 => 'TIM', - 55489907 => 'TIM', - 55489908 => 'TIM', - 55489909 => 'TIM', - 55489911 => 'TIM', - 55489912 => 'TIM', - 55489913 => 'TIM', - 55489914 => 'TIM', - 55489915 => 'TIM', - 55489916 => 'TIM', - 55489917 => 'TIM', - 55489918 => 'TIM', - 55489919 => 'TIM', - 55489921 => 'TIM', - 55489922 => 'TIM', - 55489923 => 'TIM', - 55489924 => 'TIM', - 55489925 => 'TIM', - 55489926 => 'TIM', - 55489927 => 'TIM', - 55489928 => 'TIM', - 55489929 => 'TIM', - 55489931 => 'TIM', - 55489932 => 'TIM', - 55489933 => 'TIM', - 55489934 => 'TIM', - 55489935 => 'TIM', - 55489936 => 'TIM', - 55489937 => 'TIM', - 55489938 => 'TIM', - 55489939 => 'TIM', - 55489941 => 'TIM', - 55489942 => 'TIM', - 55489943 => 'TIM', - 55489944 => 'TIM', - 55489945 => 'TIM', - 55489946 => 'TIM', - 55489947 => 'TIM', - 55489948 => 'TIM', - 55489949 => 'TIM', - 55489951 => 'TIM', - 55489952 => 'TIM', - 55489953 => 'TIM', - 55489954 => 'TIM', - 55489955 => 'TIM', - 55489956 => 'TIM', - 55489957 => 'TIM', - 55489958 => 'TIM', - 55489959 => 'TIM', - 5548996 => 'TIM', - 55489971 => 'TIM', - 55489972 => 'TIM', - 55489973 => 'TIM', - 55489974 => 'TIM', - 55489975 => 'TIM', - 55489976 => 'TIM', - 55489977 => 'TIM', - 55489978 => 'TIM', - 55489979 => 'TIM', - 5548998 => 'TIM', - 55489991 => 'TIM', - 55489992 => 'TIM', - 55489993 => 'TIM', - 55489994 => 'TIM', - 55489995 => 'TIM', - 55489996 => 'TIM', - 55489997 => 'TIM', - 55489998 => 'TIM', - 55498401 => 'Brasil Telecom GSM', - 55498402 => 'Brasil Telecom GSM', - 55498403 => 'Brasil Telecom GSM', - 55498404 => 'Brasil Telecom GSM', - 55498405 => 'Brasil Telecom GSM', - 55498406 => 'Brasil Telecom GSM', - 55498407 => 'Brasil Telecom GSM', - 55498408 => 'Brasil Telecom GSM', - 55498409 => 'Brasil Telecom GSM', - 55498411 => 'Brasil Telecom GSM', - 55498412 => 'Brasil Telecom GSM', - 55498413 => 'Brasil Telecom GSM', - 55498414 => 'Brasil Telecom GSM', - 55498415 => 'Brasil Telecom GSM', - 55498416 => 'Brasil Telecom GSM', - 55498417 => 'Brasil Telecom GSM', - 55498418 => 'Brasil Telecom GSM', - 55498419 => 'Brasil Telecom GSM', - 5549880 => 'Claro BR', - 5549881 => 'Claro BR', - 5549882 => 'Claro BR', - 5549883 => 'Claro BR', - 5549884 => 'Claro BR', - 5549885 => 'Claro BR', - 5549886 => 'Claro BR', - 5549887 => 'Claro BR', - 55498880 => 'Claro BR', - 55498881 => 'Claro BR', - 55498882 => 'Claro BR', - 5549910 => 'Vivo', - 55499111 => 'Vivo', - 55499112 => 'Vivo', - 55499113 => 'Vivo', - 55499114 => 'Vivo', - 55499115 => 'Vivo', - 55499116 => 'Vivo', - 55499117 => 'Vivo', - 55499118 => 'Vivo', - 55499119 => 'Vivo', - 55499121 => 'Vivo', - 55499122 => 'Vivo', - 55499123 => 'Vivo', - 55499124 => 'Vivo', - 55499125 => 'Vivo', - 55499126 => 'Vivo', - 55499127 => 'Vivo', - 55499128 => 'Vivo', - 55499129 => 'Vivo', - 55499131 => 'Vivo', - 55499132 => 'Vivo', - 55499133 => 'Vivo', - 55499134 => 'Vivo', - 55499135 => 'Vivo', - 55499136 => 'Vivo', - 55499137 => 'Vivo', - 55499138 => 'Vivo', - 55499139 => 'Vivo', - 55499141 => 'Vivo', - 55499142 => 'Vivo', - 55499143 => 'Vivo', - 55499144 => 'Vivo', - 55499145 => 'Vivo', - 55499146 => 'Vivo', - 55499147 => 'Vivo', - 55499148 => 'Vivo', - 55499149 => 'Vivo', - 55499151 => 'Vivo', - 55499152 => 'Vivo', - 55499153 => 'Vivo', - 55499154 => 'Vivo', - 55499155 => 'Vivo', - 55499156 => 'Vivo', - 55499157 => 'Vivo', - 55499158 => 'Vivo', - 55499159 => 'Vivo', - 55499161 => 'Vivo', - 55499162 => 'Vivo', - 55499163 => 'Vivo', - 55499164 => 'Vivo', - 55499165 => 'Vivo', - 55499166 => 'Vivo', - 55499167 => 'Vivo', - 55499168 => 'Vivo', - 55499169 => 'Vivo', - 55499171 => 'Vivo', - 55499172 => 'Vivo', - 55499173 => 'Vivo', - 55499174 => 'Vivo', - 55499175 => 'Vivo', - 55499176 => 'Vivo', - 55499177 => 'Vivo', - 55499911 => 'TIM', - 55499912 => 'TIM', - 55499913 => 'TIM', - 55499914 => 'TIM', - 55499915 => 'TIM', - 55499916 => 'TIM', - 55499917 => 'TIM', - 55499918 => 'TIM', - 55499919 => 'TIM', - 55499921 => 'TIM', - 55499922 => 'TIM', - 55499923 => 'TIM', - 55499924 => 'TIM', - 55499925 => 'TIM', - 55499926 => 'TIM', - 55499927 => 'TIM', - 55499928 => 'TIM', - 55499929 => 'TIM', - 55499931 => 'TIM', - 55499932 => 'TIM', - 55499939 => 'TIM', - 55499951 => 'TIM', - 55499955 => 'TIM', - 55499963 => 'TIM', - 55499964 => 'TIM', - 55499965 => 'TIM', - 55499966 => 'TIM', - 55499967 => 'TIM', - 55499968 => 'TIM', - 55499969 => 'TIM', - 55499971 => 'TIM', - 55499972 => 'TIM', - 55499973 => 'TIM', - 55499974 => 'TIM', - 55499975 => 'TIM', - 55499976 => 'TIM', - 55499977 => 'TIM', - 55499978 => 'TIM', - 55499979 => 'TIM', - 5549998 => 'TIM', - 55499991 => 'TIM', - 55499992 => 'TIM', - 55499993 => 'TIM', - 55499994 => 'TIM', - 55499995 => 'TIM', - 55499996 => 'TIM', - 55499997 => 'TIM', - 55499998 => 'TIM', - 555181 => 'TIM', - 55518201 => 'TIM', - 55518202 => 'TIM', - 55518203 => 'TIM', - 55518204 => 'TIM', - 55518205 => 'TIM', - 55518206 => 'TIM', - 55518207 => 'TIM', - 55518208 => 'TIM', - 55518209 => 'TIM', - 55518211 => 'TIM', - 55518212 => 'TIM', - 55518213 => 'TIM', - 55518214 => 'TIM', - 55518215 => 'TIM', - 55518216 => 'TIM', - 55518217 => 'TIM', - 55518218 => 'TIM', - 55518226 => 'TIM', - 55518227 => 'TIM', - 555184 => 'Brasil Telecom GSM', - 555185 => 'Brasil Telecom GSM', - 555191 => 'Claro BR', - 555192 => 'Claro BR', - 555193 => 'Claro BR', - 5551940 => 'Claro BR', - 5551941 => 'Claro BR', - 5551942 => 'Claro BR', - 5551943 => 'Claro BR', - 5551944 => 'Claro BR', - 55519450 => 'Claro BR', - 5551950 => 'Vivo', - 5551951 => 'Vivo', - 5551952 => 'Vivo', - 5551953 => 'Vivo', - 5551954 => 'Vivo', - 5551955 => 'Vivo', - 55519560 => 'Vivo', - 55519561 => 'Vivo', - 55519562 => 'Vivo', - 55519563 => 'Vivo', - 555196 => 'Vivo', - 555197 => 'Vivo', - 555198 => 'Vivo', - 555199 => 'Vivo', - 55538111 => 'TIM', - 55538112 => 'TIM', - 55538113 => 'TIM', - 55538114 => 'TIM', - 55538115 => 'TIM', - 55538116 => 'TIM', - 55538117 => 'TIM', - 55538118 => 'TIM', - 55538119 => 'TIM', - 55538121 => 'TIM', - 55538122 => 'TIM', - 55538123 => 'TIM', - 55538124 => 'TIM', - 55538125 => 'TIM', - 55538126 => 'TIM', - 55538127 => 'TIM', - 55538128 => 'TIM', - 55538129 => 'TIM', - 55538131 => 'TIM', - 55538132 => 'TIM', - 55538133 => 'TIM', - 55538134 => 'TIM', - 55538135 => 'TIM', - 55538136 => 'TIM', - 55538137 => 'TIM', - 55538138 => 'TIM', - 55538139 => 'TIM', - 55538141 => 'TIM', - 55538401 => 'Brasil Telecom GSM', - 55538402 => 'Brasil Telecom GSM', - 55538403 => 'Brasil Telecom GSM', - 55538404 => 'Brasil Telecom GSM', - 55538405 => 'Brasil Telecom GSM', - 55538406 => 'Brasil Telecom GSM', - 55538407 => 'Brasil Telecom GSM', - 55538408 => 'Brasil Telecom GSM', - 55538409 => 'Brasil Telecom GSM', - 55538411 => 'Brasil Telecom GSM', - 55538412 => 'Brasil Telecom GSM', - 55538413 => 'Brasil Telecom GSM', - 55538414 => 'Brasil Telecom GSM', - 55538415 => 'Brasil Telecom GSM', - 55538416 => 'Brasil Telecom GSM', - 55538417 => 'Brasil Telecom GSM', - 55538418 => 'Brasil Telecom GSM', - 55538419 => 'Brasil Telecom GSM', - 55538421 => 'Brasil Telecom GSM', - 55538422 => 'Brasil Telecom GSM', - 55538423 => 'Brasil Telecom GSM', - 55538424 => 'Brasil Telecom GSM', - 55538425 => 'Brasil Telecom GSM', - 55538426 => 'Brasil Telecom GSM', - 55538427 => 'Brasil Telecom GSM', - 55538428 => 'Brasil Telecom GSM', - 55538429 => 'Brasil Telecom GSM', - 55538431 => 'Brasil Telecom GSM', - 55538432 => 'Brasil Telecom GSM', - 55538433 => 'Brasil Telecom GSM', - 55538434 => 'Brasil Telecom GSM', - 55538435 => 'Brasil Telecom GSM', - 55538436 => 'Brasil Telecom GSM', - 55538437 => 'Brasil Telecom GSM', - 5553910 => 'Claro BR', - 5553911 => 'Claro BR', - 5553912 => 'Claro BR', - 5553913 => 'Claro BR', - 5553914 => 'Claro BR', - 5553915 => 'Claro BR', - 5553916 => 'Claro BR', - 55539170 => 'Claro BR', - 55539171 => 'Claro BR', - 55539172 => 'Claro BR', - 55539173 => 'Claro BR', - 55539174 => 'Claro BR', - 55539175 => 'Claro BR', - 55539176 => 'Claro BR', - 55539177 => 'Claro BR', - 55539241 => 'Claro BR', - 55539911 => 'TIM', - 55539913 => 'TIM', - 55539927 => 'Vivo', - 55539928 => 'Vivo', - 55539929 => 'Vivo', - 55539931 => 'Vivo', - 55539932 => 'Vivo', - 55539933 => 'Vivo', - 55539934 => 'Vivo', - 55539935 => 'Vivo', - 55539936 => 'Vivo', - 55539937 => 'Vivo', - 55539938 => 'Vivo', - 55539939 => 'TIM', - 55539941 => 'Vivo', - 55539942 => 'Vivo', - 55539943 => 'Vivo', - 55539944 => 'Vivo', - 55539945 => 'Vivo', - 55539946 => 'Vivo', - 55539947 => 'Vivo', - 55539948 => 'Vivo', - 55539949 => 'Vivo', - 55539951 => 'Vivo', - 55539952 => 'Vivo', - 55539953 => 'Vivo', - 55539954 => 'Vivo', - 55539955 => 'Vivo', - 55539956 => 'Vivo', - 55539957 => 'Vivo', - 55539958 => 'Vivo', - 55539959 => 'Vivo', - 55539961 => 'Vivo', - 55539962 => 'Vivo', - 55539963 => 'Vivo', - 55539964 => 'Vivo', - 55539965 => 'Vivo', - 55539966 => 'Vivo', - 55539967 => 'Vivo', - 55539968 => 'Vivo', - 55539969 => 'Vivo', - 55539971 => 'Vivo', - 55539972 => 'Vivo', - 55539973 => 'Vivo', - 55539974 => 'Vivo', - 55539975 => 'Vivo', - 55539976 => 'Vivo', - 55539977 => 'Vivo', - 55539978 => 'Vivo', - 55539979 => 'Vivo', - 55539981 => 'TIM', - 55539982 => 'TIM', - 55539983 => 'TIM', - 55539985 => 'TIM', - 55539986 => 'TIM', - 55539987 => 'TIM', - 55539988 => 'TIM', - 55539989 => 'TIM', - 55539991 => 'Vivo', - 55539992 => 'Vivo', - 55539993 => 'Vivo', - 55539994 => 'Vivo', - 55539995 => 'Vivo', - 55539996 => 'Vivo', - 55539997 => 'Vivo', - 55539998 => 'Vivo', - 55539999 => 'Vivo', - 55548111 => 'TIM', - 55548112 => 'TIM', - 55548113 => 'TIM', - 55548114 => 'TIM', - 55548115 => 'TIM', - 55548116 => 'TIM', - 55548117 => 'TIM', - 55548118 => 'TIM', - 55548119 => 'TIM', - 55548121 => 'TIM', - 55548122 => 'TIM', - 55548123 => 'TIM', - 55548124 => 'TIM', - 55548125 => 'TIM', - 55548126 => 'TIM', - 55548127 => 'TIM', - 55548128 => 'TIM', - 55548129 => 'TIM', - 55548131 => 'TIM', - 55548132 => 'TIM', - 55548133 => 'TIM', - 55548134 => 'TIM', - 55548135 => 'TIM', - 55548136 => 'TIM', - 55548137 => 'TIM', - 55548138 => 'TIM', - 55548139 => 'TIM', - 55548141 => 'TIM', - 55548142 => 'TIM', - 55548143 => 'TIM', - 55548144 => 'TIM', - 55548145 => 'TIM', - 55548146 => 'TIM', - 55548147 => 'TIM', - 55548148 => 'TIM', - 55548149 => 'TIM', - 55548401 => 'Brasil Telecom GSM', - 55548402 => 'Brasil Telecom GSM', - 55548403 => 'Brasil Telecom GSM', - 55548404 => 'Brasil Telecom GSM', - 55548405 => 'Brasil Telecom GSM', - 55548406 => 'Brasil Telecom GSM', - 55548407 => 'Brasil Telecom GSM', - 55548408 => 'Brasil Telecom GSM', - 55548409 => 'Brasil Telecom GSM', - 55548411 => 'Brasil Telecom GSM', - 55548412 => 'Brasil Telecom GSM', - 55548413 => 'Brasil Telecom GSM', - 55548414 => 'Brasil Telecom GSM', - 55548415 => 'Brasil Telecom GSM', - 55548416 => 'Brasil Telecom GSM', - 55548417 => 'Brasil Telecom GSM', - 55548418 => 'Brasil Telecom GSM', - 555491 => 'Claro BR', - 5554920 => 'Claro BR', - 5554921 => 'Claro BR', - 55549220 => 'Claro BR', - 55549221 => 'Claro BR', - 55549601 => 'Vivo', - 55549602 => 'Vivo', - 55549603 => 'Vivo', - 55549604 => 'Vivo', - 55549605 => 'Vivo', - 55549606 => 'Vivo', - 55549607 => 'Vivo', - 55549608 => 'Vivo', - 55549609 => 'Vivo', - 55549611 => 'Vivo', - 55549612 => 'Vivo', - 55549613 => 'Vivo', - 55549614 => 'Vivo', - 55549615 => 'Vivo', - 55549616 => 'Vivo', - 55549617 => 'Vivo', - 55549618 => 'Vivo', - 55549619 => 'Vivo', - 55549621 => 'Vivo', - 55549622 => 'Vivo', - 55549623 => 'Vivo', - 55549624 => 'Vivo', - 55549625 => 'Vivo', - 55549626 => 'Vivo', - 55549627 => 'Vivo', - 55549628 => 'Vivo', - 55549629 => 'Vivo', - 55549631 => 'Vivo', - 55549632 => 'Vivo', - 55549633 => 'Vivo', - 55549634 => 'Vivo', - 55549635 => 'Vivo', - 55549636 => 'Vivo', - 55549637 => 'Vivo', - 55549638 => 'Vivo', - 55549639 => 'Vivo', - 55549641 => 'Vivo', - 55549642 => 'Vivo', - 55549643 => 'Vivo', - 55549644 => 'Vivo', - 55549645 => 'Vivo', - 55549646 => 'Vivo', - 55549647 => 'Vivo', - 55549648 => 'Vivo', - 55549649 => 'Vivo', - 55549651 => 'Vivo', - 55549652 => 'Vivo', - 55549653 => 'Vivo', - 55549654 => 'Vivo', - 55549655 => 'Vivo', - 55549656 => 'Vivo', - 55549657 => 'Vivo', - 55549658 => 'Vivo', - 55549659 => 'Vivo', - 55549661 => 'Vivo', - 55549662 => 'Vivo', - 55549663 => 'Vivo', - 55549664 => 'Vivo', - 55549665 => 'Vivo', - 55549666 => 'Vivo', - 55549667 => 'Vivo', - 55549668 => 'Vivo', - 55549669 => 'Vivo', - 55549671 => 'Vivo', - 55549672 => 'Vivo', - 55549673 => 'Vivo', - 55549674 => 'Vivo', - 55549675 => 'Vivo', - 55549676 => 'Vivo', - 55549677 => 'Vivo', - 55549678 => 'Vivo', - 55549679 => 'Vivo', - 55549681 => 'Vivo', - 55549682 => 'Vivo', - 55549683 => 'Vivo', - 55549684 => 'Vivo', - 55549901 => 'Vivo', - 55549902 => 'Vivo', - 55549903 => 'Vivo', - 55549904 => 'Vivo', - 55549905 => 'Vivo', - 55549906 => 'Vivo', - 55549907 => 'Vivo', - 55549908 => 'Vivo', - 55549909 => 'Vivo', - 55549911 => 'Vivo', - 55549912 => 'Vivo', - 55549913 => 'Vivo', - 55549914 => 'Vivo', - 55549915 => 'Vivo', - 55549916 => 'Vivo', - 55549917 => 'Vivo', - 55549918 => 'Vivo', - 55549919 => 'Vivo', - 55549921 => 'Vivo', - 55549922 => 'Vivo', - 55549923 => 'Vivo', - 55549924 => 'Vivo', - 55549925 => 'Vivo', - 55549926 => 'Vivo', - 55549927 => 'Vivo', - 55549928 => 'Vivo', - 55549929 => 'Vivo', - 55549931 => 'Vivo', - 55549932 => 'Vivo', - 55549933 => 'Vivo', - 55549934 => 'Vivo', - 55549935 => 'Vivo', - 55549936 => 'Vivo', - 55549937 => 'Vivo', - 55549938 => 'Vivo', - 55549939 => 'Vivo', - 55549941 => 'Vivo', - 55549942 => 'Vivo', - 55549943 => 'Vivo', - 55549944 => 'Vivo', - 55549945 => 'Vivo', - 55549946 => 'Vivo', - 55549947 => 'Vivo', - 55549948 => 'Vivo', - 55549949 => 'Vivo', - 55549951 => 'Vivo', - 55549952 => 'Vivo', - 55549953 => 'Vivo', - 55549954 => 'Vivo', - 55549955 => 'Vivo', - 55549956 => 'Vivo', - 55549957 => 'Vivo', - 55549958 => 'Vivo', - 55549959 => 'Vivo', - 55549961 => 'Vivo', - 55549962 => 'Vivo', - 55549963 => 'Vivo', - 55549964 => 'Vivo', - 55549965 => 'Vivo', - 55549966 => 'Vivo', - 55549967 => 'Vivo', - 55549968 => 'Vivo', - 55549969 => 'Vivo', - 55549971 => 'Vivo', - 55549972 => 'Vivo', - 55549973 => 'Vivo', - 55549974 => 'Vivo', - 55549975 => 'Vivo', - 55549976 => 'Vivo', - 55549977 => 'Vivo', - 55549978 => 'Vivo', - 55549979 => 'Vivo', - 55549981 => 'Vivo', - 55549982 => 'Vivo', - 55549983 => 'Vivo', - 55549984 => 'Vivo', - 55549985 => 'Vivo', - 55549986 => 'Vivo', - 55549987 => 'Vivo', - 55549988 => 'Vivo', - 55549989 => 'Vivo', - 55549991 => 'Vivo', - 55549992 => 'Vivo', - 55549993 => 'Vivo', - 55549994 => 'Vivo', - 55549995 => 'Vivo', - 55549996 => 'Vivo', - 55549997 => 'Vivo', - 55549998 => 'Vivo', - 55549999 => 'Vivo', - 55558111 => 'TIM', - 55558112 => 'TIM', - 55558113 => 'TIM', - 55558114 => 'TIM', - 55558115 => 'TIM', - 55558116 => 'TIM', - 55558117 => 'TIM', - 55558118 => 'TIM', - 55558119 => 'TIM', - 55558121 => 'TIM', - 55558122 => 'TIM', - 55558123 => 'TIM', - 55558124 => 'TIM', - 55558125 => 'TIM', - 55558126 => 'TIM', - 55558127 => 'TIM', - 55558128 => 'TIM', - 55558129 => 'TIM', - 55558131 => 'TIM', - 55558132 => 'TIM', - 55558133 => 'TIM', - 55558134 => 'TIM', - 55558135 => 'TIM', - 55558136 => 'TIM', - 55558137 => 'TIM', - 55558138 => 'TIM', - 55558139 => 'TIM', - 55558141 => 'TIM', - 55558142 => 'TIM', - 55558143 => 'TIM', - 55558401 => 'Brasil Telecom GSM', - 55558402 => 'Brasil Telecom GSM', - 55558403 => 'Brasil Telecom GSM', - 55558404 => 'Brasil Telecom GSM', - 55558405 => 'Brasil Telecom GSM', - 55558406 => 'Brasil Telecom GSM', - 55558407 => 'Brasil Telecom GSM', - 55558408 => 'Brasil Telecom GSM', - 55558409 => 'Brasil Telecom GSM', - 55558411 => 'Brasil Telecom GSM', - 55558412 => 'Brasil Telecom GSM', - 55558413 => 'Brasil Telecom GSM', - 55558414 => 'Brasil Telecom GSM', - 55558415 => 'Brasil Telecom GSM', - 55558416 => 'Brasil Telecom GSM', - 55558417 => 'Brasil Telecom GSM', - 55558418 => 'Brasil Telecom GSM', - 55558419 => 'Brasil Telecom GSM', - 55558421 => 'Brasil Telecom GSM', - 55558422 => 'Brasil Telecom GSM', - 55558423 => 'Brasil Telecom GSM', - 55558424 => 'Brasil Telecom GSM', - 55558425 => 'Brasil Telecom GSM', - 55558426 => 'Brasil Telecom GSM', - 55558427 => 'Brasil Telecom GSM', - 555591 => 'Claro BR', - 555596 => 'Vivo', - 5555990 => 'Vivo', - 5555991 => 'Vivo', - 5555992 => 'Vivo', - 55559931 => 'Vivo', - 55559932 => 'Vivo', - 55559933 => 'Vivo', - 55559934 => 'Vivo', - 55559935 => 'Vivo', - 55559936 => 'Vivo', - 55559937 => 'Vivo', - 55559938 => 'Vivo', - 55559939 => 'Vivo', - 55559941 => 'Vivo', - 55559942 => 'Vivo', - 55559943 => 'Vivo', - 55559944 => 'Vivo', - 55559945 => 'Vivo', - 55559946 => 'Vivo', - 55559947 => 'Vivo', - 55559948 => 'Vivo', - 55559949 => 'Vivo', - 55559951 => 'Vivo', - 55559952 => 'Vivo', - 55559953 => 'Vivo', - 55559954 => 'Vivo', - 55559955 => 'Vivo', - 55559956 => 'Vivo', - 55559957 => 'Vivo', - 55559958 => 'Vivo', - 55559959 => 'Vivo', - 55559961 => 'Vivo', - 55559962 => 'Vivo', - 55559963 => 'Vivo', - 55559964 => 'Vivo', - 55559965 => 'Vivo', - 55559966 => 'Vivo', - 55559967 => 'Vivo', - 55559968 => 'Vivo', - 55559969 => 'Vivo', - 55559971 => 'Vivo', - 55559972 => 'Vivo', - 55559973 => 'Vivo', - 55559974 => 'Vivo', - 55559975 => 'Vivo', - 55559976 => 'Vivo', - 55559977 => 'Vivo', - 55559978 => 'Vivo', - 55559979 => 'Vivo', - 55559981 => 'Vivo', - 55559982 => 'Vivo', - 55559983 => 'Vivo', - 55559984 => 'Vivo', - 55559985 => 'Vivo', - 55559986 => 'Vivo', - 55559987 => 'Vivo', - 55559988 => 'Vivo', - 55559989 => 'Vivo', - 55559991 => 'Vivo', - 55559992 => 'Vivo', - 55559993 => 'Vivo', - 55559994 => 'Vivo', - 55559995 => 'Vivo', - 55559996 => 'Vivo', - 55559997 => 'Vivo', - 55559998 => 'Vivo', - 55559999 => 'Vivo', - 55618101 => 'TIM', - 55618102 => 'TIM', - 55618103 => 'TIM', - 55618104 => 'TIM', - 55618105 => 'TIM', - 55618106 => 'TIM', - 55618107 => 'TIM', - 55618108 => 'TIM', - 55618109 => 'TIM', - 5561811 => 'TIM', - 5561812 => 'TIM', - 5561813 => 'TIM', - 5561814 => 'TIM', - 5561815 => 'TIM', - 5561816 => 'TIM', - 55618171 => 'TIM', - 55618172 => 'TIM', - 55618173 => 'TIM', - 55618174 => 'TIM', - 55618175 => 'TIM', - 55618176 => 'TIM', - 55618177 => 'TIM', - 55618178 => 'TIM', - 55618179 => 'TIM', - 55618181 => 'TIM', - 55618182 => 'TIM', - 55618183 => 'TIM', - 55618184 => 'TIM', - 55618185 => 'TIM', - 55618186 => 'TIM', - 55618187 => 'TIM', - 55618188 => 'TIM', - 55618189 => 'TIM', - 55618191 => 'TIM', - 55618192 => 'TIM', - 55618193 => 'TIM', - 55618194 => 'TIM', - 55618195 => 'TIM', - 55618196 => 'TIM', - 55618197 => 'TIM', - 55618198 => 'TIM', - 55618199 => 'TIM', - 556184 => 'Brasil Telecom GSM', - 55618501 => 'Brasil Telecom GSM', - 55618502 => 'Brasil Telecom GSM', - 55618503 => 'Brasil Telecom GSM', - 55618504 => 'Brasil Telecom GSM', - 55618505 => 'Brasil Telecom GSM', - 55618506 => 'Brasil Telecom GSM', - 55618507 => 'Brasil Telecom GSM', - 55618508 => 'Brasil Telecom GSM', - 55618509 => 'Brasil Telecom GSM', - 55618511 => 'Brasil Telecom GSM', - 55618512 => 'Brasil Telecom GSM', - 55618513 => 'Brasil Telecom GSM', - 55618514 => 'Brasil Telecom GSM', - 55618515 => 'Brasil Telecom GSM', - 55618516 => 'Brasil Telecom GSM', - 55618517 => 'Brasil Telecom GSM', - 55618518 => 'Brasil Telecom GSM', - 55618519 => 'Brasil Telecom GSM', - 55618521 => 'Brasil Telecom GSM', - 55618522 => 'Brasil Telecom GSM', - 55618523 => 'Brasil Telecom GSM', - 55618524 => 'Brasil Telecom GSM', - 55618525 => 'Brasil Telecom GSM', - 55618526 => 'Brasil Telecom GSM', - 55618527 => 'Brasil Telecom GSM', - 55618528 => 'Brasil Telecom GSM', - 55618529 => 'Brasil Telecom GSM', - 55618531 => 'Brasil Telecom GSM', - 55618532 => 'Brasil Telecom GSM', - 55618533 => 'Brasil Telecom GSM', - 55618534 => 'Brasil Telecom GSM', - 55618535 => 'Brasil Telecom GSM', - 55618536 => 'Brasil Telecom GSM', - 55618537 => 'Brasil Telecom GSM', - 55618538 => 'Brasil Telecom GSM', - 55618539 => 'Brasil Telecom GSM', - 55618541 => 'Brasil Telecom GSM', - 55618542 => 'Brasil Telecom GSM', - 55618543 => 'Brasil Telecom GSM', - 55618544 => 'Brasil Telecom GSM', - 55618545 => 'Brasil Telecom GSM', - 55618546 => 'Brasil Telecom GSM', - 55618547 => 'Brasil Telecom GSM', - 55618548 => 'Brasil Telecom GSM', - 55618549 => 'Brasil Telecom GSM', - 55618551 => 'Brasil Telecom GSM', - 55618552 => 'Brasil Telecom GSM', - 55618553 => 'Brasil Telecom GSM', - 55618554 => 'Brasil Telecom GSM', - 55618555 => 'Brasil Telecom GSM', - 55618556 => 'Brasil Telecom GSM', - 55618557 => 'Brasil Telecom GSM', - 55618558 => 'Brasil Telecom GSM', - 55618559 => 'Brasil Telecom GSM', - 55618561 => 'Brasil Telecom GSM', - 55618562 => 'Brasil Telecom GSM', - 55618563 => 'Brasil Telecom GSM', - 55618564 => 'Brasil Telecom GSM', - 55618565 => 'Brasil Telecom GSM', - 55618566 => 'Brasil Telecom GSM', - 55618567 => 'Brasil Telecom GSM', - 55618568 => 'Brasil Telecom GSM', - 55618569 => 'Brasil Telecom GSM', - 55618571 => 'Brasil Telecom GSM', - 55618572 => 'Brasil Telecom GSM', - 55618573 => 'Brasil Telecom GSM', - 55618574 => 'Brasil Telecom GSM', - 55618576 => 'Brasil Telecom GSM', - 55618577 => 'Brasil Telecom GSM', - 55618579 => 'Brasil Telecom GSM', - 55618581 => 'Brasil Telecom GSM', - 55618582 => 'Brasil Telecom GSM', - 55619601 => 'Vivo', - 55619602 => 'Vivo', - 55619603 => 'Vivo', - 55619604 => 'Vivo', - 55619605 => 'Vivo', - 55619606 => 'Vivo', - 55619607 => 'Vivo', - 55619608 => 'Vivo', - 55619609 => 'Vivo', - 55619611 => 'Vivo', - 55619612 => 'Vivo', - 55619613 => 'Vivo', - 55619614 => 'Vivo', - 55619615 => 'Vivo', - 55619616 => 'Vivo', - 55619617 => 'Vivo', - 55619618 => 'Vivo', - 55619619 => 'Vivo', - 55619621 => 'Vivo', - 55619622 => 'Vivo', - 55619623 => 'Vivo', - 55619624 => 'Vivo', - 55619625 => 'Vivo', - 55619626 => 'Vivo', - 55619627 => 'Vivo', - 55619628 => 'Vivo', - 55619629 => 'Vivo', - 55619631 => 'Vivo', - 55619632 => 'Vivo', - 55619633 => 'Vivo', - 55619634 => 'Vivo', - 55619635 => 'Vivo', - 55619636 => 'Vivo', - 55619637 => 'Vivo', - 55619638 => 'Vivo', - 55619639 => 'Vivo', - 55619641 => 'Vivo', - 55619642 => 'Vivo', - 55619643 => 'Vivo', - 55619644 => 'Vivo', - 55619645 => 'Vivo', - 55619646 => 'Vivo', - 55619647 => 'Vivo', - 55619648 => 'Vivo', - 55619649 => 'Vivo', - 55619651 => 'Vivo', - 55619652 => 'Vivo', - 55619653 => 'Vivo', - 55619654 => 'Vivo', - 55619655 => 'Vivo', - 55619656 => 'Vivo', - 55619657 => 'Vivo', - 55619658 => 'Vivo', - 55619659 => 'Vivo', - 55619661 => 'Vivo', - 55619662 => 'Vivo', - 55619663 => 'Vivo', - 55619664 => 'Vivo', - 55619665 => 'Vivo', - 55619666 => 'Vivo', - 55619667 => 'Vivo', - 55619668 => 'Vivo', - 55619669 => 'Vivo', - 55619671 => 'Vivo', - 55619672 => 'Vivo', - 55619673 => 'Vivo', - 55619674 => 'Vivo', - 55619675 => 'Vivo', - 55619676 => 'Vivo', - 55619677 => 'Vivo', - 55619678 => 'Vivo', - 55619679 => 'Vivo', - 55619681 => 'Vivo', - 55619682 => 'Vivo', - 55619683 => 'Vivo', - 55619684 => 'Vivo', - 55619685 => 'Vivo', - 55619686 => 'Vivo', - 55619687 => 'Vivo', - 55619688 => 'Vivo', - 55619689 => 'Vivo', - 55619691 => 'Vivo', - 55619692 => 'Vivo', - 55619693 => 'Vivo', - 55619694 => 'Vivo', - 55619695 => 'Vivo', - 55619696 => 'Vivo', - 55619697 => 'Vivo', - 55619698 => 'Vivo', - 55619699 => 'Vivo', - 55619801 => 'Vivo', - 55619802 => 'Vivo', - 55619803 => 'Vivo', - 55619804 => 'Vivo', - 55619805 => 'Vivo', - 55619806 => 'Vivo', - 55619807 => 'Vivo', - 55619808 => 'Vivo', - 55619809 => 'Vivo', - 55619811 => 'Vivo', - 55619812 => 'Vivo', - 55619813 => 'Vivo', - 55619814 => 'Vivo', - 55619815 => 'Vivo', - 55619816 => 'Vivo', - 55619817 => 'Vivo', - 55619818 => 'Vivo', - 55619819 => 'Vivo', - 55619821 => 'Vivo', - 55619822 => 'Vivo', - 55619823 => 'Vivo', - 55619824 => 'Vivo', - 55619825 => 'Vivo', - 55619826 => 'Vivo', - 55619827 => 'Vivo', - 55619828 => 'Vivo', - 55619829 => 'Vivo', - 55619831 => 'Vivo', - 55619832 => 'Vivo', - 55619838 => 'Vivo', - 55619839 => 'Vivo', - 55619841 => 'Vivo', - 55619842 => 'Vivo', - 55619843 => 'Vivo', - 55619844 => 'Vivo', - 55619901 => 'Vivo', - 55619902 => 'Vivo', - 55619903 => 'Vivo', - 55619904 => 'Vivo', - 55619905 => 'Vivo', - 55619906 => 'Vivo', - 55619907 => 'Vivo', - 55619908 => 'Vivo', - 55619909 => 'Vivo', - 55619911 => 'Vivo', - 55619912 => 'Vivo', - 55619913 => 'Vivo', - 55619914 => 'Vivo', - 55619915 => 'Vivo', - 55619916 => 'Vivo', - 55619917 => 'Vivo', - 55619918 => 'Vivo', - 55619919 => 'Vivo', - 55619921 => 'Vivo', - 55619922 => 'Vivo', - 55619923 => 'Vivo', - 55619924 => 'Vivo', - 55619925 => 'Vivo', - 55619926 => 'Vivo', - 55619927 => 'Vivo', - 55619928 => 'Vivo', - 55619929 => 'Vivo', - 55619931 => 'Vivo', - 55619932 => 'Vivo', - 55619933 => 'Vivo', - 55619934 => 'Vivo', - 55619935 => 'Vivo', - 55619936 => 'Vivo', - 55619937 => 'Vivo', - 55619938 => 'Vivo', - 55619939 => 'Vivo', - 55619941 => 'Vivo', - 55619942 => 'Vivo', - 55619943 => 'Vivo', - 55619944 => 'Vivo', - 55619945 => 'Vivo', - 55619946 => 'Vivo', - 55619947 => 'Vivo', - 55619948 => 'Vivo', - 55619949 => 'Vivo', - 55619951 => 'Vivo', - 55619952 => 'Vivo', - 55619953 => 'Vivo', - 55619954 => 'Vivo', - 55619955 => 'Vivo', - 55619956 => 'Vivo', - 55619957 => 'Vivo', - 55619958 => 'Vivo', - 55619959 => 'Vivo', - 5561996 => 'Vivo', - 5561997 => 'Vivo', - 5561998 => 'Vivo', - 5561999 => 'Vivo', - 55628101 => 'TIM', - 55628102 => 'TIM', - 55628103 => 'TIM', - 55628104 => 'TIM', - 55628111 => 'TIM', - 55628112 => 'TIM', - 55628113 => 'TIM', - 55628114 => 'TIM', - 55628115 => 'TIM', - 55628116 => 'TIM', - 55628117 => 'TIM', - 55628118 => 'TIM', - 55628119 => 'TIM', - 55628121 => 'TIM', - 55628122 => 'TIM', - 55628123 => 'TIM', - 55628124 => 'TIM', - 55628125 => 'TIM', - 55628126 => 'TIM', - 55628127 => 'TIM', - 55628128 => 'TIM', - 55628129 => 'TIM', - 55628131 => 'TIM', - 55628132 => 'TIM', - 55628133 => 'TIM', - 55628134 => 'TIM', - 55628135 => 'TIM', - 55628136 => 'TIM', - 55628137 => 'TIM', - 55628138 => 'TIM', - 55628139 => 'TIM', - 55628141 => 'TIM', - 55628142 => 'TIM', - 55628143 => 'TIM', - 55628144 => 'TIM', - 55628145 => 'TIM', - 55628146 => 'TIM', - 55628147 => 'TIM', - 55628148 => 'TIM', - 55628149 => 'TIM', - 55628151 => 'TIM', - 55628152 => 'TIM', - 55628153 => 'TIM', - 55628154 => 'TIM', - 55628155 => 'TIM', - 55628156 => 'TIM', - 55628157 => 'TIM', - 55628158 => 'TIM', - 55628159 => 'TIM', - 55628161 => 'TIM', - 55628162 => 'TIM', - 55628163 => 'TIM', - 55628164 => 'TIM', - 55628165 => 'TIM', - 55628166 => 'TIM', - 55628167 => 'TIM', - 55628168 => 'TIM', - 55628169 => 'TIM', - 55628171 => 'TIM', - 55628172 => 'TIM', - 55628173 => 'TIM', - 55628174 => 'TIM', - 55628175 => 'TIM', - 55628176 => 'TIM', - 55628177 => 'TIM', - 55628178 => 'TIM', - 55628179 => 'TIM', - 55628181 => 'TIM', - 55628182 => 'TIM', - 55628183 => 'TIM', - 55628184 => 'TIM', - 55628185 => 'TIM', - 55628186 => 'TIM', - 55628187 => 'TIM', - 55628188 => 'TIM', - 55628189 => 'TIM', - 55628191 => 'TIM', - 55628192 => 'TIM', - 55628193 => 'TIM', - 55628194 => 'TIM', - 55628195 => 'TIM', - 55628196 => 'TIM', - 55628197 => 'TIM', - 55628198 => 'TIM', - 55628199 => 'TIM', - 556284 => 'Brasil Telecom GSM', - 556285 => 'Brasil Telecom GSM', - 5562960 => 'Vivo', - 5562961 => 'Vivo', - 5562962 => 'Vivo', - 5562963 => 'Vivo', - 5562964 => 'Vivo', - 5562965 => 'Vivo', - 55629661 => 'Vivo', - 55629662 => 'Vivo', - 55629663 => 'Vivo', - 55629664 => 'Vivo', - 55629665 => 'Vivo', - 55629666 => 'Vivo', - 55629667 => 'Vivo', - 55629668 => 'Vivo', - 55629669 => 'Vivo', - 55629671 => 'Vivo', - 55629672 => 'Vivo', - 55629673 => 'Vivo', - 55629674 => 'Vivo', - 55629675 => 'Vivo', - 55629676 => 'Vivo', - 55629677 => 'Vivo', - 55629678 => 'Vivo', - 55629679 => 'Vivo', - 55629681 => 'Vivo', - 55629682 => 'Vivo', - 55629683 => 'Vivo', - 55629684 => 'Vivo', - 55629685 => 'Vivo', - 55629686 => 'Vivo', - 55629687 => 'Vivo', - 55629688 => 'Vivo', - 55629689 => 'Vivo', - 55629691 => 'Vivo', - 55629692 => 'Vivo', - 55629693 => 'Vivo', - 55629694 => 'Vivo', - 55629695 => 'Vivo', - 55629696 => 'Vivo', - 55629697 => 'Vivo', - 55629698 => 'Vivo', - 55629699 => 'Vivo', - 55629801 => 'Vivo', - 55629802 => 'Vivo', - 55629803 => 'Vivo', - 55629804 => 'Vivo', - 55629805 => 'Vivo', - 55629806 => 'Vivo', - 55629807 => 'Vivo', - 55629808 => 'Vivo', - 55629809 => 'Vivo', - 55629811 => 'Vivo', - 55629812 => 'Vivo', - 55629813 => 'Vivo', - 55629814 => 'Vivo', - 55629815 => 'Vivo', - 55629816 => 'Vivo', - 55629817 => 'Vivo', - 55629818 => 'Vivo', - 55629901 => 'Vivo', - 55629902 => 'Vivo', - 55629903 => 'Vivo', - 55629904 => 'Vivo', - 55629905 => 'Vivo', - 55629906 => 'Vivo', - 55629907 => 'Vivo', - 55629908 => 'Vivo', - 55629909 => 'Vivo', - 55629911 => 'Vivo', - 55629912 => 'Vivo', - 55629913 => 'Vivo', - 55629914 => 'Vivo', - 55629915 => 'Vivo', - 55629916 => 'Vivo', - 55629917 => 'Vivo', - 55629918 => 'Vivo', - 55629919 => 'Vivo', - 55629921 => 'Vivo', - 55629922 => 'Vivo', - 55629923 => 'Vivo', - 55629924 => 'Vivo', - 55629925 => 'Vivo', - 55629926 => 'Vivo', - 55629927 => 'Vivo', - 55629928 => 'Vivo', - 55629929 => 'Vivo', - 55629931 => 'Vivo', - 55629932 => 'Vivo', - 55629933 => 'Vivo', - 55629934 => 'Vivo', - 55629935 => 'Vivo', - 55629936 => 'Vivo', - 55629937 => 'Vivo', - 55629938 => 'Vivo', - 55629939 => 'Vivo', - 55629941 => 'Vivo', - 55629942 => 'Vivo', - 55629943 => 'Vivo', - 55629944 => 'Vivo', - 55629945 => 'Vivo', - 55629946 => 'Vivo', - 55629947 => 'Vivo', - 55629948 => 'Vivo', - 55629949 => 'Vivo', - 55629951 => 'Vivo', - 55629952 => 'Vivo', - 55629953 => 'Vivo', - 55629954 => 'Vivo', - 55629955 => 'Vivo', - 55629956 => 'Vivo', - 55629957 => 'Vivo', - 55629958 => 'Vivo', - 55629959 => 'Vivo', - 5562996 => 'Vivo', - 5562997 => 'Vivo', - 5562998 => 'Vivo', - 55629991 => 'Vivo', - 55629992 => 'Vivo', - 55629993 => 'Vivo', - 55629994 => 'Vivo', - 55629995 => 'Vivo', - 55629996 => 'Vivo', - 55629997 => 'Vivo', - 55629998 => 'Vivo', - 55629999 => 'Vivo', - 55638111 => 'TIM', - 55638112 => 'TIM', - 55638113 => 'TIM', - 55638114 => 'TIM', - 55638115 => 'TIM', - 55638116 => 'TIM', - 55638117 => 'TIM', - 55638118 => 'TIM', - 55638119 => 'TIM', - 55638121 => 'TIM', - 55638122 => 'TIM', - 55638123 => 'TIM', - 55638124 => 'TIM', - 55638125 => 'TIM', - 55638126 => 'TIM', - 55638127 => 'TIM', - 55638128 => 'TIM', - 55638129 => 'TIM', - 55638131 => 'TIM', - 55638132 => 'TIM', - 55638133 => 'TIM', - 55638401 => 'Brasil Telecom GSM', - 55638402 => 'Brasil Telecom GSM', - 55638403 => 'Brasil Telecom GSM', - 55638404 => 'Brasil Telecom GSM', - 55638405 => 'Brasil Telecom GSM', - 55638406 => 'Brasil Telecom GSM', - 55638407 => 'Brasil Telecom GSM', - 55638408 => 'Brasil Telecom GSM', - 55638409 => 'Brasil Telecom GSM', - 55638411 => 'Brasil Telecom GSM', - 55638412 => 'Brasil Telecom GSM', - 55638413 => 'Brasil Telecom GSM', - 55638414 => 'Brasil Telecom GSM', - 55638415 => 'Brasil Telecom GSM', - 55638416 => 'Brasil Telecom GSM', - 55638417 => 'Brasil Telecom GSM', - 55638418 => 'Brasil Telecom GSM', - 55638419 => 'Brasil Telecom GSM', - 55638421 => 'Brasil Telecom GSM', - 55638422 => 'Brasil Telecom GSM', - 55638423 => 'Brasil Telecom GSM', - 55638424 => 'Brasil Telecom GSM', - 55638425 => 'Brasil Telecom GSM', - 55638426 => 'Brasil Telecom GSM', - 55638427 => 'Brasil Telecom GSM', - 55638428 => 'Brasil Telecom GSM', - 55638429 => 'Brasil Telecom GSM', - 55638431 => 'Brasil Telecom GSM', - 55638432 => 'Brasil Telecom GSM', - 55638433 => 'Brasil Telecom GSM', - 55638434 => 'Brasil Telecom GSM', - 55638435 => 'Brasil Telecom GSM', - 55638436 => 'Brasil Telecom GSM', - 55638437 => 'Brasil Telecom GSM', - 55638438 => 'Brasil Telecom GSM', - 55638439 => 'Brasil Telecom GSM', - 55638441 => 'Brasil Telecom GSM', - 55638442 => 'Brasil Telecom GSM', - 55638443 => 'Brasil Telecom GSM', - 55639911 => 'Vivo', - 55639941 => 'Vivo', - 55639942 => 'Vivo', - 55639943 => 'Vivo', - 55639944 => 'Vivo', - 55639945 => 'Vivo', - 55639946 => 'Vivo', - 55639947 => 'Vivo', - 55639948 => 'Vivo', - 55639949 => 'Vivo', - 55639951 => 'Vivo', - 55639952 => 'Vivo', - 55639953 => 'Vivo', - 55639954 => 'Vivo', - 55639955 => 'Vivo', - 55639956 => 'Vivo', - 55639957 => 'Vivo', - 55639958 => 'Vivo', - 55639959 => 'Vivo', - 55639961 => 'Vivo', - 55639962 => 'Vivo', - 55639963 => 'Vivo', - 55639964 => 'Vivo', - 55639965 => 'Vivo', - 55639966 => 'Vivo', - 55639967 => 'Vivo', - 55639968 => 'Vivo', - 55639969 => 'Vivo', - 5563997 => 'Vivo', - 5563998 => 'Vivo', - 55639991 => 'Vivo', - 55639992 => 'Vivo', - 55639993 => 'Vivo', - 55639994 => 'Vivo', - 55639995 => 'Vivo', - 55639996 => 'Vivo', - 55639997 => 'Vivo', - 55639998 => 'Vivo', - 55639999 => 'Vivo', - 55648111 => 'TIM', - 55648112 => 'TIM', - 55648113 => 'TIM', - 55648114 => 'TIM', - 55648115 => 'TIM', - 55648116 => 'TIM', - 55648117 => 'TIM', - 55648118 => 'TIM', - 55648119 => 'TIM', - 55648121 => 'TIM', - 55648122 => 'TIM', - 55648123 => 'TIM', - 55648124 => 'TIM', - 55648125 => 'TIM', - 55648126 => 'TIM', - 55648127 => 'TIM', - 55648128 => 'TIM', - 55648129 => 'TIM', - 55648131 => 'TIM', - 55648132 => 'TIM', - 55648133 => 'TIM', - 55648134 => 'TIM', - 55648135 => 'TIM', - 55648136 => 'TIM', - 55648137 => 'TIM', - 55648138 => 'TIM', - 55648139 => 'TIM', - 55648141 => 'TIM', - 55648401 => 'Brasil Telecom GSM', - 55648402 => 'Brasil Telecom GSM', - 55648403 => 'Brasil Telecom GSM', - 55648404 => 'Brasil Telecom GSM', - 55648405 => 'Brasil Telecom GSM', - 55648406 => 'Brasil Telecom GSM', - 55648407 => 'Brasil Telecom GSM', - 55648408 => 'Brasil Telecom GSM', - 55648409 => 'Brasil Telecom GSM', - 55648411 => 'Brasil Telecom GSM', - 55648412 => 'Brasil Telecom GSM', - 55648413 => 'Brasil Telecom GSM', - 55648414 => 'Brasil Telecom GSM', - 55648415 => 'Brasil Telecom GSM', - 55648416 => 'Brasil Telecom GSM', - 55648417 => 'Brasil Telecom GSM', - 55648418 => 'Brasil Telecom GSM', - 55648419 => 'Brasil Telecom GSM', - 55648421 => 'Brasil Telecom GSM', - 55648422 => 'Brasil Telecom GSM', - 55648423 => 'Brasil Telecom GSM', - 55648424 => 'Brasil Telecom GSM', - 55648425 => 'Brasil Telecom GSM', - 55648426 => 'Brasil Telecom GSM', - 55648427 => 'Brasil Telecom GSM', - 55648428 => 'Brasil Telecom GSM', - 55648429 => 'Brasil Telecom GSM', - 55648431 => 'Brasil Telecom GSM', - 55648432 => 'Brasil Telecom GSM', - 55648433 => 'Brasil Telecom GSM', - 55648434 => 'Brasil Telecom GSM', - 55648435 => 'Brasil Telecom GSM', - 55648436 => 'Brasil Telecom GSM', - 55648437 => 'Brasil Telecom GSM', - 55648438 => 'Brasil Telecom GSM', - 55648439 => 'Brasil Telecom GSM', - 55648441 => 'Brasil Telecom GSM', - 55649606 => 'Vivo', - 55649607 => 'Vivo', - 55649611 => 'Vivo', - 55649618 => 'Vivo', - 55649623 => 'Vivo', - 55649624 => 'Vivo', - 55649625 => 'Vivo', - 55649626 => 'Vivo', - 55649627 => 'Vivo', - 55649641 => 'Vivo', - 55649642 => 'Vivo', - 55649643 => 'Vivo', - 55649644 => 'Vivo', - 55649645 => 'Vivo', - 55649646 => 'Vivo', - 55649647 => 'Vivo', - 55649648 => 'Vivo', - 55649652 => 'Vivo', - 55649653 => 'Vivo', - 55649654 => 'Vivo', - 55649655 => 'Vivo', - 55649658 => 'Vivo', - 55649671 => 'Vivo', - 55649675 => 'Vivo', - 55649676 => 'Vivo', - 55649695 => 'Vivo', - 55649699 => 'Vivo', - 55649902 => 'Vivo', - 55649905 => 'Vivo', - 55649906 => 'Vivo', - 55649907 => 'Vivo', - 55649911 => 'Vivo', - 55649931 => 'Vivo', - 55649935 => 'Vivo', - 55649937 => 'Vivo', - 55649938 => 'Vivo', - 55649939 => 'Vivo', - 55649941 => 'Vivo', - 55649942 => 'Vivo', - 55649943 => 'Vivo', - 55649944 => 'Vivo', - 55649945 => 'Vivo', - 55649946 => 'Vivo', - 55649947 => 'Vivo', - 55649948 => 'Vivo', - 55649949 => 'Vivo', - 55649951 => 'Vivo', - 55649952 => 'Vivo', - 55649953 => 'Vivo', - 55649954 => 'Vivo', - 55649955 => 'Vivo', - 55649956 => 'Vivo', - 55649957 => 'Vivo', - 55649958 => 'Vivo', - 55649959 => 'Vivo', - 55649961 => 'Vivo', - 55649962 => 'Vivo', - 55649963 => 'Vivo', - 55649964 => 'Vivo', - 55649965 => 'Vivo', - 55649966 => 'Vivo', - 55649967 => 'Vivo', - 55649968 => 'Vivo', - 55649969 => 'Vivo', - 5564997 => 'Vivo', - 5564998 => 'Vivo', - 55649991 => 'Vivo', - 55649994 => 'Vivo', - 55649995 => 'Vivo', - 55649996 => 'Vivo', - 55649997 => 'Vivo', - 55649998 => 'Vivo', - 55658111 => 'TIM', - 55658112 => 'TIM', - 55658113 => 'TIM', - 55658114 => 'TIM', - 55658115 => 'TIM', - 55658116 => 'TIM', - 55658117 => 'TIM', - 55658118 => 'TIM', - 55658119 => 'TIM', - 55658121 => 'TIM', - 55658122 => 'TIM', - 55658123 => 'TIM', - 55658124 => 'TIM', - 55658125 => 'TIM', - 55658126 => 'TIM', - 55658127 => 'TIM', - 55658128 => 'TIM', - 55658129 => 'TIM', - 55658131 => 'TIM', - 55658132 => 'TIM', - 55658133 => 'TIM', - 55658134 => 'TIM', - 55658135 => 'TIM', - 55658136 => 'TIM', - 55658137 => 'TIM', - 55658138 => 'TIM', - 55658139 => 'TIM', - 55658141 => 'TIM', - 55658142 => 'TIM', - 55658401 => 'Brasil Telecom GSM', - 55658402 => 'Brasil Telecom GSM', - 55658403 => 'Brasil Telecom GSM', - 55658404 => 'Brasil Telecom GSM', - 55658405 => 'Brasil Telecom GSM', - 55658406 => 'Brasil Telecom GSM', - 55658407 => 'Brasil Telecom GSM', - 55658408 => 'Brasil Telecom GSM', - 55658409 => 'Brasil Telecom GSM', - 55658411 => 'Brasil Telecom GSM', - 55658412 => 'Brasil Telecom GSM', - 55658413 => 'Brasil Telecom GSM', - 55658414 => 'Brasil Telecom GSM', - 55658415 => 'Brasil Telecom GSM', - 55658416 => 'Brasil Telecom GSM', - 55658417 => 'Brasil Telecom GSM', - 55658418 => 'Brasil Telecom GSM', - 55658419 => 'Brasil Telecom GSM', - 55658421 => 'Brasil Telecom GSM', - 55658422 => 'Brasil Telecom GSM', - 55658423 => 'Brasil Telecom GSM', - 55658424 => 'Brasil Telecom GSM', - 55658425 => 'Brasil Telecom GSM', - 55658426 => 'Brasil Telecom GSM', - 55658427 => 'Brasil Telecom GSM', - 55658428 => 'Brasil Telecom GSM', - 55658429 => 'Brasil Telecom GSM', - 55658431 => 'Brasil Telecom GSM', - 55658432 => 'Brasil Telecom GSM', - 55658433 => 'Brasil Telecom GSM', - 55658434 => 'Brasil Telecom GSM', - 55658435 => 'Brasil Telecom GSM', - 55658436 => 'Brasil Telecom GSM', - 55658437 => 'Brasil Telecom GSM', - 55658438 => 'Brasil Telecom GSM', - 55658439 => 'Brasil Telecom GSM', - 55658441 => 'Brasil Telecom GSM', - 55658442 => 'Brasil Telecom GSM', - 55658443 => 'Brasil Telecom GSM', - 55658444 => 'Brasil Telecom GSM', - 55658445 => 'Brasil Telecom GSM', - 55658446 => 'Brasil Telecom GSM', - 55658447 => 'Brasil Telecom GSM', - 55658448 => 'Brasil Telecom GSM', - 55658449 => 'Brasil Telecom GSM', - 55658451 => 'Brasil Telecom GSM', - 55658452 => 'Brasil Telecom GSM', - 55658453 => 'Brasil Telecom GSM', - 55658454 => 'Brasil Telecom GSM', - 55658455 => 'Brasil Telecom GSM', - 55658456 => 'Brasil Telecom GSM', - 55658457 => 'Brasil Telecom GSM', - 55659601 => 'Vivo', - 55659602 => 'Vivo', - 55659603 => 'Vivo', - 55659604 => 'Vivo', - 55659605 => 'Vivo', - 55659606 => 'Vivo', - 55659607 => 'Vivo', - 55659608 => 'Vivo', - 55659609 => 'Vivo', - 55659611 => 'Vivo', - 55659612 => 'Vivo', - 55659613 => 'Vivo', - 55659614 => 'Vivo', - 55659615 => 'Vivo', - 55659616 => 'Vivo', - 55659617 => 'Vivo', - 55659618 => 'Vivo', - 55659619 => 'Vivo', - 55659621 => 'Vivo', - 55659622 => 'Vivo', - 55659623 => 'Vivo', - 55659624 => 'Vivo', - 55659625 => 'Vivo', - 55659626 => 'Vivo', - 55659627 => 'Vivo', - 55659628 => 'Vivo', - 55659629 => 'Vivo', - 55659631 => 'Vivo', - 55659632 => 'Vivo', - 55659633 => 'Vivo', - 55659634 => 'Vivo', - 55659635 => 'Vivo', - 55659636 => 'Vivo', - 55659637 => 'Vivo', - 55659638 => 'Vivo', - 55659639 => 'Vivo', - 55659641 => 'Vivo', - 55659642 => 'Vivo', - 55659643 => 'Vivo', - 55659644 => 'Vivo', - 55659645 => 'Vivo', - 55659646 => 'Vivo', - 55659647 => 'Vivo', - 55659648 => 'Vivo', - 55659649 => 'Vivo', - 55659651 => 'Vivo', - 55659652 => 'Vivo', - 55659653 => 'Vivo', - 55659654 => 'Vivo', - 55659655 => 'Vivo', - 55659656 => 'Vivo', - 55659657 => 'Vivo', - 55659658 => 'Vivo', - 55659659 => 'Vivo', - 55659661 => 'Vivo', - 55659662 => 'Vivo', - 55659663 => 'Vivo', - 55659664 => 'Vivo', - 55659665 => 'Vivo', - 55659666 => 'Vivo', - 55659667 => 'Vivo', - 55659668 => 'Vivo', - 55659669 => 'Vivo', - 55659671 => 'Vivo', - 55659672 => 'Vivo', - 55659673 => 'Vivo', - 55659674 => 'Vivo', - 55659675 => 'Vivo', - 55659676 => 'Vivo', - 55659677 => 'Vivo', - 55659901 => 'Vivo', - 55659902 => 'Vivo', - 55659903 => 'Vivo', - 55659904 => 'Vivo', - 55659905 => 'Vivo', - 55659906 => 'Vivo', - 55659907 => 'Vivo', - 55659908 => 'Vivo', - 55659909 => 'Vivo', - 55659911 => 'Vivo', - 55659912 => 'Vivo', - 55659913 => 'Vivo', - 55659914 => 'Vivo', - 55659915 => 'Vivo', - 55659916 => 'Vivo', - 55659917 => 'Vivo', - 55659918 => 'Vivo', - 55659919 => 'Vivo', - 55659921 => 'Vivo', - 55659922 => 'Vivo', - 55659923 => 'Vivo', - 55659924 => 'Vivo', - 55659925 => 'Vivo', - 55659926 => 'Vivo', - 55659927 => 'Vivo', - 55659928 => 'Vivo', - 55659929 => 'Vivo', - 55659931 => 'Vivo', - 55659932 => 'Vivo', - 55659933 => 'Vivo', - 55659934 => 'Vivo', - 55659935 => 'Vivo', - 55659936 => 'Vivo', - 55659937 => 'Vivo', - 55659938 => 'Vivo', - 55659939 => 'Vivo', - 55659941 => 'Vivo', - 55659942 => 'Vivo', - 55659943 => 'Vivo', - 55659944 => 'Vivo', - 55659945 => 'Vivo', - 55659946 => 'Vivo', - 55659947 => 'Vivo', - 55659948 => 'Vivo', - 55659949 => 'Vivo', - 55659951 => 'Vivo', - 55659952 => 'Vivo', - 55659953 => 'Vivo', - 55659954 => 'Vivo', - 55659955 => 'Vivo', - 55659956 => 'Vivo', - 55659957 => 'Vivo', - 55659958 => 'Vivo', - 55659959 => 'Vivo', - 5565996 => 'Vivo', - 5565997 => 'Vivo', - 5565998 => 'Vivo', - 55659991 => 'Vivo', - 55659992 => 'Vivo', - 55659993 => 'Vivo', - 55659994 => 'Vivo', - 55659995 => 'Vivo', - 55659996 => 'Vivo', - 55659997 => 'Vivo', - 55659998 => 'Vivo', - 55659999 => 'Vivo', - 55668111 => 'TIM', - 55668112 => 'TIM', - 55668113 => 'TIM', - 55668114 => 'TIM', - 55668115 => 'TIM', - 55668116 => 'TIM', - 55668117 => 'TIM', - 55668118 => 'TIM', - 55668119 => 'TIM', - 55668121 => 'TIM', - 55668122 => 'TIM', - 55668123 => 'TIM', - 55668124 => 'TIM', - 55668125 => 'TIM', - 55668126 => 'TIM', - 55668127 => 'TIM', - 55668128 => 'TIM', - 55668129 => 'TIM', - 55668131 => 'TIM', - 55668132 => 'TIM', - 55668401 => 'Brasil Telecom GSM', - 55668402 => 'Brasil Telecom GSM', - 55668403 => 'Brasil Telecom GSM', - 55668404 => 'Brasil Telecom GSM', - 55668405 => 'Brasil Telecom GSM', - 55668406 => 'Brasil Telecom GSM', - 55668407 => 'Brasil Telecom GSM', - 55668408 => 'Brasil Telecom GSM', - 55668409 => 'Brasil Telecom GSM', - 55668411 => 'Brasil Telecom GSM', - 55668412 => 'Brasil Telecom GSM', - 55668413 => 'Brasil Telecom GSM', - 55668414 => 'Brasil Telecom GSM', - 55668415 => 'Brasil Telecom GSM', - 55668416 => 'Brasil Telecom GSM', - 55668417 => 'Brasil Telecom GSM', - 55668418 => 'Brasil Telecom GSM', - 55668419 => 'Brasil Telecom GSM', - 55668421 => 'Brasil Telecom GSM', - 55668422 => 'Brasil Telecom GSM', - 55668423 => 'Brasil Telecom GSM', - 55668424 => 'Brasil Telecom GSM', - 55668425 => 'Brasil Telecom GSM', - 55668426 => 'Brasil Telecom GSM', - 55668427 => 'Brasil Telecom GSM', - 55668428 => 'Brasil Telecom GSM', - 55669601 => 'Vivo', - 55669602 => 'Vivo', - 55669603 => 'Vivo', - 55669604 => 'Vivo', - 55669605 => 'Vivo', - 55669606 => 'Vivo', - 55669607 => 'Vivo', - 55669608 => 'Vivo', - 55669609 => 'Vivo', - 55669611 => 'Vivo', - 55669612 => 'Vivo', - 55669613 => 'Vivo', - 55669614 => 'Vivo', - 55669615 => 'Vivo', - 55669616 => 'Vivo', - 55669617 => 'Vivo', - 55669618 => 'Vivo', - 55669619 => 'Vivo', - 55669621 => 'Vivo', - 55669622 => 'Vivo', - 55669623 => 'Vivo', - 55669624 => 'Vivo', - 55669625 => 'Vivo', - 55669626 => 'Vivo', - 55669627 => 'Vivo', - 55669628 => 'Vivo', - 55669629 => 'Vivo', - 55669631 => 'Vivo', - 55669632 => 'Vivo', - 55669633 => 'Vivo', - 55669634 => 'Vivo', - 55669635 => 'Vivo', - 55669636 => 'Vivo', - 55669637 => 'Vivo', - 55669638 => 'Vivo', - 55669639 => 'Vivo', - 55669641 => 'Vivo', - 55669642 => 'Vivo', - 55669643 => 'Vivo', - 55669644 => 'Vivo', - 55669645 => 'Vivo', - 55669646 => 'Vivo', - 55669647 => 'Vivo', - 55669648 => 'Vivo', - 55669649 => 'Vivo', - 55669651 => 'Vivo', - 55669652 => 'Vivo', - 55669653 => 'Vivo', - 55669654 => 'Vivo', - 55669655 => 'Vivo', - 55669656 => 'Vivo', - 55669657 => 'Vivo', - 55669658 => 'Vivo', - 55669659 => 'Vivo', - 55669661 => 'Vivo', - 55669662 => 'Vivo', - 55669663 => 'Vivo', - 55669664 => 'Vivo', - 55669665 => 'Vivo', - 55669666 => 'Vivo', - 55669667 => 'Vivo', - 55669668 => 'Vivo', - 55669669 => 'Vivo', - 55669671 => 'Vivo', - 55669672 => 'Vivo', - 55669673 => 'Vivo', - 55669674 => 'Vivo', - 55669675 => 'Vivo', - 55669676 => 'Vivo', - 55669677 => 'Vivo', - 55669678 => 'Vivo', - 55669679 => 'Vivo', - 55669681 => 'Vivo', - 55669682 => 'Vivo', - 55669683 => 'Vivo', - 55669684 => 'Vivo', - 55669685 => 'Vivo', - 55669686 => 'Vivo', - 55669687 => 'Vivo', - 55669688 => 'Vivo', - 55669689 => 'Vivo', - 55669691 => 'Vivo', - 55669692 => 'Vivo', - 55669693 => 'Vivo', - 55669694 => 'Vivo', - 55669695 => 'Vivo', - 55669696 => 'Vivo', - 55669697 => 'Vivo', - 55669698 => 'Vivo', - 55669699 => 'Vivo', - 55669901 => 'Vivo', - 55669902 => 'Vivo', - 55669903 => 'Vivo', - 55669904 => 'Vivo', - 55669905 => 'Vivo', - 55669906 => 'Vivo', - 55669907 => 'Vivo', - 55669908 => 'Vivo', - 55669909 => 'Vivo', - 55669911 => 'Vivo', - 55669912 => 'Vivo', - 55669913 => 'Vivo', - 55669951 => 'Vivo', - 55669952 => 'Vivo', - 55669953 => 'Vivo', - 55669954 => 'Vivo', - 55669955 => 'Vivo', - 55669956 => 'Vivo', - 55669957 => 'Vivo', - 55669958 => 'Vivo', - 55669959 => 'Vivo', - 55669961 => 'Vivo', - 55669962 => 'Vivo', - 55669963 => 'Vivo', - 55669964 => 'Vivo', - 55669965 => 'Vivo', - 55669966 => 'Vivo', - 55669967 => 'Vivo', - 55669968 => 'Vivo', - 55669969 => 'Vivo', - 5566997 => 'Vivo', - 5566998 => 'Vivo', - 55669991 => 'Vivo', - 55669992 => 'Vivo', - 55669993 => 'Vivo', - 55669994 => 'Vivo', - 55669995 => 'Vivo', - 55669996 => 'Vivo', - 55669997 => 'Vivo', - 55669998 => 'Vivo', - 55669999 => 'Vivo', - 55678111 => 'TIM', - 55678112 => 'TIM', - 55678113 => 'TIM', - 55678114 => 'TIM', - 55678115 => 'TIM', - 55678116 => 'TIM', - 55678117 => 'TIM', - 55678118 => 'TIM', - 55678119 => 'TIM', - 55678121 => 'TIM', - 55678122 => 'TIM', - 55678123 => 'TIM', - 55678124 => 'TIM', - 55678125 => 'TIM', - 55678126 => 'TIM', - 55678127 => 'TIM', - 55678128 => 'TIM', - 55678129 => 'TIM', - 55678131 => 'TIM', - 55678132 => 'TIM', - 55678133 => 'TIM', - 55678134 => 'TIM', - 55678135 => 'TIM', - 55678136 => 'TIM', - 55678137 => 'TIM', - 55678138 => 'TIM', - 55678139 => 'TIM', - 55678141 => 'TIM', - 55678142 => 'TIM', - 55678143 => 'TIM', - 55678144 => 'TIM', - 55678145 => 'TIM', - 55678146 => 'TIM', - 55678147 => 'TIM', - 55678148 => 'TIM', - 55678149 => 'TIM', - 55678151 => 'TIM', - 55678152 => 'TIM', - 55678153 => 'TIM', - 55678154 => 'TIM', - 55678155 => 'TIM', - 55678156 => 'TIM', - 55678157 => 'TIM', - 55678158 => 'TIM', - 55678159 => 'TIM', - 55678161 => 'TIM', - 55678162 => 'TIM', - 55678163 => 'TIM', - 55678164 => 'TIM', - 55678167 => 'TIM', - 55678401 => 'Brasil Telecom GSM', - 55678402 => 'Brasil Telecom GSM', - 55678403 => 'Brasil Telecom GSM', - 55678404 => 'Brasil Telecom GSM', - 55678405 => 'Brasil Telecom GSM', - 55678406 => 'Brasil Telecom GSM', - 55678407 => 'Brasil Telecom GSM', - 55678408 => 'Brasil Telecom GSM', - 55678409 => 'Brasil Telecom GSM', - 55678411 => 'Brasil Telecom GSM', - 55678412 => 'Brasil Telecom GSM', - 55678413 => 'Brasil Telecom GSM', - 55678414 => 'Brasil Telecom GSM', - 55678415 => 'Brasil Telecom GSM', - 55678416 => 'Brasil Telecom GSM', - 55678417 => 'Brasil Telecom GSM', - 55678418 => 'Brasil Telecom GSM', - 55678419 => 'Brasil Telecom GSM', - 55678421 => 'Brasil Telecom GSM', - 55678422 => 'Brasil Telecom GSM', - 55678423 => 'Brasil Telecom GSM', - 55678424 => 'Brasil Telecom GSM', - 55678425 => 'Brasil Telecom GSM', - 55678426 => 'Brasil Telecom GSM', - 55678427 => 'Brasil Telecom GSM', - 55678428 => 'Brasil Telecom GSM', - 55678429 => 'Brasil Telecom GSM', - 55678431 => 'Brasil Telecom GSM', - 55678432 => 'Brasil Telecom GSM', - 55678433 => 'Brasil Telecom GSM', - 55678434 => 'Brasil Telecom GSM', - 55678435 => 'Brasil Telecom GSM', - 55678436 => 'Brasil Telecom GSM', - 55678437 => 'Brasil Telecom GSM', - 55678438 => 'Brasil Telecom GSM', - 55678439 => 'Brasil Telecom GSM', - 55678441 => 'Brasil Telecom GSM', - 55678442 => 'Brasil Telecom GSM', - 55678443 => 'Brasil Telecom GSM', - 55678444 => 'Brasil Telecom GSM', - 55678445 => 'Brasil Telecom GSM', - 55678446 => 'Brasil Telecom GSM', - 55678447 => 'Brasil Telecom GSM', - 55678448 => 'Brasil Telecom GSM', - 55678449 => 'Brasil Telecom GSM', - 55678451 => 'Brasil Telecom GSM', - 55678452 => 'Brasil Telecom GSM', - 55678453 => 'Brasil Telecom GSM', - 55678454 => 'Brasil Telecom GSM', - 556796 => 'Vivo', - 5567980 => 'Vivo', - 55679810 => 'Vivo', - 55679811 => 'Vivo', - 55679812 => 'Vivo', - 55679813 => 'Vivo', - 55679814 => 'Vivo', - 556799 => 'Vivo', - 55688111 => 'TIM', - 55688112 => 'TIM', - 55688113 => 'TIM', - 55688114 => 'TIM', - 55688115 => 'TIM', - 55688117 => 'TIM', - 55688118 => 'TIM', - 55688119 => 'TIM', - 55688121 => 'TIM', - 55688401 => 'Brasil Telecom GSM', - 55688402 => 'Brasil Telecom GSM', - 55688403 => 'Brasil Telecom GSM', - 55688404 => 'Brasil Telecom GSM', - 55688405 => 'Brasil Telecom GSM', - 55688406 => 'Brasil Telecom GSM', - 55688407 => 'Brasil Telecom GSM', - 55688408 => 'Brasil Telecom GSM', - 55688409 => 'Brasil Telecom GSM', - 55688411 => 'Brasil Telecom GSM', - 55688412 => 'Brasil Telecom GSM', - 55688413 => 'Brasil Telecom GSM', - 55688414 => 'Brasil Telecom GSM', - 55688415 => 'Brasil Telecom GSM', - 55688416 => 'Brasil Telecom GSM', - 55688417 => 'Brasil Telecom GSM', - 55688418 => 'Brasil Telecom GSM', - 55689911 => 'Vivo', - 55689931 => 'Vivo', - 55689932 => 'Vivo', - 55689933 => 'Vivo', - 55689934 => 'Vivo', - 55689935 => 'Vivo', - 55689936 => 'Vivo', - 55689937 => 'Vivo', - 55689938 => 'Vivo', - 55689939 => 'Vivo', - 55689941 => 'Vivo', - 55689942 => 'Vivo', - 55689943 => 'Vivo', - 55689944 => 'Vivo', - 55689945 => 'Vivo', - 55689946 => 'Vivo', - 55689947 => 'Vivo', - 55689948 => 'Vivo', - 55689949 => 'Vivo', - 55689951 => 'Vivo', - 55689952 => 'Vivo', - 55689953 => 'Vivo', - 55689954 => 'Vivo', - 55689955 => 'Vivo', - 55689956 => 'Vivo', - 55689957 => 'Vivo', - 55689958 => 'Vivo', - 55689959 => 'Vivo', - 55689961 => 'Vivo', - 55689962 => 'Vivo', - 55689963 => 'Vivo', - 55689964 => 'Vivo', - 55689965 => 'Vivo', - 55689966 => 'Vivo', - 55689967 => 'Vivo', - 55689968 => 'Vivo', - 55689969 => 'Vivo', - 5568997 => 'Vivo', - 5568998 => 'Vivo', - 55689991 => 'Vivo', - 55689992 => 'Vivo', - 55689993 => 'Vivo', - 55689994 => 'Vivo', - 55689995 => 'Vivo', - 55689996 => 'Vivo', - 55689997 => 'Vivo', - 55689998 => 'Vivo', - 55689999 => 'Vivo', - 55698111 => 'TIM', - 55698112 => 'TIM', - 55698113 => 'TIM', - 55698114 => 'TIM', - 55698115 => 'TIM', - 55698116 => 'TIM', - 55698117 => 'TIM', - 55698118 => 'TIM', - 55698119 => 'TIM', - 55698121 => 'TIM', - 55698122 => 'TIM', - 55698123 => 'TIM', - 55698124 => 'TIM', - 55698125 => 'TIM', - 55698126 => 'TIM', - 55698127 => 'TIM', - 55698128 => 'TIM', - 55698401 => 'Brasil Telecom GSM', - 55698402 => 'Brasil Telecom GSM', - 55698403 => 'Brasil Telecom GSM', - 55698404 => 'Brasil Telecom GSM', - 55698405 => 'Brasil Telecom GSM', - 55698406 => 'Brasil Telecom GSM', - 55698407 => 'Brasil Telecom GSM', - 55698408 => 'Brasil Telecom GSM', - 55698409 => 'Brasil Telecom GSM', - 55698411 => 'Brasil Telecom GSM', - 55698412 => 'Brasil Telecom GSM', - 55698413 => 'Brasil Telecom GSM', - 55698414 => 'Brasil Telecom GSM', - 55698415 => 'Brasil Telecom GSM', - 55698416 => 'Brasil Telecom GSM', - 55698417 => 'Brasil Telecom GSM', - 55698418 => 'Brasil Telecom GSM', - 55698419 => 'Brasil Telecom GSM', - 55698421 => 'Brasil Telecom GSM', - 55698422 => 'Brasil Telecom GSM', - 55698423 => 'Brasil Telecom GSM', - 55698424 => 'Brasil Telecom GSM', - 55698425 => 'Brasil Telecom GSM', - 55698426 => 'Brasil Telecom GSM', - 55698427 => 'Brasil Telecom GSM', - 55698428 => 'Brasil Telecom GSM', - 55698429 => 'Brasil Telecom GSM', - 55698431 => 'Brasil Telecom GSM', - 55698432 => 'Brasil Telecom GSM', - 55698433 => 'Brasil Telecom GSM', - 55698434 => 'Brasil Telecom GSM', - 55698435 => 'Brasil Telecom GSM', - 55698436 => 'Brasil Telecom GSM', - 55698437 => 'Brasil Telecom GSM', - 55698438 => 'Brasil Telecom GSM', - 55698439 => 'Brasil Telecom GSM', - 55698441 => 'Brasil Telecom GSM', - 55698442 => 'Brasil Telecom GSM', - 55698443 => 'Brasil Telecom GSM', - 55698444 => 'Brasil Telecom GSM', - 55698445 => 'Brasil Telecom GSM', - 55698446 => 'Brasil Telecom GSM', - 55698447 => 'Brasil Telecom GSM', - 55698448 => 'Brasil Telecom GSM', - 55698449 => 'Brasil Telecom GSM', - 55698451 => 'Brasil Telecom GSM', - 55698452 => 'Brasil Telecom GSM', - 55698453 => 'Brasil Telecom GSM', - 55698454 => 'Brasil Telecom GSM', - 55698455 => 'Brasil Telecom GSM', - 55698456 => 'Brasil Telecom GSM', - 55698457 => 'Brasil Telecom GSM', - 55698458 => 'Brasil Telecom GSM', - 55698459 => 'Brasil Telecom GSM', - 55698461 => 'Brasil Telecom GSM', - 55698462 => 'Brasil Telecom GSM', - 55698463 => 'Brasil Telecom GSM', - 55698465 => 'Brasil Telecom GSM', - 55698466 => 'Brasil Telecom GSM', - 55698467 => 'Brasil Telecom GSM', - 55699901 => 'Vivo', - 55699902 => 'Vivo', - 55699903 => 'Vivo', - 55699904 => 'Vivo', - 55699905 => 'Vivo', - 55699906 => 'Vivo', - 55699907 => 'Vivo', - 55699908 => 'Vivo', - 55699909 => 'Vivo', - 55699911 => 'Vivo', - 55699912 => 'Vivo', - 55699913 => 'Vivo', - 55699914 => 'Vivo', - 55699915 => 'Vivo', - 55699916 => 'Vivo', - 55699917 => 'Vivo', - 55699918 => 'Vivo', - 55699919 => 'Vivo', - 55699921 => 'Vivo', - 55699922 => 'Vivo', - 55699923 => 'Vivo', - 55699924 => 'Vivo', - 55699925 => 'Vivo', - 55699926 => 'Vivo', - 55699927 => 'Vivo', - 55699928 => 'Vivo', - 55699929 => 'Vivo', - 55699931 => 'Vivo', - 55699932 => 'Vivo', - 55699951 => 'Vivo', - 55699952 => 'Vivo', - 55699953 => 'Vivo', - 55699954 => 'Vivo', - 55699955 => 'Vivo', - 55699956 => 'Vivo', - 55699957 => 'Vivo', - 55699958 => 'Vivo', - 55699959 => 'Vivo', - 5569996 => 'Vivo', - 5569997 => 'Vivo', - 5569998 => 'Vivo', - 55699991 => 'Vivo', - 55699992 => 'Vivo', - 55699993 => 'Vivo', - 55699994 => 'Vivo', - 55699995 => 'Vivo', - 55699996 => 'Vivo', - 55699997 => 'Vivo', - 55699998 => 'Vivo', - 55699999 => 'Vivo', - 557181 => 'Claro BR', - 557182 => 'Claro BR', - 5571830 => 'Claro BR', - 5571831 => 'Claro BR', - 5571832 => 'Claro BR', - 5571833 => 'Claro BR', - 5571834 => 'Claro BR', - 5571835 => 'Claro BR', - 55718360 => 'Claro BR', - 55718361 => 'Claro BR', - 55718362 => 'Claro BR', - 557185 => 'Oi', - 557186 => 'Oi', - 557187 => 'Oi', - 557188 => 'Oi', - 557189 => 'Oi', - 55719101 => 'TIM', - 55719102 => 'TIM', - 55719103 => 'TIM', - 55719104 => 'TIM', - 55719105 => 'TIM', - 55719106 => 'TIM', - 55719107 => 'TIM', - 55719108 => 'TIM', - 55719109 => 'TIM', - 55719111 => 'TIM', - 55719112 => 'TIM', - 55719113 => 'TIM', - 55719114 => 'TIM', - 55719115 => 'TIM', - 55719116 => 'TIM', - 55719117 => 'TIM', - 55719118 => 'TIM', - 55719119 => 'TIM', - 55719121 => 'TIM', - 55719122 => 'TIM', - 55719123 => 'TIM', - 55719124 => 'TIM', - 55719125 => 'TIM', - 55719126 => 'TIM', - 55719127 => 'TIM', - 55719128 => 'TIM', - 55719129 => 'TIM', - 55719131 => 'TIM', - 55719132 => 'TIM', - 55719133 => 'TIM', - 55719134 => 'TIM', - 55719135 => 'TIM', - 55719136 => 'TIM', - 55719137 => 'TIM', - 55719138 => 'TIM', - 55719139 => 'TIM', - 55719141 => 'TIM', - 55719142 => 'TIM', - 55719143 => 'TIM', - 55719144 => 'TIM', - 55719145 => 'TIM', - 55719146 => 'TIM', - 55719147 => 'TIM', - 55719148 => 'TIM', - 55719149 => 'TIM', - 55719151 => 'TIM', - 55719152 => 'TIM', - 55719153 => 'TIM', - 55719154 => 'TIM', - 55719155 => 'TIM', - 55719156 => 'TIM', - 55719157 => 'TIM', - 55719158 => 'TIM', - 55719159 => 'TIM', - 55719161 => 'TIM', - 55719162 => 'TIM', - 55719163 => 'TIM', - 55719164 => 'TIM', - 55719165 => 'TIM', - 55719166 => 'TIM', - 55719167 => 'TIM', - 55719168 => 'TIM', - 55719169 => 'TIM', - 55719171 => 'TIM', - 55719172 => 'TIM', - 55719173 => 'TIM', - 55719174 => 'TIM', - 55719175 => 'TIM', - 55719176 => 'TIM', - 55719177 => 'TIM', - 55719178 => 'TIM', - 55719179 => 'TIM', - 55719181 => 'TIM', - 55719182 => 'TIM', - 55719183 => 'TIM', - 55719184 => 'TIM', - 55719185 => 'TIM', - 55719186 => 'TIM', - 55719187 => 'TIM', - 55719188 => 'TIM', - 55719189 => 'TIM', - 55719191 => 'TIM', - 55719192 => 'TIM', - 55719193 => 'TIM', - 55719194 => 'TIM', - 55719195 => 'TIM', - 55719196 => 'TIM', - 55719197 => 'TIM', - 55719198 => 'TIM', - 55719199 => 'TIM', - 55719201 => 'TIM', - 55719202 => 'TIM', - 55719203 => 'TIM', - 55719204 => 'TIM', - 55719205 => 'TIM', - 55719206 => 'TIM', - 55719207 => 'TIM', - 55719208 => 'TIM', - 55719209 => 'TIM', - 55719211 => 'TIM', - 55719212 => 'TIM', - 55719213 => 'TIM', - 55719214 => 'TIM', - 55719215 => 'TIM', - 55719216 => 'TIM', - 55719217 => 'TIM', - 55719218 => 'TIM', - 55719219 => 'TIM', - 55719221 => 'TIM', - 55719222 => 'TIM', - 55719223 => 'TIM', - 55719224 => 'TIM', - 55719225 => 'TIM', - 55719226 => 'TIM', - 55719227 => 'TIM', - 55719228 => 'TIM', - 55719229 => 'TIM', - 55719231 => 'TIM', - 55719232 => 'TIM', - 55719233 => 'TIM', - 55719234 => 'TIM', - 55719235 => 'TIM', - 55719236 => 'TIM', - 55719237 => 'TIM', - 55719238 => 'TIM', - 55719239 => 'TIM', - 55719241 => 'TIM', - 55719242 => 'TIM', - 55719243 => 'TIM', - 55719244 => 'TIM', - 55719245 => 'TIM', - 55719246 => 'TIM', - 55719247 => 'TIM', - 55719248 => 'TIM', - 55719249 => 'TIM', - 55719251 => 'TIM', - 55719252 => 'TIM', - 55719253 => 'TIM', - 55719254 => 'TIM', - 55719255 => 'TIM', - 55719256 => 'TIM', - 55719257 => 'TIM', - 55719258 => 'TIM', - 55719259 => 'TIM', - 55719261 => 'TIM', - 55719262 => 'TIM', - 55719263 => 'TIM', - 55719264 => 'TIM', - 55719265 => 'TIM', - 55719266 => 'TIM', - 55719267 => 'TIM', - 55719268 => 'TIM', - 55719269 => 'TIM', - 55719271 => 'TIM', - 55719272 => 'TIM', - 55719273 => 'TIM', - 55719274 => 'TIM', - 55719275 => 'TIM', - 55719276 => 'TIM', - 55719277 => 'TIM', - 55719278 => 'TIM', - 55719279 => 'TIM', - 55719287 => 'TIM', - 5571960 => 'Vivo', - 5571961 => 'Vivo', - 5571962 => 'Vivo', - 5571963 => 'Vivo', - 5571964 => 'Vivo', - 5571965 => 'Vivo', - 5571966 => 'Vivo', - 5571967 => 'Vivo', - 5571968 => 'Vivo', - 55719690 => 'Vivo', - 55719691 => 'Vivo', - 55719692 => 'Vivo', - 55719901 => 'Vivo', - 55719902 => 'Vivo', - 55719903 => 'Vivo', - 55719904 => 'Vivo', - 55719905 => 'Vivo', - 55719906 => 'Vivo', - 55719907 => 'Vivo', - 55719908 => 'Vivo', - 55719909 => 'Vivo', - 55719911 => 'Vivo', - 55719912 => 'Vivo', - 55719913 => 'Vivo', - 55719914 => 'Vivo', - 55719915 => 'Vivo', - 55719916 => 'Vivo', - 55719917 => 'Vivo', - 55719918 => 'Vivo', - 55719919 => 'Vivo', - 55719921 => 'Vivo', - 55719922 => 'Vivo', - 55719923 => 'Vivo', - 55719924 => 'Vivo', - 55719925 => 'Vivo', - 55719926 => 'Vivo', - 55719927 => 'Vivo', - 55719928 => 'Vivo', - 55719929 => 'Vivo', - 55719931 => 'Vivo', - 55719932 => 'Vivo', - 55719933 => 'Vivo', - 55719934 => 'Vivo', - 55719935 => 'Vivo', - 55719936 => 'Vivo', - 55719937 => 'Vivo', - 55719938 => 'Vivo', - 55719939 => 'Vivo', - 55719941 => 'Vivo', - 55719942 => 'Vivo', - 55719943 => 'Vivo', - 55719944 => 'Vivo', - 55719945 => 'Vivo', - 55719946 => 'Vivo', - 55719947 => 'Vivo', - 55719948 => 'Vivo', - 55719949 => 'Vivo', - 55719951 => 'Vivo', - 55719952 => 'Vivo', - 55719953 => 'Vivo', - 55719954 => 'Vivo', - 55719955 => 'Vivo', - 55719956 => 'Vivo', - 55719957 => 'Vivo', - 55719958 => 'Vivo', - 55719959 => 'Vivo', - 5571996 => 'Vivo', - 55719971 => 'Vivo', - 55719972 => 'Vivo', - 55719973 => 'Vivo', - 55719974 => 'Vivo', - 55719975 => 'Vivo', - 55719976 => 'Vivo', - 55719977 => 'Vivo', - 55719978 => 'Vivo', - 55719979 => 'Vivo', - 55719981 => 'Vivo', - 55719982 => 'Vivo', - 55719983 => 'Vivo', - 55719984 => 'Vivo', - 55719985 => 'Vivo', - 55719986 => 'Vivo', - 55719987 => 'Vivo', - 55719988 => 'Vivo', - 55719989 => 'Vivo', - 55719991 => 'Vivo', - 55719992 => 'Vivo', - 55719993 => 'Vivo', - 55719994 => 'Vivo', - 55719995 => 'Vivo', - 55719996 => 'Vivo', - 55719997 => 'Vivo', - 55719998 => 'Vivo', - 55719999 => 'Vivo', - 557381 => 'Claro BR', - 557385 => 'Oi', - 557386 => 'Oi', - 557387 => 'Oi', - 557388 => 'Oi', - 557389 => 'Oi', - 55739111 => 'TIM', - 55739112 => 'TIM', - 55739113 => 'TIM', - 55739115 => 'TIM', - 55739116 => 'TIM', - 55739121 => 'TIM', - 55739122 => 'TIM', - 55739126 => 'TIM', - 55739128 => 'TIM', - 55739129 => 'TIM', - 55739131 => 'TIM', - 55739132 => 'TIM', - 55739133 => 'TIM', - 55739134 => 'TIM', - 55739136 => 'TIM', - 55739137 => 'TIM', - 55739141 => 'TIM', - 55739142 => 'TIM', - 55739147 => 'TIM', - 55739149 => 'TIM', - 55739157 => 'TIM', - 55739158 => 'TIM', - 55739191 => 'TIM', - 55739193 => 'TIM', - 55739194 => 'TIM', - 55739198 => 'TIM', - 55739199 => 'TIM', - 55739800 => 'Vivo', - 55739801 => 'Vivo', - 55739802 => 'Vivo', - 55739803 => 'Vivo', - 5573990 => 'Vivo', - 5573991 => 'Vivo', - 5573992 => 'Vivo', - 5573993 => 'Vivo', - 5573994 => 'Vivo', - 5573995 => 'Vivo', - 55739961 => 'Vivo', - 55739962 => 'Vivo', - 55739963 => 'Vivo', - 55739964 => 'Vivo', - 55739965 => 'Vivo', - 55739966 => 'Vivo', - 55739967 => 'Vivo', - 55739968 => 'Vivo', - 55739969 => 'Vivo', - 55739970 => 'Vivo', - 55739971 => 'Vivo', - 55739972 => 'Vivo', - 55739973 => 'Vivo', - 55739976 => 'Vivo', - 55739977 => 'Vivo', - 55739978 => 'Vivo', - 55739979 => 'Vivo', - 55739980 => 'Vivo', - 55739981 => 'Vivo', - 55739983 => 'Vivo', - 55739984 => 'Vivo', - 55739985 => 'Vivo', - 55739986 => 'Vivo', - 55739987 => 'Vivo', - 55739988 => 'Vivo', - 55739989 => 'Vivo', - 55739990 => 'Vivo', - 55739991 => 'Vivo', - 55739993 => 'Vivo', - 55739994 => 'Vivo', - 55739995 => 'Vivo', - 55739997 => 'Vivo', - 55739999 => 'Vivo', - 5574810 => 'Claro BR', - 5574811 => 'Claro BR', - 5574812 => 'Claro BR', - 55748130 => 'Claro BR', - 55748131 => 'Claro BR', - 557485 => 'Oi', - 557486 => 'Oi', - 557487 => 'Oi', - 557488 => 'Oi', - 557489 => 'Oi', - 55749115 => 'TIM', - 55749116 => 'TIM', - 55749121 => 'TIM', - 55749122 => 'TIM', - 55749123 => 'TIM', - 55749124 => 'TIM', - 55749125 => 'TIM', - 55749135 => 'TIM', - 55749147 => 'TIM', - 55749148 => 'TIM', - 55749149 => 'TIM', - 55749188 => 'TIM', - 55749189 => 'TIM', - 55749191 => 'TIM', - 55749193 => 'TIM', - 55749194 => 'TIM', - 55749195 => 'TIM', - 55749198 => 'TIM', - 55749199 => 'TIM', - 55749941 => 'Vivo', - 55749942 => 'Vivo', - 55749943 => 'Vivo', - 55749944 => 'Vivo', - 55749945 => 'Vivo', - 55749946 => 'Vivo', - 55749947 => 'Vivo', - 55749948 => 'Vivo', - 55749949 => 'Vivo', - 5574995 => 'Vivo', - 55749961 => 'Vivo', - 55749962 => 'Vivo', - 55749963 => 'Vivo', - 55749964 => 'Vivo', - 55749965 => 'Vivo', - 55749967 => 'Vivo', - 55749968 => 'Vivo', - 55749969 => 'Vivo', - 55749970 => 'Vivo', - 55749971 => 'Vivo', - 55749972 => 'Vivo', - 55749973 => 'Vivo', - 55749975 => 'Vivo', - 55749976 => 'Vivo', - 55749977 => 'Vivo', - 55749978 => 'Vivo', - 55749979 => 'Vivo', - 5574998 => 'Vivo', - 55749991 => 'Vivo', - 55749995 => 'Vivo', - 55749996 => 'Vivo', - 55749998 => 'Vivo', - 55749999 => 'Vivo', - 557581 => 'Claro BR', - 5575820 => 'Claro BR', - 5575821 => 'Claro BR', - 5575822 => 'Claro BR', - 5575823 => 'Claro BR', - 5575824 => 'Claro BR', - 5575825 => 'Claro BR', - 5575826 => 'Claro BR', - 55758270 => 'Claro BR', - 55758271 => 'Claro BR', - 55758272 => 'Claro BR', - 55758273 => 'Claro BR', - 55758274 => 'Claro BR', - 55758275 => 'Claro BR', - 55758276 => 'Claro BR', - 557585 => 'Oi', - 557586 => 'Oi', - 557587 => 'Oi', - 557588 => 'Oi', - 557589 => 'Oi', - 55759111 => 'TIM', - 55759112 => 'TIM', - 55759113 => 'TIM', - 55759114 => 'TIM', - 55759115 => 'TIM', - 55759116 => 'TIM', - 55759117 => 'TIM', - 55759118 => 'TIM', - 55759119 => 'TIM', - 55759121 => 'TIM', - 55759122 => 'TIM', - 55759123 => 'TIM', - 55759124 => 'TIM', - 55759125 => 'TIM', - 55759126 => 'TIM', - 55759127 => 'TIM', - 55759129 => 'TIM', - 55759131 => 'TIM', - 55759132 => 'TIM', - 55759133 => 'TIM', - 55759134 => 'TIM', - 55759135 => 'TIM', - 55759136 => 'TIM', - 55759137 => 'TIM', - 55759138 => 'TIM', - 55759139 => 'TIM', - 55759141 => 'TIM', - 55759142 => 'TIM', - 55759143 => 'TIM', - 55759144 => 'TIM', - 55759145 => 'TIM', - 55759146 => 'TIM', - 55759147 => 'TIM', - 55759148 => 'TIM', - 55759149 => 'TIM', - 55759165 => 'TIM', - 55759168 => 'TIM', - 55759169 => 'TIM', - 55759172 => 'TIM', - 55759173 => 'TIM', - 55759174 => 'TIM', - 55759175 => 'TIM', - 55759176 => 'TIM', - 55759177 => 'TIM', - 55759178 => 'TIM', - 55759179 => 'TIM', - 55759181 => 'TIM', - 55759182 => 'TIM', - 55759183 => 'TIM', - 55759191 => 'TIM', - 55759192 => 'TIM', - 55759193 => 'TIM', - 55759194 => 'TIM', - 55759198 => 'TIM', - 55759199 => 'TIM', - 55759801 => 'Vivo', - 55759802 => 'Vivo', - 55759803 => 'Vivo', - 55759804 => 'Vivo', - 55759805 => 'Vivo', - 55759806 => 'Vivo', - 55759807 => 'Vivo', - 55759808 => 'Vivo', - 55759809 => 'Vivo', - 5575981 => 'Vivo', - 5575982 => 'Vivo', - 5575983 => 'Vivo', - 55759840 => 'Vivo', - 55759841 => 'Vivo', - 55759842 => 'Vivo', - 55759843 => 'Vivo', - 5575990 => 'Vivo', - 5575991 => 'Vivo', - 5575992 => 'Vivo', - 5575993 => 'Vivo', - 5575994 => 'Vivo', - 5575995 => 'Vivo', - 55759961 => 'Vivo', - 55759962 => 'Vivo', - 55759963 => 'Vivo', - 55759964 => 'Vivo', - 55759965 => 'Vivo', - 55759966 => 'Vivo', - 55759967 => 'Vivo', - 55759970 => 'Vivo', - 55759972 => 'Vivo', - 55759973 => 'Vivo', - 55759975 => 'Vivo', - 55759976 => 'Vivo', - 55759977 => 'Vivo', - 55759978 => 'Vivo', - 55759979 => 'Vivo', - 55759980 => 'Vivo', - 55759981 => 'Vivo', - 55759982 => 'Vivo', - 55759983 => 'Vivo', - 55759985 => 'Vivo', - 55759986 => 'Vivo', - 55759987 => 'Vivo', - 55759988 => 'Vivo', - 55759990 => 'Vivo', - 55759992 => 'Vivo', - 55759993 => 'Vivo', - 55759994 => 'Vivo', - 55759996 => 'Vivo', - 55759997 => 'Vivo', - 55759998 => 'Vivo', - 55759999 => 'Vivo', - 5577810 => 'Claro BR', - 5577811 => 'Claro BR', - 5577812 => 'Claro BR', - 5577813 => 'Claro BR', - 5577814 => 'Claro BR', - 55778150 => 'Claro BR', - 55778151 => 'Claro BR', - 55778152 => 'Claro BR', - 55778153 => 'Claro BR', - 557785 => 'Oi', - 557786 => 'Oi', - 557787 => 'Oi', - 557788 => 'Oi', - 557789 => 'Oi', - 55779115 => 'TIM', - 55779116 => 'TIM', - 55779117 => 'TIM', - 55779118 => 'TIM', - 55779119 => 'TIM', - 55779121 => 'TIM', - 55779125 => 'TIM', - 55779127 => 'TIM', - 55779128 => 'TIM', - 55779129 => 'TIM', - 55779131 => 'TIM', - 55779135 => 'TIM', - 55779136 => 'TIM', - 55779148 => 'TIM', - 55779149 => 'TIM', - 55779191 => 'TIM', - 55779193 => 'TIM', - 55779194 => 'TIM', - 55779198 => 'TIM', - 55779199 => 'TIM', - 5577980 => 'Vivo', - 55779810 => 'Vivo', - 55779811 => 'Vivo', - 55779812 => 'Vivo', - 55779813 => 'Vivo', - 55779814 => 'Vivo', - 55779815 => 'Vivo', - 5577990 => 'Vivo', - 5577991 => 'Vivo', - 5577992 => 'Vivo', - 5577993 => 'Vivo', - 5577994 => 'Vivo', - 5577995 => 'Vivo', - 55779961 => 'Vivo', - 55779962 => 'Vivo', - 55779963 => 'Vivo', - 55779964 => 'Vivo', - 55779966 => 'Vivo', - 55779967 => 'Vivo', - 55779968 => 'Vivo', - 55779969 => 'Vivo', - 55779970 => 'Vivo', - 55779971 => 'Vivo', - 55779972 => 'Vivo', - 55779973 => 'Vivo', - 55779974 => 'Vivo', - 55779975 => 'Vivo', - 55779976 => 'Vivo', - 55779977 => 'Vivo', - 55779978 => 'Vivo', - 5577998 => 'Vivo', - 55779990 => 'Vivo', - 55779992 => 'Vivo', - 55779993 => 'Vivo', - 55779999 => 'Vivo', - 5579810 => 'Claro BR', - 5579811 => 'Claro BR', - 5579812 => 'Claro BR', - 5579813 => 'Claro BR', - 5579814 => 'Claro BR', - 5579815 => 'Claro BR', - 5579816 => 'Claro BR', - 55798171 => 'Claro BR', - 55798172 => 'Claro BR', - 557985 => 'Oi', - 557986 => 'Oi', - 557987 => 'Oi', - 557988 => 'Oi', - 557989 => 'Oi', - 55799116 => 'TIM', - 55799121 => 'TIM', - 55799124 => 'TIM', - 55799131 => 'TIM', - 55799132 => 'TIM', - 55799133 => 'TIM', - 55799134 => 'TIM', - 55799135 => 'TIM', - 55799136 => 'TIM', - 55799137 => 'TIM', - 55799138 => 'TIM', - 55799139 => 'TIM', - 55799141 => 'TIM', - 55799142 => 'TIM', - 55799143 => 'TIM', - 55799145 => 'TIM', - 55799147 => 'TIM', - 55799148 => 'TIM', - 55799149 => 'TIM', - 55799151 => 'TIM', - 55799152 => 'TIM', - 55799153 => 'TIM', - 55799154 => 'TIM', - 55799159 => 'TIM', - 55799191 => 'TIM', - 55799192 => 'TIM', - 55799193 => 'TIM', - 55799198 => 'TIM', - 55799199 => 'TIM', - 55799600 => 'Vivo', - 55799601 => 'Vivo', - 55799602 => 'Vivo', - 55799603 => 'Vivo', - 55799604 => 'Vivo', - 55799605 => 'Vivo', - 55799606 => 'Vivo', - 55799607 => 'Vivo', - 557998 => 'Vivo', - 557999 => 'Vivo', - 558181 => 'Vivo', - 5581820 => 'Vivo', - 5581821 => 'Vivo', - 5581822 => 'Vivo', - 5581823 => 'Vivo', - 5581824 => 'Vivo', - 5581825 => 'Vivo', - 55818260 => 'Vivo', - 55818261 => 'Vivo', - 55818262 => 'Vivo', - 55818263 => 'Vivo', - 558185 => 'Oi', - 558186 => 'Oi', - 558187 => 'Oi', - 558188 => 'Oi', - 558189 => 'Oi', - 558191 => 'Claro BR', - 558192 => 'Claro BR', - 5581930 => 'Claro BR', - 5581931 => 'Claro BR', - 5581932 => 'Claro BR', - 5581933 => 'Claro BR', - 5581934 => 'Claro BR', - 5581935 => 'Claro BR', - 5581936 => 'Claro BR', - 55819370 => 'Claro BR', - 55819371 => 'Claro BR', - 55819372 => 'Claro BR', - 55819373 => 'Claro BR', - 55819374 => 'Claro BR', - 55819375 => 'Claro BR', - 558194 => 'Claro BR', - 558196 => 'TIM', - 5581970 => 'TIM', - 5581971 => 'TIM', - 5581972 => 'TIM', - 55819730 => 'TIM', - 55819731 => 'TIM', - 55819732 => 'TIM', - 55819733 => 'TIM', - 55819734 => 'TIM', - 55819735 => 'TIM', - 55819736 => 'TIM', - 55819737 => 'TIM', - 55819738 => 'TIM', - 55819747 => 'TIM', - 55819748 => 'TIM', - 55819749 => 'TIM', - 55819750 => 'TIM', - 558199 => 'TIM', - 5582810 => 'Vivo', - 5582811 => 'Vivo', - 5582812 => 'Vivo', - 5582813 => 'Vivo', - 55828140 => 'Vivo', - 55828141 => 'Vivo', - 55828142 => 'Vivo', - 55828143 => 'Vivo', - 558285 => 'Oi', - 558286 => 'Oi', - 558287 => 'Oi', - 558288 => 'Oi', - 558289 => 'Oi', - 558291 => 'Claro BR', - 5582930 => 'Claro BR', - 55829310 => 'Claro BR', - 55829311 => 'Claro BR', - 55829312 => 'Claro BR', - 55829313 => 'Claro BR', - 55829314 => 'Claro BR', - 55829315 => 'Claro BR', - 55829316 => 'Claro BR', - 55829317 => 'Claro BR', - 55829318 => 'Claro BR', - 5582932 => 'Claro BR', - 5582933 => 'Claro BR', - 55829340 => 'Claro BR', - 55829341 => 'Claro BR', - 55829342 => 'Claro BR', - 55829343 => 'Claro BR', - 55829351 => 'Claro BR', - 55829361 => 'Claro BR', - 55829371 => 'Claro BR', - 55829381 => 'Claro BR', - 55829444 => 'Claro BR', - 55829600 => 'TIM', - 55829601 => 'TIM', - 55829602 => 'TIM', - 55829603 => 'TIM', - 55829604 => 'TIM', - 55829605 => 'TIM', - 55829606 => 'TIM', - 55829607 => 'TIM', - 55829608 => 'TIM', - 55829621 => 'TIM', - 55829622 => 'TIM', - 55829623 => 'TIM', - 55829624 => 'TIM', - 55829625 => 'TIM', - 55829627 => 'TIM', - 55829628 => 'TIM', - 55829629 => 'TIM', - 55829631 => 'TIM', - 5582990 => 'TIM', - 5582991 => 'TIM', - 5582992 => 'TIM', - 5582993 => 'TIM', - 5582994 => 'TIM', - 5582995 => 'TIM', - 5582996 => 'TIM', - 5582997 => 'TIM', - 5582998 => 'TIM', - 55829991 => 'TIM', - 55829992 => 'TIM', - 55829993 => 'TIM', - 55829994 => 'TIM', - 55829995 => 'TIM', - 55829996 => 'TIM', - 55829997 => 'TIM', - 55829998 => 'TIM', - 55829999 => 'TIM', - 5583810 => 'Vivo', - 5583811 => 'Vivo', - 5583812 => 'Vivo', - 5583813 => 'Vivo', - 5583814 => 'Vivo', - 5583815 => 'Vivo', - 55838160 => 'Vivo', - 55838161 => 'Vivo', - 55838162 => 'Vivo', - 55838163 => 'Vivo', - 55838164 => 'Vivo', - 55838165 => 'Vivo', - 558385 => 'Oi', - 558386 => 'Oi', - 558387 => 'Oi', - 558388 => 'Oi', - 558389 => 'Oi', - 558391 => 'Claro BR', - 5583930 => 'Claro BR', - 5583931 => 'Claro BR', - 5583932 => 'Claro BR', - 55839330 => 'Claro BR', - 55839331 => 'Claro BR', - 55839332 => 'Claro BR', - 55839333 => 'Claro BR', - 55839334 => 'Claro BR', - 55839342 => 'Claro BR', - 55839352 => 'Claro BR', - 55839362 => 'Claro BR', - 55839372 => 'Claro BR', - 55839382 => 'Claro BR', - 55839444 => 'Claro BR', - 55839600 => 'TIM', - 55839601 => 'TIM', - 5583990 => 'TIM', - 5583991 => 'TIM', - 5583992 => 'TIM', - 5583993 => 'TIM', - 55839940 => 'TIM', - 55839941 => 'TIM', - 55839942 => 'TIM', - 55839943 => 'TIM', - 55839944 => 'TIM', - 55839945 => 'TIM', - 55839946 => 'TIM', - 55839947 => 'TIM', - 55839948 => 'TIM', - 5583995 => 'TIM', - 5583996 => 'TIM', - 5583997 => 'TIM', - 5583998 => 'TIM', - 5583999 => 'TIM', - 5584810 => 'Vivo', - 5584811 => 'Vivo', - 5584812 => 'Vivo', - 5584813 => 'Vivo', - 55848140 => 'Vivo', - 55848141 => 'Vivo', - 55848142 => 'Vivo', - 55848143 => 'Vivo', - 55848144 => 'Vivo', - 55848145 => 'Vivo', - 55848146 => 'Vivo', - 55848147 => 'Vivo', - 558485 => 'Oi', - 558486 => 'Oi', - 558487 => 'Oi', - 558488 => 'Oi', - 558489 => 'Oi', - 558491 => 'Claro BR', - 5584940 => 'Claro BR', - 5584941 => 'Claro BR', - 5584942 => 'Claro BR', - 5584943 => 'Claro BR', - 5584944 => 'Claro BR', - 5584945 => 'Claro BR', - 55849461 => 'Claro BR', - 55849462 => 'Claro BR', - 55849463 => 'Claro BR', - 55849464 => 'Claro BR', - 55849465 => 'Claro BR', - 55849466 => 'Claro BR', - 55849467 => 'Claro BR', - 55849468 => 'Claro BR', - 55849471 => 'Claro BR', - 55849481 => 'Claro BR', - 5584960 => 'TIM', - 55849610 => 'TIM', - 55849611 => 'TIM', - 55849612 => 'TIM', - 55849615 => 'TIM', - 55849616 => 'TIM', - 55849617 => 'TIM', - 55849618 => 'TIM', - 55849619 => 'TIM', - 55849620 => 'TIM', - 558499 => 'TIM', - 558581 => 'Vivo', - 5585820 => 'Vivo', - 55858210 => 'Vivo', - 55858211 => 'Vivo', - 55858212 => 'Vivo', - 55858213 => 'Vivo', - 55858214 => 'Vivo', - 55858215 => 'Vivo', - 55858216 => 'Vivo', - 55858217 => 'Vivo', - 558585 => 'Oi', - 558586 => 'Oi', - 558587 => 'Oi', - 558588 => 'Oi', - 558589 => 'Oi', - 558591 => 'Claro BR', - 5585920 => 'Claro BR', - 5585921 => 'Claro BR', - 5585922 => 'Claro BR', - 5585923 => 'Claro BR', - 5585924 => 'Claro BR', - 55859401 => 'Claro BR', - 55859402 => 'Claro BR', - 55859403 => 'Claro BR', - 55859404 => 'Claro BR', - 55859444 => 'Claro BR', - 55859601 => 'TIM', - 55859602 => 'TIM', - 55859603 => 'TIM', - 55859604 => 'TIM', - 55859605 => 'TIM', - 55859606 => 'TIM', - 55859607 => 'TIM', - 55859608 => 'TIM', - 55859609 => 'TIM', - 55859611 => 'TIM', - 55859612 => 'TIM', - 55859613 => 'TIM', - 55859614 => 'TIM', - 55859615 => 'TIM', - 55859616 => 'TIM', - 55859617 => 'TIM', - 55859618 => 'TIM', - 55859619 => 'TIM', - 55859621 => 'TIM', - 55859622 => 'TIM', - 55859623 => 'TIM', - 55859624 => 'TIM', - 55859625 => 'TIM', - 55859626 => 'TIM', - 55859627 => 'TIM', - 55859628 => 'TIM', - 55859629 => 'TIM', - 55859631 => 'TIM', - 55859632 => 'TIM', - 55859633 => 'TIM', - 55859634 => 'TIM', - 55859635 => 'TIM', - 55859636 => 'TIM', - 55859637 => 'TIM', - 55859638 => 'TIM', - 55859639 => 'TIM', - 55859641 => 'TIM', - 55859642 => 'TIM', - 55859643 => 'TIM', - 55859644 => 'TIM', - 55859645 => 'TIM', - 55859646 => 'TIM', - 55859647 => 'TIM', - 55859648 => 'TIM', - 55859649 => 'TIM', - 55859651 => 'TIM', - 55859652 => 'TIM', - 55859653 => 'TIM', - 55859654 => 'TIM', - 55859655 => 'TIM', - 55859656 => 'TIM', - 55859657 => 'TIM', - 55859658 => 'TIM', - 55859659 => 'TIM', - 55859661 => 'TIM', - 55859662 => 'TIM', - 55859663 => 'TIM', - 55859664 => 'TIM', - 55859665 => 'TIM', - 55859666 => 'TIM', - 55859667 => 'TIM', - 55859668 => 'TIM', - 55859669 => 'TIM', - 55859671 => 'TIM', - 55859672 => 'TIM', - 55859673 => 'TIM', - 55859674 => 'TIM', - 55859675 => 'TIM', - 55859676 => 'TIM', - 55859677 => 'TIM', - 55859901 => 'TIM', - 55859902 => 'TIM', - 55859903 => 'TIM', - 55859904 => 'TIM', - 55859905 => 'TIM', - 55859906 => 'TIM', - 55859907 => 'TIM', - 55859908 => 'TIM', - 55859909 => 'TIM', - 55859911 => 'TIM', - 55859912 => 'TIM', - 55859913 => 'TIM', - 55859914 => 'TIM', - 55859915 => 'TIM', - 55859916 => 'TIM', - 55859917 => 'TIM', - 55859918 => 'TIM', - 55859919 => 'TIM', - 55859921 => 'TIM', - 55859922 => 'TIM', - 55859923 => 'TIM', - 55859924 => 'TIM', - 55859925 => 'TIM', - 55859926 => 'TIM', - 55859927 => 'TIM', - 55859928 => 'TIM', - 55859929 => 'TIM', - 55859931 => 'TIM', - 55859932 => 'TIM', - 55859933 => 'TIM', - 55859934 => 'TIM', - 55859935 => 'TIM', - 55859936 => 'TIM', - 55859937 => 'TIM', - 55859938 => 'TIM', - 55859939 => 'TIM', - 55859941 => 'TIM', - 55859942 => 'TIM', - 55859943 => 'TIM', - 55859944 => 'TIM', - 55859945 => 'TIM', - 55859946 => 'TIM', - 55859947 => 'TIM', - 55859948 => 'TIM', - 55859949 => 'TIM', - 55859951 => 'TIM', - 55859952 => 'TIM', - 55859953 => 'TIM', - 55859954 => 'TIM', - 55859955 => 'TIM', - 55859956 => 'TIM', - 55859957 => 'TIM', - 55859958 => 'TIM', - 55859959 => 'TIM', - 55859961 => 'TIM', - 55859962 => 'TIM', - 55859963 => 'TIM', - 55859969 => 'TIM', - 55859971 => 'TIM', - 55859972 => 'TIM', - 55859973 => 'TIM', - 55859974 => 'TIM', - 55859975 => 'TIM', - 55859976 => 'TIM', - 55859977 => 'TIM', - 55859978 => 'TIM', - 55859979 => 'TIM', - 55859981 => 'TIM', - 55859982 => 'TIM', - 55859983 => 'TIM', - 55859984 => 'TIM', - 55859985 => 'TIM', - 55859986 => 'TIM', - 55859987 => 'TIM', - 55859988 => 'TIM', - 55859989 => 'TIM', - 5585999 => 'TIM', - 5586810 => 'Vivo', - 5586811 => 'Vivo', - 5586812 => 'Vivo', - 5586813 => 'Vivo', - 55868140 => 'Vivo', - 55868141 => 'Vivo', - 55868142 => 'Vivo', - 55868143 => 'Vivo', - 55868144 => 'Vivo', - 558685 => 'Oi', - 558686 => 'Oi', - 558687 => 'Oi', - 558688 => 'Oi', - 558689 => 'Oi', - 558694 => 'Claro BR', - 5586950 => 'Claro BR', - 55869510 => 'Claro BR', - 55869511 => 'Claro BR', - 55869512 => 'Claro BR', - 55869513 => 'Claro BR', - 55869514 => 'Claro BR', - 55869515 => 'Claro BR', - 55869516 => 'Claro BR', - 55869517 => 'Claro BR', - 5586992 => 'TIM', - 5586993 => 'TIM', - 5586994 => 'TIM', - 55869950 => 'TIM', - 55869951 => 'TIM', - 55869971 => 'TIM', - 55869972 => 'TIM', - 55869973 => 'TIM', - 55869974 => 'TIM', - 55869975 => 'TIM', - 55869976 => 'TIM', - 55869977 => 'TIM', - 55869978 => 'TIM', - 55869979 => 'TIM', - 55869981 => 'TIM', - 55869982 => 'TIM', - 55869983 => 'TIM', - 55869984 => 'TIM', - 55869985 => 'TIM', - 55869986 => 'TIM', - 55869987 => 'TIM', - 55869988 => 'TIM', - 55869989 => 'TIM', - 55869991 => 'TIM', - 55869992 => 'TIM', - 55869993 => 'TIM', - 55869994 => 'TIM', - 55869995 => 'TIM', - 55869996 => 'TIM', - 55869997 => 'TIM', - 55869998 => 'TIM', - 55869999 => 'TIM', - 5587810 => 'Vivo', - 5587811 => 'Vivo', - 55878120 => 'Vivo', - 55878121 => 'Vivo', - 55878122 => 'Vivo', - 55878123 => 'Vivo', - 55878124 => 'Vivo', - 55878125 => 'Vivo', - 558785 => 'Oi', - 558786 => 'Oi', - 558787 => 'Oi', - 558788 => 'Oi', - 558789 => 'Oi', - 5587910 => 'Claro BR', - 5587911 => 'Claro BR', - 5587912 => 'Claro BR', - 5587913 => 'Claro BR', - 5587914 => 'Claro BR', - 5587915 => 'Claro BR', - 5587916 => 'Claro BR', - 55879170 => 'Claro BR', - 55879171 => 'Claro BR', - 55879172 => 'Claro BR', - 55879173 => 'Claro BR', - 55879174 => 'Claro BR', - 55879175 => 'Claro BR', - 55879243 => 'Claro BR', - 55879253 => 'Claro BR', - 55879601 => 'TIM', - 55879602 => 'TIM', - 55879603 => 'TIM', - 55879604 => 'TIM', - 55879605 => 'TIM', - 55879606 => 'TIM', - 55879607 => 'TIM', - 55879608 => 'TIM', - 55879609 => 'TIM', - 55879611 => 'TIM', - 55879612 => 'TIM', - 55879613 => 'TIM', - 55879614 => 'TIM', - 55879615 => 'TIM', - 55879616 => 'TIM', - 55879617 => 'TIM', - 55879618 => 'TIM', - 55879619 => 'TIM', - 55879621 => 'TIM', - 55879622 => 'TIM', - 55879623 => 'TIM', - 55879624 => 'TIM', - 55879625 => 'TIM', - 55879626 => 'TIM', - 55879627 => 'TIM', - 55879628 => 'TIM', - 55879629 => 'TIM', - 55879631 => 'TIM', - 55879632 => 'TIM', - 55879633 => 'TIM', - 55879634 => 'TIM', - 55879635 => 'TIM', - 55879636 => 'TIM', - 55879637 => 'TIM', - 55879638 => 'TIM', - 55879639 => 'TIM', - 55879901 => 'TIM', - 55879902 => 'TIM', - 55879911 => 'TIM', - 55879912 => 'TIM', - 55879913 => 'TIM', - 55879914 => 'TIM', - 55879915 => 'TIM', - 55879916 => 'TIM', - 55879917 => 'TIM', - 55879918 => 'TIM', - 55879919 => 'TIM', - 55879921 => 'TIM', - 55879922 => 'TIM', - 55879923 => 'TIM', - 55879924 => 'TIM', - 55879925 => 'TIM', - 55879926 => 'TIM', - 55879927 => 'TIM', - 55879928 => 'TIM', - 55879929 => 'TIM', - 55879931 => 'TIM', - 55879932 => 'TIM', - 55879933 => 'TIM', - 55879934 => 'TIM', - 55879935 => 'TIM', - 55879936 => 'TIM', - 55879937 => 'TIM', - 55879938 => 'TIM', - 55879939 => 'TIM', - 55879988 => 'TIM', - 55879991 => 'TIM', - 55879992 => 'TIM', - 55879993 => 'TIM', - 55879994 => 'TIM', - 55879995 => 'TIM', - 55879996 => 'TIM', - 55879997 => 'TIM', - 55879998 => 'TIM', - 55879999 => 'TIM', - 5588810 => 'Vivo', - 5588811 => 'Vivo', - 5588812 => 'Vivo', - 55888130 => 'Vivo', - 558885 => 'Oi', - 558886 => 'Oi', - 558887 => 'Oi', - 558888 => 'Oi', - 558889 => 'Oi', - 558892 => 'Claro BR', - 5588940 => 'Claro BR', - 5588941 => 'Claro BR', - 5588942 => 'Claro BR', - 5588943 => 'Claro BR', - 5588944 => 'Claro BR', - 5588945 => 'Claro BR', - 55889460 => 'Claro BR', - 55889461 => 'Claro BR', - 55889462 => 'Claro BR', - 55889463 => 'Claro BR', - 55889464 => 'Claro BR', - 55889601 => 'TIM', - 55889602 => 'TIM', - 55889603 => 'TIM', - 55889604 => 'TIM', - 55889605 => 'TIM', - 55889606 => 'TIM', - 55889607 => 'TIM', - 55889608 => 'TIM', - 55889609 => 'TIM', - 5588961 => 'TIM', - 55889621 => 'TIM', - 55889622 => 'TIM', - 55889623 => 'TIM', - 55889624 => 'TIM', - 55889625 => 'TIM', - 55889626 => 'TIM', - 55889627 => 'TIM', - 55889628 => 'TIM', - 55889630 => 'TIM', - 55889634 => 'TIM', - 55889635 => 'TIM', - 55889636 => 'TIM', - 55889640 => 'TIM', - 55889650 => 'TIM', - 55889901 => 'TIM', - 55889902 => 'TIM', - 55889903 => 'TIM', - 55889904 => 'TIM', - 55889905 => 'TIM', - 55889906 => 'TIM', - 55889907 => 'TIM', - 55889908 => 'TIM', - 55889909 => 'TIM', - 55889911 => 'TIM', - 55889912 => 'TIM', - 55889913 => 'TIM', - 55889914 => 'TIM', - 55889915 => 'TIM', - 55889916 => 'TIM', - 55889917 => 'TIM', - 55889918 => 'TIM', - 55889919 => 'TIM', - 55889921 => 'TIM', - 55889922 => 'TIM', - 55889923 => 'TIM', - 55889924 => 'TIM', - 55889925 => 'TIM', - 55889926 => 'TIM', - 55889927 => 'TIM', - 55889928 => 'TIM', - 55889929 => 'TIM', - 55889931 => 'TIM', - 55889932 => 'TIM', - 55889933 => 'TIM', - 55889934 => 'TIM', - 55889935 => 'TIM', - 55889936 => 'TIM', - 55889937 => 'TIM', - 55889938 => 'TIM', - 55889939 => 'TIM', - 55889941 => 'TIM', - 55889942 => 'TIM', - 55889943 => 'TIM', - 55889944 => 'TIM', - 55889945 => 'TIM', - 55889946 => 'TIM', - 55889947 => 'TIM', - 55889951 => 'TIM', - 55889952 => 'TIM', - 55889953 => 'TIM', - 55889954 => 'TIM', - 55889955 => 'TIM', - 55889956 => 'TIM', - 55889957 => 'TIM', - 55889958 => 'TIM', - 55889959 => 'TIM', - 55889961 => 'TIM', - 55889962 => 'TIM', - 55889963 => 'TIM', - 55889964 => 'TIM', - 55889965 => 'TIM', - 55889966 => 'TIM', - 55889967 => 'TIM', - 55889968 => 'TIM', - 55889969 => 'TIM', - 5589810 => 'Vivo', - 5589811 => 'Vivo', - 55898120 => 'Vivo', - 558985 => 'Oi', - 558986 => 'Oi', - 558987 => 'Oi', - 558988 => 'Oi', - 558989 => 'Oi', - 5589940 => 'Claro BR', - 5589941 => 'Claro BR', - 5589942 => 'Claro BR', - 5589943 => 'Claro BR', - 55899443 => 'Claro BR', - 55899444 => 'Claro BR', - 55899445 => 'Claro BR', - 55899446 => 'Claro BR', - 55899921 => 'TIM', - 55899922 => 'TIM', - 55899924 => 'TIM', - 55899925 => 'TIM', - 55899926 => 'TIM', - 55899927 => 'TIM', - 55899928 => 'TIM', - 55899929 => 'TIM', - 55899971 => 'TIM', - 55899972 => 'TIM', - 55899973 => 'TIM', - 55899974 => 'TIM', - 55899975 => 'TIM', - 55899976 => 'TIM', - 55899978 => 'TIM', - 55899979 => 'TIM', - 55899984 => 'TIM', - 55899985 => 'TIM', - 55899997 => 'TIM', - 559181 => 'TIM', - 55918201 => 'TIM', - 55918202 => 'TIM', - 55918203 => 'TIM', - 55918204 => 'TIM', - 55918205 => 'TIM', - 55918206 => 'TIM', - 55918207 => 'TIM', - 55918208 => 'TIM', - 55918209 => 'TIM', - 55918211 => 'TIM', - 55918212 => 'TIM', - 55918213 => 'TIM', - 55918214 => 'TIM', - 55918215 => 'TIM', - 55918216 => 'TIM', - 55918217 => 'TIM', - 55918218 => 'TIM', - 55918219 => 'TIM', - 55918221 => 'TIM', - 55918222 => 'TIM', - 55918223 => 'TIM', - 55918224 => 'TIM', - 55918225 => 'TIM', - 55918226 => 'TIM', - 55918227 => 'TIM', - 55918228 => 'TIM', - 55918229 => 'TIM', - 55918231 => 'TIM', - 55918232 => 'TIM', - 55918233 => 'TIM', - 55918234 => 'TIM', - 55918235 => 'TIM', - 55918236 => 'TIM', - 55918237 => 'TIM', - 55918238 => 'TIM', - 55918239 => 'TIM', - 55918241 => 'TIM', - 55918242 => 'TIM', - 55918243 => 'TIM', - 55918244 => 'TIM', - 55918245 => 'TIM', - 55918246 => 'TIM', - 5591840 => 'Claro BR', - 5591841 => 'Claro BR', - 5591842 => 'Claro BR', - 5591843 => 'Claro BR', - 5591844 => 'Claro BR', - 5591845 => 'Claro BR', - 5591846 => 'Claro BR', - 5591847 => 'Claro BR', - 55918480 => 'Claro BR', - 55918481 => 'Claro BR', - 55918482 => 'Claro BR', - 55918483 => 'Claro BR', - 55918484 => 'Claro BR', - 55918485 => 'Claro BR', - 55918486 => 'Claro BR', - 559185 => 'Oi', - 559186 => 'Oi', - 559187 => 'Oi', - 559188 => 'Oi', - 559189 => 'Oi', - 559191 => 'Vivo', - 5591920 => 'Vivo', - 5591921 => 'Vivo', - 5591922 => 'Vivo', - 5591923 => 'Vivo', - 5591924 => 'Vivo', - 5591925 => 'Vivo', - 5591926 => 'Vivo', - 5591927 => 'Vivo', - 55919280 => 'Vivo', - 55919281 => 'Vivo', - 55919282 => 'Vivo', - 55919283 => 'Vivo', - 55919284 => 'Vivo', - 55919285 => 'Vivo', - 55919286 => 'Vivo', - 55919601 => 'Oi', - 55919602 => 'Oi', - 55919603 => 'Oi', - 55919604 => 'Oi', - 55919605 => 'Oi', - 55919606 => 'Oi', - 55919607 => 'Oi', - 55919608 => 'Oi', - 55919609 => 'Oi', - 55919611 => 'Oi', - 55919612 => 'Oi', - 55919613 => 'Oi', - 55919614 => 'Oi', - 55919615 => 'Oi', - 55919616 => 'Oi', - 55919617 => 'Oi', - 55919618 => 'Oi', - 55919619 => 'Oi', - 55919621 => 'Oi', - 55919622 => 'Oi', - 55919623 => 'Oi', - 55919624 => 'Oi', - 55919625 => 'Oi', - 55919626 => 'Oi', - 55919627 => 'Oi', - 55919628 => 'Oi', - 55919629 => 'Oi', - 55919631 => 'Oi', - 55919632 => 'Oi', - 55919633 => 'Oi', - 55919634 => 'Oi', - 55919635 => 'Oi', - 55919636 => 'Oi', - 55919637 => 'Oi', - 55919638 => 'Oi', - 55919639 => 'Oi', - 55919641 => 'Oi', - 55919642 => 'Oi', - 55919901 => 'Oi', - 55919902 => 'Oi', - 55919903 => 'Oi', - 55919904 => 'Oi', - 55919905 => 'Oi', - 55919906 => 'Oi', - 55919907 => 'Oi', - 55919908 => 'Oi', - 55919912 => 'Oi', - 55919913 => 'Oi', - 55919914 => 'Oi', - 55919915 => 'Oi', - 55919916 => 'Oi', - 55919917 => 'Oi', - 55919918 => 'Oi', - 55919919 => 'Oi', - 55919921 => 'Oi', - 55919922 => 'Oi', - 55919923 => 'Oi', - 55919924 => 'Oi', - 55919925 => 'Oi', - 55919926 => 'Oi', - 55919933 => 'Oi', - 55919940 => 'Oi', - 55919941 => 'Oi', - 55919942 => 'Oi', - 55919943 => 'Oi', - 55919944 => 'Oi', - 55919949 => 'Oi', - 5591996 => 'Oi', - 55919971 => 'Oi', - 55919975 => 'Oi', - 55919977 => 'Oi', - 55919978 => 'Oi', - 55919979 => 'Oi', - 5591998 => 'Oi', - 559281 => 'TIM', - 55928211 => 'TIM', - 5592840 => 'Claro BR', - 5592841 => 'Claro BR', - 5592842 => 'Claro BR', - 5592843 => 'Claro BR', - 5592844 => 'Claro BR', - 55928450 => 'Claro BR', - 55928451 => 'Claro BR', - 559285 => 'Oi', - 559286 => 'Oi', - 559287 => 'Oi', - 559288 => 'Oi', - 559289 => 'Oi', - 559291 => 'Vivo', - 559292 => 'Vivo', - 5592930 => 'Vivo', - 5592931 => 'Vivo', - 5592932 => 'Vivo', - 5592933 => 'Vivo', - 5592934 => 'Vivo', - 5592935 => 'Vivo', - 5592936 => 'Vivo', - 5592937 => 'Vivo', - 5592938 => 'Vivo', - 55929390 => 'Vivo', - 55929391 => 'Vivo', - 55929392 => 'Vivo', - 55929393 => 'Vivo', - 55929394 => 'Vivo', - 55929395 => 'Vivo', - 55929631 => 'Oi', - 55929901 => 'Oi', - 55929902 => 'Oi', - 55929903 => 'Oi', - 55929904 => 'Oi', - 55929905 => 'Oi', - 55929906 => 'Oi', - 55929907 => 'Oi', - 55929908 => 'Oi', - 55929909 => 'Oi', - 55929911 => 'Oi', - 55929912 => 'Oi', - 55929913 => 'Oi', - 55929933 => 'Oi', - 55929944 => 'Oi', - 55929951 => 'Oi', - 55929961 => 'Oi', - 55929962 => 'Oi', - 55929963 => 'Oi', - 55929964 => 'Oi', - 55929965 => 'Oi', - 55929966 => 'Oi', - 55929967 => 'Oi', - 55929968 => 'Oi', - 55929969 => 'Oi', - 55929971 => 'Oi', - 55929972 => 'Oi', - 55929973 => 'Oi', - 55929974 => 'Oi', - 55929975 => 'Oi', - 55929976 => 'Oi', - 55929977 => 'Oi', - 55929978 => 'Oi', - 5592998 => 'Oi', - 55929991 => 'Oi', - 55929994 => 'Oi', - 55929995 => 'Oi', - 55929996 => 'Oi', - 55929997 => 'Oi', - 55929998 => 'Oi', - 55929999 => 'Oi', - 55938111 => 'TIM', - 55938112 => 'TIM', - 55938113 => 'TIM', - 55938114 => 'TIM', - 55938115 => 'TIM', - 55938116 => 'TIM', - 55938117 => 'TIM', - 55938118 => 'TIM', - 55938119 => 'TIM', - 55938121 => 'TIM', - 55938122 => 'TIM', - 55938123 => 'TIM', - 55938124 => 'TIM', - 55938125 => 'TIM', - 55938401 => 'Claro BR', - 55938402 => 'Claro BR', - 55938403 => 'Claro BR', - 55938404 => 'Claro BR', - 55938405 => 'Claro BR', - 55938406 => 'Claro BR', - 55938407 => 'Claro BR', - 55938408 => 'Claro BR', - 55938409 => 'Claro BR', - 55938411 => 'Claro BR', - 55938412 => 'Claro BR', - 55938413 => 'Claro BR', - 55938414 => 'Claro BR', - 55938415 => 'Claro BR', - 55938416 => 'Claro BR', - 559385 => 'Oi', - 559386 => 'Oi', - 559387 => 'Oi', - 559388 => 'Oi', - 559389 => 'Oi', - 55939101 => 'Vivo', - 55939102 => 'Vivo', - 55939103 => 'Vivo', - 55939104 => 'Vivo', - 55939105 => 'Vivo', - 55939106 => 'Vivo', - 55939107 => 'Vivo', - 55939111 => 'Vivo', - 55939112 => 'Vivo', - 55939113 => 'Vivo', - 55939114 => 'Vivo', - 55939115 => 'Vivo', - 55939116 => 'Vivo', - 55939117 => 'Vivo', - 55939118 => 'Vivo', - 55939119 => 'Vivo', - 55939121 => 'Vivo', - 55939122 => 'Vivo', - 55939123 => 'Vivo', - 55939124 => 'Vivo', - 55939125 => 'Vivo', - 55939126 => 'Vivo', - 55939127 => 'Vivo', - 55939128 => 'Vivo', - 55939129 => 'Vivo', - 55939131 => 'Vivo', - 55939132 => 'Vivo', - 55939133 => 'Vivo', - 55939134 => 'Vivo', - 55939135 => 'Vivo', - 55939136 => 'Vivo', - 55939137 => 'Vivo', - 55939138 => 'Vivo', - 55939139 => 'Vivo', - 55939141 => 'Vivo', - 55939142 => 'Vivo', - 55939143 => 'Vivo', - 55939144 => 'Vivo', - 55939145 => 'Vivo', - 55939146 => 'Vivo', - 55939147 => 'Vivo', - 55939148 => 'Vivo', - 55939149 => 'Vivo', - 55939151 => 'Vivo', - 55939152 => 'Vivo', - 55939153 => 'Vivo', - 55939154 => 'Vivo', - 55939155 => 'Vivo', - 55939156 => 'Vivo', - 55939157 => 'Vivo', - 55939158 => 'Vivo', - 55939159 => 'Vivo', - 55939161 => 'Vivo', - 55939162 => 'Vivo', - 55939163 => 'Vivo', - 55939164 => 'Vivo', - 55939165 => 'Vivo', - 55939166 => 'Vivo', - 55939167 => 'Vivo', - 55939168 => 'Vivo', - 55939169 => 'Vivo', - 55939171 => 'Vivo', - 55939172 => 'Vivo', - 55939173 => 'Vivo', - 55939174 => 'Vivo', - 55939175 => 'Vivo', - 55939176 => 'Vivo', - 55939177 => 'Vivo', - 55939178 => 'Vivo', - 55939179 => 'Vivo', - 55939181 => 'Vivo', - 55939182 => 'Vivo', - 55939183 => 'Vivo', - 55939184 => 'Vivo', - 55939185 => 'Vivo', - 55939186 => 'Vivo', - 55939187 => 'Vivo', - 55939188 => 'Vivo', - 55939189 => 'Vivo', - 55939191 => 'Vivo', - 55939192 => 'Vivo', - 55939193 => 'Vivo', - 55939194 => 'Vivo', - 55939195 => 'Vivo', - 55939196 => 'Vivo', - 55939197 => 'Vivo', - 55939198 => 'Vivo', - 55939199 => 'Vivo', - 55939651 => 'Oi', - 55939652 => 'Oi', - 55939653 => 'Oi', - 55939654 => 'Oi', - 55939655 => 'Oi', - 55939656 => 'Oi', - 55939657 => 'Oi', - 55939658 => 'Oi', - 55939659 => 'Oi', - 55939901 => 'Oi', - 55939902 => 'Oi', - 55939903 => 'Oi', - 55939904 => 'Oi', - 55939908 => 'Oi', - 55939933 => 'Oi', - 55939951 => 'Oi', - 55939952 => 'Oi', - 55939954 => 'Oi', - 55939970 => 'Oi', - 55939973 => 'Oi', - 55939974 => 'Oi', - 55939975 => 'Oi', - 55939976 => 'Oi', - 55939977 => 'Oi', - 55939978 => 'Oi', - 55939979 => 'Oi', - 55948111 => 'TIM', - 55948112 => 'TIM', - 55948113 => 'TIM', - 55948114 => 'TIM', - 55948115 => 'TIM', - 55948116 => 'TIM', - 55948117 => 'TIM', - 55948118 => 'TIM', - 55948119 => 'TIM', - 55948121 => 'TIM', - 55948122 => 'TIM', - 55948123 => 'TIM', - 55948124 => 'TIM', - 55948125 => 'TIM', - 55948126 => 'TIM', - 55948127 => 'TIM', - 55948128 => 'TIM', - 55948129 => 'TIM', - 55948131 => 'TIM', - 55948132 => 'TIM', - 55948133 => 'TIM', - 55948134 => 'TIM', - 55948135 => 'TIM', - 55948136 => 'TIM', - 55948137 => 'TIM', - 55948138 => 'TIM', - 55948139 => 'TIM', - 55948141 => 'TIM', - 55948142 => 'TIM', - 55948143 => 'TIM', - 55948144 => 'TIM', - 55948145 => 'TIM', - 55948146 => 'TIM', - 55948147 => 'TIM', - 55948148 => 'TIM', - 55948149 => 'TIM', - 55948154 => 'TIM', - 55948155 => 'TIM', - 55948156 => 'TIM', - 55948157 => 'TIM', - 55948401 => 'Claro BR', - 55948402 => 'Claro BR', - 55948403 => 'Claro BR', - 55948404 => 'Claro BR', - 55948405 => 'Claro BR', - 55948406 => 'Claro BR', - 55948407 => 'Claro BR', - 55948408 => 'Claro BR', - 55948409 => 'Claro BR', - 55948411 => 'Claro BR', - 55948412 => 'Claro BR', - 55948413 => 'Claro BR', - 55948414 => 'Claro BR', - 559485 => 'Oi', - 559486 => 'Oi', - 559487 => 'Oi', - 559488 => 'Oi', - 559489 => 'Oi', - 559491 => 'Vivo', - 5594920 => 'Vivo', - 5594921 => 'Vivo', - 5594922 => 'Vivo', - 55949230 => 'Vivo', - 55949231 => 'Vivo', - 55949232 => 'Vivo', - 55949233 => 'Vivo', - 55949661 => 'Oi', - 55949662 => 'Oi', - 55949663 => 'Oi', - 55949664 => 'Oi', - 55949665 => 'Oi', - 55949666 => 'Oi', - 55949667 => 'Oi', - 55949668 => 'Oi', - 55949901 => 'Oi', - 55949903 => 'Oi', - 55949904 => 'Oi', - 55949908 => 'Oi', - 55949909 => 'Oi', - 55949933 => 'Oi', - 55949934 => 'Oi', - 55949944 => 'Oi', - 55949953 => 'Oi', - 55949955 => 'Oi', - 55949969 => 'Oi', - 55949970 => 'Oi', - 55949972 => 'Oi', - 55949973 => 'Oi', - 55949974 => 'Oi', - 55949975 => 'Oi', - 55949977 => 'Oi', - 55949979 => 'Oi', - 55958111 => 'TIM', - 55958112 => 'TIM', - 55958113 => 'TIM', - 55958114 => 'TIM', - 55958115 => 'TIM', - 55958116 => 'TIM', - 55958117 => 'TIM', - 55958118 => 'TIM', - 55958119 => 'TIM', - 55958121 => 'TIM', - 55958122 => 'TIM', - 55958123 => 'TIM', - 5595840 => 'Claro BR', - 55958410 => 'Claro BR', - 55958411 => 'Claro BR', - 55958412 => 'Claro BR', - 559585 => 'Oi', - 559586 => 'Oi', - 559587 => 'Oi', - 559588 => 'Oi', - 559589 => 'Oi', - 55959111 => 'Vivo', - 55959112 => 'Vivo', - 55959113 => 'Vivo', - 55959114 => 'Vivo', - 55959115 => 'Vivo', - 55959116 => 'Vivo', - 55959117 => 'Vivo', - 55959118 => 'Vivo', - 55959119 => 'Vivo', - 55959121 => 'Vivo', - 55959122 => 'Vivo', - 55959123 => 'Vivo', - 55959124 => 'Vivo', - 55959125 => 'Vivo', - 55959126 => 'Vivo', - 55959127 => 'Vivo', - 55959128 => 'Vivo', - 55959129 => 'Vivo', - 55959131 => 'Vivo', - 55959132 => 'Vivo', - 55959133 => 'Vivo', - 55959134 => 'Vivo', - 55959135 => 'Vivo', - 55959136 => 'Vivo', - 55959137 => 'Vivo', - 55959138 => 'Vivo', - 55959139 => 'Vivo', - 55959141 => 'Vivo', - 55959142 => 'Vivo', - 55959143 => 'Vivo', - 55959144 => 'Vivo', - 55959145 => 'Vivo', - 55959146 => 'Vivo', - 55959147 => 'Vivo', - 55959148 => 'Vivo', - 55959149 => 'Vivo', - 55959151 => 'Vivo', - 55959152 => 'Vivo', - 55959153 => 'Vivo', - 55959154 => 'Vivo', - 55959155 => 'Vivo', - 55959156 => 'Vivo', - 55959157 => 'Vivo', - 55959158 => 'Vivo', - 55959159 => 'Vivo', - 55959161 => 'Vivo', - 55959162 => 'Vivo', - 55959163 => 'Vivo', - 55959164 => 'Vivo', - 55959165 => 'Vivo', - 55959166 => 'Vivo', - 55959167 => 'Vivo', - 55959168 => 'Vivo', - 55959901 => 'Oi', - 55959902 => 'Oi', - 55959903 => 'Oi', - 55959904 => 'Oi', - 55959905 => 'Oi', - 55959933 => 'Oi', - 55959959 => 'Oi', - 55959961 => 'Oi', - 55959962 => 'Oi', - 55959963 => 'Oi', - 55959964 => 'Oi', - 55959965 => 'Oi', - 55959967 => 'Oi', - 55959970 => 'Oi', - 55959971 => 'Oi', - 55959972 => 'Oi', - 55959974 => 'Oi', - 55959976 => 'Oi', - 55959977 => 'Oi', - 55959981 => 'Oi', - 55968111 => 'TIM', - 55968112 => 'TIM', - 55968113 => 'TIM', - 55968114 => 'TIM', - 55968115 => 'TIM', - 55968116 => 'TIM', - 55968117 => 'TIM', - 55968118 => 'TIM', - 55968119 => 'TIM', - 55968121 => 'TIM', - 55968122 => 'TIM', - 55968123 => 'TIM', - 55968124 => 'TIM', - 55968125 => 'TIM', - 55968126 => 'TIM', - 55968127 => 'TIM', - 55968128 => 'TIM', - 55968129 => 'TIM', - 55968131 => 'TIM', - 55968132 => 'TIM', - 55968133 => 'TIM', - 55968134 => 'TIM', - 55968135 => 'TIM', - 5596840 => 'Claro BR', - 55968410 => 'Claro BR', - 55968411 => 'Claro BR', - 55968412 => 'Claro BR', - 55968413 => 'Claro BR', - 559685 => 'Oi', - 559686 => 'Oi', - 559687 => 'Oi', - 559688 => 'Oi', - 559689 => 'Oi', - 55969111 => 'Vivo', - 55969112 => 'Vivo', - 55969113 => 'Vivo', - 55969114 => 'Vivo', - 55969115 => 'Vivo', - 55969116 => 'Vivo', - 55969117 => 'Vivo', - 55969118 => 'Vivo', - 55969119 => 'Vivo', - 55969121 => 'Vivo', - 55969122 => 'Vivo', - 55969123 => 'Vivo', - 55969124 => 'Vivo', - 55969125 => 'Vivo', - 55969126 => 'Vivo', - 55969127 => 'Vivo', - 55969128 => 'Vivo', - 55969129 => 'Vivo', - 55969131 => 'Vivo', - 55969132 => 'Vivo', - 55969133 => 'Vivo', - 55969134 => 'Vivo', - 55969135 => 'Vivo', - 55969136 => 'Vivo', - 55969137 => 'Vivo', - 55969138 => 'Vivo', - 55969139 => 'Vivo', - 55969141 => 'Vivo', - 55969142 => 'Vivo', - 55969143 => 'Vivo', - 55969144 => 'Vivo', - 55969145 => 'Vivo', - 55969146 => 'Vivo', - 55969147 => 'Vivo', - 55969148 => 'Vivo', - 55969149 => 'Vivo', - 55969151 => 'Vivo', - 55969152 => 'Vivo', - 55969153 => 'Vivo', - 55969154 => 'Vivo', - 55969155 => 'Vivo', - 55969156 => 'Vivo', - 55969157 => 'Vivo', - 55969158 => 'Vivo', - 55969159 => 'Vivo', - 55969161 => 'Vivo', - 55969162 => 'Vivo', - 55969163 => 'Vivo', - 55969164 => 'Vivo', - 55969165 => 'Vivo', - 55969166 => 'Vivo', - 55969167 => 'Vivo', - 55969168 => 'Vivo', - 55969169 => 'Vivo', - 55969171 => 'Vivo', - 55969172 => 'Vivo', - 55969173 => 'Vivo', - 55969174 => 'Vivo', - 55969175 => 'Vivo', - 55969176 => 'Vivo', - 55969177 => 'Vivo', - 55969178 => 'Vivo', - 55969179 => 'Vivo', - 55969181 => 'Vivo', - 55969901 => 'Oi', - 55969902 => 'Oi', - 55969903 => 'Oi', - 55969904 => 'Oi', - 55969905 => 'Oi', - 55969906 => 'Oi', - 55969907 => 'Oi', - 55969908 => 'Oi', - 55969909 => 'Oi', - 55969911 => 'Oi', - 55969912 => 'Oi', - 55969913 => 'Oi', - 55969914 => 'Oi', - 55969915 => 'Oi', - 55969916 => 'Oi', - 55969917 => 'Oi', - 55969918 => 'Oi', - 55969933 => 'Oi', - 55969961 => 'Oi', - 55969962 => 'Oi', - 55969963 => 'Oi', - 55969964 => 'Oi', - 55969965 => 'Oi', - 55969966 => 'Oi', - 55969967 => 'Oi', - 55969968 => 'Oi', - 55969970 => 'Oi', - 55969971 => 'Oi', - 55969972 => 'Oi', - 55969973 => 'Oi', - 55969974 => 'Oi', - 55969975 => 'Oi', - 55969976 => 'Oi', - 55969981 => 'Oi', - 55978111 => 'TIM', - 55978113 => 'TIM', - 55978114 => 'TIM', - 55978115 => 'TIM', - 55978116 => 'TIM', - 55978117 => 'TIM', - 55978118 => 'TIM', - 55978119 => 'TIM', - 55978121 => 'TIM', - 5597840 => 'Claro BR', - 55978410 => 'Claro BR', - 55978411 => 'Claro BR', - 559785 => 'Oi', - 559786 => 'Oi', - 559787 => 'Oi', - 559788 => 'Oi', - 559789 => 'Oi', - 55979151 => 'Vivo', - 55979152 => 'Vivo', - 55979153 => 'Vivo', - 55979154 => 'Vivo', - 55979155 => 'Vivo', - 55979156 => 'Vivo', - 55979157 => 'Vivo', - 55979158 => 'Vivo', - 55979159 => 'Vivo', - 55979161 => 'Vivo', - 55979162 => 'Vivo', - 55979163 => 'Vivo', - 55979164 => 'Vivo', - 55979165 => 'Vivo', - 55979166 => 'Vivo', - 55979167 => 'Vivo', - 55979168 => 'Vivo', - 55979169 => 'Vivo', - 55979171 => 'Vivo', - 55979172 => 'Vivo', - 55979173 => 'Vivo', - 55979174 => 'Vivo', - 55979175 => 'Vivo', - 55979176 => 'Vivo', - 55979177 => 'Vivo', - 55979178 => 'Vivo', - 55979179 => 'Vivo', - 55979181 => 'Vivo', - 55979182 => 'Vivo', - 55979183 => 'Vivo', - 55979184 => 'Vivo', - 55979185 => 'Vivo', - 55979186 => 'Vivo', - 55979187 => 'Vivo', - 55979188 => 'Vivo', - 55979611 => 'Oi', - 55979612 => 'Oi', - 55979613 => 'Oi', - 55979901 => 'Oi', - 55979902 => 'Oi', - 55979903 => 'Oi', - 55979933 => 'Oi', - 55979953 => 'Oi', - 55979957 => 'Oi', - 55979958 => 'Oi', - 55979959 => 'Oi', - 55979978 => 'Oi', - 55979979 => 'Oi', - 55988111 => 'TIM', - 55988112 => 'TIM', - 55988113 => 'TIM', - 55988114 => 'TIM', - 55988115 => 'TIM', - 55988116 => 'TIM', - 55988117 => 'TIM', - 55988118 => 'TIM', - 55988119 => 'TIM', - 55988121 => 'TIM', - 55988122 => 'TIM', - 55988123 => 'TIM', - 55988124 => 'TIM', - 55988125 => 'TIM', - 55988126 => 'TIM', - 55988127 => 'TIM', - 55988128 => 'TIM', - 55988129 => 'TIM', - 55988131 => 'TIM', - 55988132 => 'TIM', - 55988133 => 'TIM', - 55988134 => 'TIM', - 55988135 => 'TIM', - 55988136 => 'TIM', - 55988137 => 'TIM', - 55988138 => 'TIM', - 55988139 => 'TIM', - 55988141 => 'TIM', - 55988142 => 'TIM', - 55988143 => 'TIM', - 55988144 => 'TIM', - 55988145 => 'TIM', - 55988146 => 'TIM', - 55988147 => 'TIM', - 55988148 => 'TIM', - 55988149 => 'TIM', - 55988151 => 'TIM', - 55988152 => 'TIM', - 55988153 => 'TIM', - 55988154 => 'TIM', - 55988155 => 'TIM', - 55988156 => 'TIM', - 55988157 => 'TIM', - 55988158 => 'TIM', - 55988159 => 'TIM', - 55988161 => 'TIM', - 55988162 => 'TIM', - 55988163 => 'TIM', - 55988164 => 'TIM', - 55988165 => 'TIM', - 55988166 => 'TIM', - 55988167 => 'TIM', - 55988168 => 'TIM', - 55988169 => 'TIM', - 55988171 => 'TIM', - 55988172 => 'TIM', - 55988173 => 'TIM', - 55988174 => 'TIM', - 55988175 => 'TIM', - 55988176 => 'TIM', - 55988177 => 'TIM', - 55988178 => 'TIM', - 55988179 => 'TIM', - 55988181 => 'TIM', - 55988182 => 'TIM', - 55988183 => 'TIM', - 55988184 => 'TIM', - 55988185 => 'TIM', - 5598840 => 'Claro BR', - 5598841 => 'Claro BR', - 5598842 => 'Claro BR', - 5598843 => 'Claro BR', - 5598844 => 'Claro BR', - 5598845 => 'Claro BR', - 55988460 => 'Claro BR', - 55988461 => 'Claro BR', - 559885 => 'Oi', - 559886 => 'Oi', - 559887 => 'Oi', - 559888 => 'Oi', - 559889 => 'Oi', - 55989101 => 'Vivo', - 55989102 => 'Vivo', - 55989103 => 'Vivo', - 55989104 => 'Vivo', - 55989105 => 'Vivo', - 55989106 => 'Vivo', - 55989107 => 'Vivo', - 55989108 => 'Vivo', - 55989111 => 'Vivo', - 55989112 => 'Vivo', - 55989113 => 'Vivo', - 55989114 => 'Vivo', - 55989115 => 'Vivo', - 55989116 => 'Vivo', - 55989117 => 'Vivo', - 55989118 => 'Vivo', - 55989119 => 'Vivo', - 55989121 => 'Vivo', - 55989122 => 'Vivo', - 55989123 => 'Vivo', - 55989124 => 'Vivo', - 55989125 => 'Vivo', - 55989126 => 'Vivo', - 55989127 => 'Vivo', - 55989128 => 'Vivo', - 55989129 => 'Vivo', - 55989131 => 'Vivo', - 55989132 => 'Vivo', - 55989133 => 'Vivo', - 55989134 => 'Vivo', - 55989135 => 'Vivo', - 55989136 => 'Vivo', - 55989137 => 'Vivo', - 55989138 => 'Vivo', - 55989139 => 'Vivo', - 55989141 => 'Vivo', - 55989142 => 'Vivo', - 55989143 => 'Vivo', - 55989144 => 'Vivo', - 55989145 => 'Vivo', - 55989146 => 'Vivo', - 55989147 => 'Vivo', - 55989148 => 'Vivo', - 55989149 => 'Vivo', - 55989151 => 'Vivo', - 55989152 => 'Vivo', - 55989153 => 'Vivo', - 55989154 => 'Vivo', - 55989155 => 'Vivo', - 55989156 => 'Vivo', - 55989157 => 'Vivo', - 55989158 => 'Vivo', - 55989159 => 'Vivo', - 55989161 => 'Vivo', - 55989162 => 'Vivo', - 55989163 => 'Vivo', - 55989164 => 'Vivo', - 55989165 => 'Vivo', - 55989166 => 'Vivo', - 55989167 => 'Vivo', - 55989168 => 'Vivo', - 55989169 => 'Vivo', - 55989171 => 'Vivo', - 55989172 => 'Vivo', - 55989173 => 'Vivo', - 55989174 => 'Vivo', - 55989175 => 'Vivo', - 55989176 => 'Vivo', - 55989177 => 'Vivo', - 55989178 => 'Vivo', - 55989179 => 'Vivo', - 55989181 => 'Vivo', - 55989182 => 'Vivo', - 55989183 => 'Vivo', - 55989184 => 'Vivo', - 55989185 => 'Vivo', - 55989186 => 'Vivo', - 55989187 => 'Vivo', - 55989188 => 'Vivo', - 55989189 => 'Vivo', - 55989191 => 'Vivo', - 55989192 => 'Vivo', - 55989193 => 'Vivo', - 55989194 => 'Vivo', - 55989195 => 'Vivo', - 55989196 => 'Vivo', - 55989197 => 'Vivo', - 55989198 => 'Vivo', - 55989199 => 'Vivo', - 55989601 => 'Oi', - 55989602 => 'Oi', - 55989603 => 'Oi', - 55989604 => 'Oi', - 55989605 => 'Oi', - 55989606 => 'Oi', - 55989607 => 'Oi', - 55989608 => 'Oi', - 55989609 => 'Oi', - 55989611 => 'Oi', - 55989612 => 'Oi', - 55989613 => 'Oi', - 55989614 => 'Oi', - 55989615 => 'Oi', - 55989616 => 'Oi', - 55989617 => 'Oi', - 55989618 => 'Oi', - 55989619 => 'Oi', - 55989621 => 'Oi', - 55989901 => 'Oi', - 55989902 => 'Oi', - 55989903 => 'Oi', - 55989904 => 'Oi', - 55989905 => 'Oi', - 55989906 => 'Oi', - 55989907 => 'Oi', - 55989908 => 'Oi', - 55989909 => 'Oi', - 55989911 => 'Oi', - 55989912 => 'Oi', - 55989913 => 'Oi', - 55989933 => 'Oi', - 55989934 => 'Oi', - 55989944 => 'Oi', - 55989961 => 'Oi', - 55989962 => 'Oi', - 55989963 => 'Oi', - 55989964 => 'Oi', - 55989965 => 'Oi', - 55989966 => 'Oi', - 55989967 => 'Oi', - 55989968 => 'Oi', - 55989969 => 'Oi', - 55989970 => 'Oi', - 55989971 => 'Oi', - 55989972 => 'Oi', - 55989973 => 'Oi', - 55989974 => 'Oi', - 55989975 => 'Oi', - 55989976 => 'Oi', - 55989981 => 'Oi', - 55989982 => 'Oi', - 55989983 => 'Oi', - 55989984 => 'Oi', - 55989985 => 'Oi', - 55989988 => 'Oi', - 55989991 => 'Oi', - 55989992 => 'Oi', - 55989993 => 'Oi', - 55989994 => 'Oi', - 55989995 => 'Oi', - 55998111 => 'TIM', - 55998112 => 'TIM', - 55998113 => 'TIM', - 55998114 => 'TIM', - 55998115 => 'TIM', - 55998116 => 'TIM', - 55998117 => 'TIM', - 55998118 => 'TIM', - 55998119 => 'TIM', - 55998121 => 'TIM', - 55998122 => 'TIM', - 55998123 => 'TIM', - 55998124 => 'TIM', - 55998125 => 'TIM', - 55998126 => 'TIM', - 55998127 => 'TIM', - 55998128 => 'TIM', - 55998129 => 'TIM', - 55998131 => 'TIM', - 55998132 => 'TIM', - 55998133 => 'TIM', - 55998134 => 'TIM', - 55998135 => 'TIM', - 55998136 => 'TIM', - 55998137 => 'TIM', - 55998138 => 'TIM', - 55998139 => 'TIM', - 55998141 => 'TIM', - 55998142 => 'TIM', - 55998143 => 'TIM', - 55998144 => 'TIM', - 55998145 => 'TIM', - 55998146 => 'TIM', - 55998147 => 'TIM', - 55998148 => 'TIM', - 55998149 => 'TIM', - 55998151 => 'TIM', - 55998152 => 'TIM', - 55998153 => 'TIM', - 5599840 => 'Claro BR', - 5599841 => 'Claro BR', - 55998420 => 'Claro BR', - 55998421 => 'Claro BR', - 55998422 => 'Claro BR', - 559985 => 'Oi', - 559986 => 'Oi', - 559987 => 'Oi', - 559988 => 'Oi', - 559989 => 'Oi', - 55999101 => 'Vivo', - 55999102 => 'Vivo', - 55999103 => 'Vivo', - 55999104 => 'Vivo', - 55999105 => 'Vivo', - 55999106 => 'Vivo', - 55999107 => 'Vivo', - 55999108 => 'Vivo', - 55999109 => 'Vivo', - 55999111 => 'Vivo', - 55999112 => 'Vivo', - 55999113 => 'Vivo', - 55999114 => 'Vivo', - 55999115 => 'Vivo', - 55999121 => 'Vivo', - 55999122 => 'Vivo', - 55999123 => 'Vivo', - 55999124 => 'Vivo', - 55999125 => 'Vivo', - 55999126 => 'Vivo', - 55999127 => 'Vivo', - 55999128 => 'Vivo', - 55999129 => 'Vivo', - 55999131 => 'Vivo', - 55999132 => 'Vivo', - 55999133 => 'Vivo', - 55999134 => 'Vivo', - 55999135 => 'Vivo', - 55999136 => 'Vivo', - 55999137 => 'Vivo', - 55999138 => 'Vivo', - 55999139 => 'Vivo', - 55999141 => 'Vivo', - 55999142 => 'Vivo', - 55999143 => 'Vivo', - 55999144 => 'Vivo', - 55999145 => 'Vivo', - 55999146 => 'Vivo', - 55999147 => 'Vivo', - 55999148 => 'Vivo', - 55999149 => 'Vivo', - 55999151 => 'Vivo', - 55999152 => 'Vivo', - 55999153 => 'Vivo', - 55999154 => 'Vivo', - 55999155 => 'Vivo', - 55999156 => 'Vivo', - 55999157 => 'Vivo', - 55999158 => 'Vivo', - 55999159 => 'Vivo', - 55999161 => 'Vivo', - 55999162 => 'Vivo', - 55999163 => 'Vivo', - 55999164 => 'Vivo', - 55999165 => 'Vivo', - 55999166 => 'Vivo', - 55999167 => 'Vivo', - 55999168 => 'Vivo', - 55999169 => 'Vivo', - 55999171 => 'Vivo', - 55999172 => 'Vivo', - 55999173 => 'Vivo', - 55999174 => 'Vivo', - 55999175 => 'Vivo', - 55999176 => 'Vivo', - 55999177 => 'Vivo', - 55999178 => 'Vivo', - 55999179 => 'Vivo', - 55999181 => 'Vivo', - 55999182 => 'Vivo', - 55999183 => 'Vivo', - 55999184 => 'Vivo', - 55999185 => 'Vivo', - 55999186 => 'Vivo', - 55999187 => 'Vivo', - 55999188 => 'Vivo', - 55999189 => 'Vivo', - 55999191 => 'Vivo', - 55999192 => 'Vivo', - 55999193 => 'Vivo', - 55999194 => 'Vivo', - 55999195 => 'Vivo', - 55999196 => 'Vivo', - 55999197 => 'Vivo', - 55999198 => 'Vivo', - 55999631 => 'Oi', - 55999641 => 'Oi', - 55999642 => 'Oi', - 55999643 => 'Oi', - 55999644 => 'Oi', - 55999645 => 'Oi', - 55999646 => 'Oi', - 55999647 => 'Oi', - 55999649 => 'Oi', - 55999651 => 'Oi', - 55999901 => 'Oi', - 55999902 => 'Oi', - 55999903 => 'Oi', - 55999904 => 'Oi', - 55999905 => 'Oi', - 55999933 => 'Oi', - 55999934 => 'Oi', - 55999935 => 'Oi', - 55999951 => 'Oi', - 55999952 => 'Oi', - 55999953 => 'Oi', - 55999954 => 'Oi', - 55999955 => 'Oi', - 55999970 => 'Oi', - 55999977 => 'Oi', - 55999978 => 'Oi', - 55999979 => 'Oi', - 55999984 => 'Oi', - 55999985 => 'Oi', - 55999986 => 'Oi', - 55999987 => 'Oi', - 55999989 => 'Oi', -); \ No newline at end of file +return array( + 551195472 => 'Vivo', + 551195473 => 'Vivo', + 551195474 => 'Vivo', + 551195769 => 'Vivo', + 55119577 => 'Vivo', + 551195780 => 'Vivo', + 551195781 => 'Vivo', + 551195782 => 'Vivo', + 551195783 => 'Vivo', + 551195784 => 'Vivo', + 551195785 => 'Vivo', + 551195786 => 'Vivo', + 551196057 => 'Vivo', + 551196058 => 'Vivo', + 551196059 => 'Vivo', + 551196060 => 'Vivo', + 551196168 => 'Claro BR', + 551196169 => 'Claro BR', + 55119617 => 'Claro BR', + 551196180 => 'Claro BR', + 551196181 => 'Claro BR', + 551196182 => 'Vivo', + 551196183 => 'Vivo', + 551196184 => 'Vivo', + 551196185 => 'Vivo', + 551196186 => 'Vivo', + 551196187 => 'Vivo', + 551196188 => 'Vivo', + 551196189 => 'Vivo', + 55119619 => 'Vivo', + 55119630 => 'Claro BR', + 55119631 => 'Claro BR', + 55119632 => 'Claro BR', + 55119633 => 'Claro BR', + 55119637 => 'Vivo', + 55119638 => 'Vivo', + 55119639 => 'Vivo', + 55119640 => 'Vivo', + 55119641 => 'Vivo', + 55119647 => 'Vivo', + 55119648 => 'Vivo', + 55119649 => 'Vivo', + 55119657 => 'Claro BR', + 55119658 => 'Claro BR', + 55119659 => 'Claro BR', + 55119660 => 'Claro BR', + 55119661 => 'Claro BR', + 55119662 => 'Claro BR', + 55119663 => 'Claro BR', + 55119664 => 'Claro BR', + 551196650 => 'Claro BR', + 55119684 => 'Vivo', + 55119685 => 'Vivo', + 551196860 => 'Vivo', + 551196861 => 'Vivo', + 551196862 => 'Vivo', + 551196863 => 'Vivo', + 551196864 => 'Vivo', + 551196865 => 'Vivo', + 551196866 => 'Vivo', + 55119690 => 'Vivo', + 551196910 => 'Vivo', + 551196911 => 'Vivo', + 551196912 => 'Vivo', + 551196913 => 'Vivo', + 551196914 => 'Claro BR', + 551196915 => 'Claro BR', + 551196916 => 'Claro BR', + 551196917 => 'Claro BR', + 551196918 => 'Claro BR', + 551196919 => 'Claro BR', + 55119692 => 'Claro BR', + 551196930 => 'Claro BR', + 551196931 => 'Claro BR', + 551197011 => 'TIM', + 551197012 => 'TIM', + 551197013 => 'TIM', + 551197014 => 'TIM', + 551197015 => 'TIM', + 551197016 => 'TIM', + 551197017 => 'TIM', + 551197018 => 'TIM', + 551197019 => 'TIM', + 55119702 => 'TIM', + 551197030 => 'TIM', + 551197031 => 'TIM', + 551197032 => 'TIM', + 551197033 => 'TIM', + 551197034 => 'TIM', + 551197035 => 'TIM', + 551197036 => 'TIM', + 551197037 => 'TIM', + 551197038 => 'TIM', + 551197049 => 'TIM', + 551197050 => 'TIM', + 551197051 => 'TIM', + 551197052 => 'Claro BR', + 551197053 => 'Claro BR', + 551197054 => 'Claro BR', + 551197055 => 'Claro BR', + 551197056 => 'Claro BR', + 551197057 => 'Claro BR', + 551197058 => 'Claro BR', + 551197059 => 'Claro BR', + 55119706 => 'Claro BR', + 55119707 => 'Claro BR', + 551197080 => 'Claro BR', + 551197081 => 'Claro BR', + 551197082 => 'Claro BR', + 551197083 => 'Claro BR', + 551197084 => 'Claro BR', + 551197085 => 'Claro BR', + 551197086 => 'Claro BR', + 551197087 => 'Vivo', + 551197088 => 'Vivo', + 551197089 => 'Vivo', + 55119709 => 'Vivo', + 5511971 => 'Vivo', + 5511972 => 'Vivo', + 5511973 => 'Vivo', + 5511974 => 'Vivo', + 5511975 => 'Vivo', + 5511976 => 'Claro BR', + 551197968 => 'Claro BR', + 551197969 => 'Claro BR', + 551197970 => 'Claro BR', + 551197971 => 'Oi', + 551197972 => 'Oi', + 551197973 => 'Oi', + 551197974 => 'Oi', + 551197975 => 'Oi', + 551197976 => 'Oi', + 551197977 => 'Oi', + 551197978 => 'Oi', + 551197979 => 'Oi', + 55119798 => 'Oi', + 551197990 => 'Oi', + 551197991 => 'Oi', + 551197992 => 'Oi', + 551197993 => 'Oi', + 551197994 => 'Oi', + 551197995 => 'Oi', + 551198023 => 'Oi', + 551198024 => 'Oi', + 551198025 => 'Oi', + 551198026 => 'Oi', + 551198027 => 'Oi', + 551198028 => 'Oi', + 551198029 => 'Oi', + 55119803 => 'Oi', + 55119804 => 'Oi', + 55119805 => 'Oi', + 55119806 => 'Oi', + 55119807 => 'Oi', + 55119808 => 'Oi', + 55119809 => 'Oi', + 5511981 => 'TIM', + 5511982 => 'TIM', + 5511983 => 'TIM', + 5511984 => 'TIM', + 5511985 => 'TIM', + 5511986 => 'TIM', + 5511987 => 'TIM', + 5511988 => 'Claro BR', + 5511989 => 'Claro BR', + 5511991 => 'Claro BR', + 5511992 => 'Claro BR', + 5511993 => 'Claro BR', + 5511994 => 'Claro BR', + 5511995 => 'Vivo', + 5511996 => 'Vivo', + 5511997 => 'Vivo', + 5511998 => 'Vivo', + 5511999 => 'Vivo', + 551298111 => 'TIM', + 551298112 => 'TIM', + 551298113 => 'TIM', + 551298114 => 'TIM', + 551298115 => 'TIM', + 551298116 => 'TIM', + 551298117 => 'TIM', + 551298118 => 'TIM', + 551298119 => 'TIM', + 551298121 => 'TIM', + 551298122 => 'TIM', + 551298123 => 'TIM', + 551298124 => 'TIM', + 551298125 => 'TIM', + 551298126 => 'TIM', + 551298127 => 'TIM', + 551298128 => 'TIM', + 551298129 => 'TIM', + 551298131 => 'TIM', + 551298132 => 'TIM', + 551298133 => 'TIM', + 551298134 => 'TIM', + 551298135 => 'TIM', + 551298136 => 'TIM', + 551298137 => 'TIM', + 551298138 => 'TIM', + 551298139 => 'TIM', + 551298141 => 'TIM', + 551298142 => 'TIM', + 551298143 => 'TIM', + 551298144 => 'TIM', + 551298145 => 'TIM', + 551298146 => 'TIM', + 551298147 => 'TIM', + 551298148 => 'TIM', + 551298149 => 'TIM', + 551298151 => 'TIM', + 551298152 => 'TIM', + 551298153 => 'TIM', + 551298154 => 'TIM', + 551298155 => 'TIM', + 551298156 => 'TIM', + 551298157 => 'TIM', + 551298158 => 'TIM', + 551298159 => 'TIM', + 551298161 => 'TIM', + 551298162 => 'TIM', + 551298163 => 'TIM', + 551298164 => 'TIM', + 551298165 => 'TIM', + 551298166 => 'TIM', + 551298167 => 'TIM', + 551298168 => 'TIM', + 551298169 => 'TIM', + 551298171 => 'TIM', + 551298172 => 'TIM', + 551298173 => 'TIM', + 551298174 => 'TIM', + 551298175 => 'TIM', + 551298176 => 'TIM', + 551298177 => 'TIM', + 551298178 => 'TIM', + 551298179 => 'TIM', + 551298181 => 'TIM', + 551298182 => 'TIM', + 551298808 => 'Oi', + 551298809 => 'Oi', + 55129881 => 'Oi', + 551298820 => 'Oi', + 551298821 => 'Oi', + 551298822 => 'Oi', + 551298823 => 'Oi', + 5512991 => 'Claro BR', + 55129920 => 'Claro BR', + 55129921 => 'Claro BR', + 55129922 => 'Claro BR', + 55129923 => 'Claro BR', + 551299240 => 'Claro BR', + 551299241 => 'Claro BR', + 551299242 => 'Claro BR', + 551299243 => 'Claro BR', + 551299244 => 'Claro BR', + 551299245 => 'Claro BR', + 55129960 => 'Vivo', + 55129961 => 'Vivo', + 55129962 => 'Vivo', + 551299630 => 'Vivo', + 551299631 => 'Vivo', + 551299632 => 'Vivo', + 5512997 => 'Vivo', + 551398111 => 'TIM', + 551398112 => 'TIM', + 551398113 => 'TIM', + 551398114 => 'TIM', + 551398115 => 'TIM', + 551398116 => 'TIM', + 551398117 => 'TIM', + 551398118 => 'TIM', + 551398119 => 'TIM', + 551398121 => 'TIM', + 551398122 => 'TIM', + 551398123 => 'TIM', + 551398124 => 'TIM', + 551398125 => 'TIM', + 551398126 => 'TIM', + 551398127 => 'TIM', + 551398128 => 'TIM', + 551398129 => 'TIM', + 551398131 => 'TIM', + 551398132 => 'TIM', + 551398133 => 'TIM', + 551398134 => 'TIM', + 551398135 => 'TIM', + 551398136 => 'TIM', + 551398137 => 'TIM', + 551398138 => 'TIM', + 551398139 => 'TIM', + 551398141 => 'TIM', + 551398142 => 'TIM', + 551398143 => 'TIM', + 551398144 => 'TIM', + 551398145 => 'TIM', + 551398146 => 'TIM', + 551398147 => 'TIM', + 551398149 => 'TIM', + 551398151 => 'TIM', + 551398152 => 'TIM', + 551398153 => 'TIM', + 551398154 => 'TIM', + 551398155 => 'TIM', + 551398156 => 'TIM', + 551398157 => 'TIM', + 551398158 => 'TIM', + 551398159 => 'TIM', + 551398161 => 'TIM', + 551398803 => 'Oi', + 551398804 => 'Oi', + 551398805 => 'Oi', + 551398806 => 'Oi', + 551398807 => 'Oi', + 551398808 => 'Oi', + 551398809 => 'Oi', + 55139881 => 'Oi', + 551398820 => 'Oi', + 5513991 => 'Claro BR', + 55139920 => 'Claro BR', + 551399210 => 'Claro BR', + 551399211 => 'Claro BR', + 55139960 => 'Vivo', + 55139961 => 'Vivo', + 55139962 => 'Vivo', + 551399630 => 'Vivo', + 551399631 => 'Vivo', + 551399632 => 'Vivo', + 551399633 => 'Vivo', + 551399634 => 'Vivo', + 551399635 => 'Vivo', + 551399636 => 'Vivo', + 551399637 => 'Vivo', + 5513997 => 'Vivo', + 551498111 => 'TIM', + 551498112 => 'TIM', + 551498113 => 'TIM', + 551498114 => 'TIM', + 551498115 => 'TIM', + 551498116 => 'TIM', + 551498117 => 'TIM', + 551498118 => 'TIM', + 551498119 => 'TIM', + 551498121 => 'TIM', + 551498122 => 'TIM', + 551498123 => 'TIM', + 551498124 => 'TIM', + 551498125 => 'TIM', + 551498126 => 'TIM', + 551498127 => 'TIM', + 551498128 => 'TIM', + 551498129 => 'TIM', + 551498131 => 'TIM', + 551498132 => 'TIM', + 551498133 => 'TIM', + 551498134 => 'TIM', + 551498135 => 'TIM', + 551498136 => 'TIM', + 551498137 => 'TIM', + 551498138 => 'TIM', + 551498139 => 'TIM', + 551498141 => 'TIM', + 551498142 => 'TIM', + 551498143 => 'TIM', + 551498144 => 'TIM', + 551498145 => 'TIM', + 551498146 => 'TIM', + 551498147 => 'TIM', + 551498148 => 'TIM', + 551498149 => 'TIM', + 551498151 => 'TIM', + 551498152 => 'TIM', + 551498153 => 'TIM', + 551498154 => 'TIM', + 551498155 => 'TIM', + 551498156 => 'TIM', + 551498157 => 'TIM', + 551498158 => 'TIM', + 551498159 => 'TIM', + 551498161 => 'TIM', + 551498162 => 'TIM', + 551498163 => 'TIM', + 551498164 => 'TIM', + 551498165 => 'TIM', + 551498166 => 'TIM', + 551498806 => 'Oi', + 551498807 => 'Oi', + 551498808 => 'Oi', + 551498809 => 'Oi', + 551498810 => 'Oi', + 551498811 => 'Oi', + 551498812 => 'Oi', + 551498813 => 'Oi', + 551498814 => 'Oi', + 551499101 => 'Claro BR', + 551499102 => 'Claro BR', + 551499103 => 'Claro BR', + 551499104 => 'Claro BR', + 551499105 => 'Claro BR', + 551499106 => 'Claro BR', + 551499107 => 'Claro BR', + 551499108 => 'Claro BR', + 551499109 => 'Claro BR', + 551499111 => 'Claro BR', + 551499112 => 'Claro BR', + 551499113 => 'Claro BR', + 551499114 => 'Claro BR', + 551499115 => 'Claro BR', + 551499116 => 'Claro BR', + 551499117 => 'Claro BR', + 551499118 => 'Claro BR', + 551499119 => 'Claro BR', + 551499121 => 'Claro BR', + 551499122 => 'Claro BR', + 551499123 => 'Claro BR', + 551499124 => 'Claro BR', + 551499125 => 'Claro BR', + 551499126 => 'Claro BR', + 551499127 => 'Claro BR', + 551499128 => 'Claro BR', + 551499129 => 'Claro BR', + 551499131 => 'Claro BR', + 551499132 => 'Claro BR', + 551499133 => 'Claro BR', + 551499134 => 'Claro BR', + 551499135 => 'Claro BR', + 551499136 => 'Claro BR', + 551499137 => 'Claro BR', + 551499138 => 'Claro BR', + 551499141 => 'Claro BR', + 551499142 => 'Claro BR', + 551499143 => 'Claro BR', + 551499146 => 'Claro BR', + 551499147 => 'Claro BR', + 551499148 => 'Claro BR', + 551499149 => 'Claro BR', + 551499151 => 'Claro BR', + 551499152 => 'Claro BR', + 551499153 => 'Claro BR', + 551499154 => 'Claro BR', + 551499155 => 'Claro BR', + 551499156 => 'Claro BR', + 551499157 => 'Claro BR', + 551499161 => 'Claro BR', + 551499162 => 'Claro BR', + 551499163 => 'Claro BR', + 551499164 => 'Claro BR', + 551499165 => 'Claro BR', + 551499166 => 'Claro BR', + 551499167 => 'Claro BR', + 551499168 => 'Claro BR', + 551499169 => 'Claro BR', + 551499171 => 'Claro BR', + 551499172 => 'Claro BR', + 551499173 => 'Claro BR', + 551499174 => 'Claro BR', + 551499175 => 'Claro BR', + 551499176 => 'Claro BR', + 551499177 => 'Claro BR', + 551499178 => 'Claro BR', + 551499179 => 'Claro BR', + 551499181 => 'Claro BR', + 551499182 => 'Claro BR', + 551499183 => 'Claro BR', + 551499184 => 'Claro BR', + 551499185 => 'Claro BR', + 551499186 => 'Claro BR', + 551499187 => 'Claro BR', + 551499188 => 'Claro BR', + 551499189 => 'Claro BR', + 551499191 => 'Claro BR', + 551499192 => 'Claro BR', + 551499193 => 'Claro BR', + 551499194 => 'Claro BR', + 551499195 => 'Claro BR', + 551499196 => 'Claro BR', + 551499197 => 'Claro BR', + 5514996 => 'Vivo', + 5514997 => 'Vivo', + 55149980 => 'Vivo', + 55149981 => 'Vivo', + 55149982 => 'Vivo', + 551499830 => 'Vivo', + 551499831 => 'Vivo', + 551499832 => 'Vivo', + 551598111 => 'TIM', + 551598112 => 'TIM', + 551598113 => 'TIM', + 551598114 => 'TIM', + 551598115 => 'TIM', + 551598116 => 'TIM', + 551598117 => 'TIM', + 551598118 => 'TIM', + 551598119 => 'TIM', + 551598121 => 'TIM', + 551598122 => 'TIM', + 551598123 => 'TIM', + 551598124 => 'TIM', + 551598125 => 'TIM', + 551598126 => 'TIM', + 551598127 => 'TIM', + 551598128 => 'TIM', + 551598129 => 'TIM', + 551598131 => 'TIM', + 551598132 => 'TIM', + 551598133 => 'TIM', + 551598134 => 'TIM', + 551598135 => 'TIM', + 551598136 => 'TIM', + 551598138 => 'TIM', + 551598139 => 'TIM', + 551598141 => 'TIM', + 551598804 => 'Oi', + 551598805 => 'Oi', + 551598806 => 'Oi', + 551598807 => 'Oi', + 551598808 => 'Oi', + 551598809 => 'Oi', + 551598810 => 'Oi', + 551598813 => 'Oi', + 551598814 => 'Oi', + 551598815 => 'Oi', + 551599101 => 'Claro BR', + 551599102 => 'Claro BR', + 551599103 => 'Claro BR', + 551599104 => 'Claro BR', + 551599105 => 'Claro BR', + 551599106 => 'Claro BR', + 551599107 => 'Claro BR', + 551599108 => 'Claro BR', + 551599109 => 'Claro BR', + 551599111 => 'Claro BR', + 551599112 => 'Claro BR', + 551599113 => 'Claro BR', + 551599114 => 'Claro BR', + 551599115 => 'Claro BR', + 551599116 => 'Claro BR', + 551599117 => 'Claro BR', + 551599118 => 'Claro BR', + 551599119 => 'Claro BR', + 551599121 => 'Claro BR', + 551599122 => 'Claro BR', + 551599123 => 'Claro BR', + 551599124 => 'Claro BR', + 551599125 => 'Claro BR', + 551599126 => 'Claro BR', + 551599127 => 'Claro BR', + 551599128 => 'Claro BR', + 551599129 => 'Claro BR', + 551599131 => 'Claro BR', + 551599132 => 'Claro BR', + 551599133 => 'Claro BR', + 551599134 => 'Claro BR', + 551599135 => 'Claro BR', + 551599136 => 'Claro BR', + 551599137 => 'Claro BR', + 551599138 => 'Claro BR', + 551599139 => 'Claro BR', + 551599141 => 'Claro BR', + 551599142 => 'Claro BR', + 551599143 => 'Claro BR', + 551599144 => 'Claro BR', + 551599145 => 'Claro BR', + 551599146 => 'Claro BR', + 551599147 => 'Claro BR', + 551599148 => 'Claro BR', + 551599149 => 'Claro BR', + 551599151 => 'Claro BR', + 551599152 => 'Claro BR', + 551599153 => 'Claro BR', + 551599154 => 'Claro BR', + 551599155 => 'Claro BR', + 551599156 => 'Claro BR', + 551599157 => 'Claro BR', + 551599158 => 'Claro BR', + 551599159 => 'Claro BR', + 551599161 => 'Claro BR', + 551599162 => 'Claro BR', + 551599163 => 'Claro BR', + 551599164 => 'Claro BR', + 551599165 => 'Claro BR', + 551599166 => 'Claro BR', + 551599167 => 'Claro BR', + 551599168 => 'Claro BR', + 551599169 => 'Claro BR', + 551599171 => 'Claro BR', + 551599172 => 'Claro BR', + 551599173 => 'Claro BR', + 551599174 => 'Claro BR', + 551599175 => 'Claro BR', + 551599176 => 'Claro BR', + 551599177 => 'Claro BR', + 551599178 => 'Claro BR', + 551599179 => 'Claro BR', + 551599181 => 'Claro BR', + 551599182 => 'Claro BR', + 551599183 => 'Claro BR', + 551599184 => 'Claro BR', + 551599185 => 'Claro BR', + 551599186 => 'Claro BR', + 551599187 => 'Claro BR', + 551599188 => 'Claro BR', + 551599201 => 'Claro BR', + 55159960 => 'Vivo', + 55159961 => 'Vivo', + 55159962 => 'Vivo', + 55159963 => 'Vivo', + 55159964 => 'Vivo', + 55159965 => 'Vivo', + 55159966 => 'Vivo', + 55159967 => 'Vivo', + 55159968 => 'Vivo', + 551599690 => 'Vivo', + 551599691 => 'Vivo', + 551599692 => 'Vivo', + 551599693 => 'Vivo', + 551599694 => 'Vivo', + 551599695 => 'Vivo', + 551599696 => 'Vivo', + 551599697 => 'Vivo', + 5515997 => 'Vivo', + 551698111 => 'TIM', + 551698112 => 'TIM', + 551698113 => 'TIM', + 551698114 => 'TIM', + 551698115 => 'TIM', + 551698116 => 'TIM', + 551698117 => 'TIM', + 551698118 => 'TIM', + 551698119 => 'TIM', + 551698121 => 'TIM', + 551698122 => 'TIM', + 551698123 => 'TIM', + 551698124 => 'TIM', + 551698125 => 'TIM', + 551698126 => 'TIM', + 551698127 => 'TIM', + 551698128 => 'TIM', + 551698129 => 'TIM', + 551698131 => 'TIM', + 551698132 => 'TIM', + 551698133 => 'TIM', + 551698134 => 'TIM', + 551698135 => 'TIM', + 551698136 => 'TIM', + 551698137 => 'TIM', + 551698138 => 'TIM', + 551698139 => 'TIM', + 551698141 => 'TIM', + 551698142 => 'TIM', + 551698143 => 'TIM', + 551698144 => 'TIM', + 551698145 => 'TIM', + 551698146 => 'TIM', + 551698147 => 'TIM', + 551698148 => 'TIM', + 551698149 => 'TIM', + 551698151 => 'TIM', + 551698152 => 'TIM', + 551698153 => 'TIM', + 551698154 => 'TIM', + 551698155 => 'TIM', + 551698156 => 'TIM', + 551698157 => 'TIM', + 551698158 => 'TIM', + 551698159 => 'TIM', + 551698161 => 'TIM', + 551698162 => 'TIM', + 551698163 => 'TIM', + 551698164 => 'TIM', + 551698165 => 'TIM', + 551698166 => 'TIM', + 551698167 => 'TIM', + 551698168 => 'TIM', + 551698169 => 'TIM', + 551698171 => 'TIM', + 551698172 => 'TIM', + 551698173 => 'TIM', + 551698174 => 'TIM', + 551698175 => 'TIM', + 551698176 => 'TIM', + 551698177 => 'TIM', + 551698178 => 'TIM', + 551698179 => 'TIM', + 551698181 => 'TIM', + 551698182 => 'TIM', + 551698183 => 'TIM', + 551698184 => 'TIM', + 551698803 => 'Oi', + 551698804 => 'Oi', + 551698805 => 'Oi', + 551698806 => 'Oi', + 551698807 => 'Oi', + 551698808 => 'Oi', + 551698809 => 'Oi', + 55169881 => 'Oi', + 551698820 => 'Oi', + 551698821 => 'Oi', + 551698822 => 'Oi', + 551698823 => 'Oi', + 5516991 => 'Claro BR', + 5516992 => 'Claro BR', + 55169930 => 'Claro BR', + 55169931 => 'Claro BR', + 55169932 => 'Claro BR', + 55169933 => 'Claro BR', + 55169934 => 'Claro BR', + 55169935 => 'Claro BR', + 551699360 => 'Claro BR', + 551699361 => 'Claro BR', + 551699362 => 'Claro BR', + 551699363 => 'Claro BR', + 551699364 => 'Claro BR', + 551699601 => 'Vivo', + 551699606 => 'Vivo', + 551699607 => 'Vivo', + 551699608 => 'Vivo', + 551699609 => 'Vivo', + 551699701 => 'Vivo', + 551699702 => 'Vivo', + 551699703 => 'Vivo', + 551699704 => 'Vivo', + 551699705 => 'Vivo', + 551699706 => 'Vivo', + 551699707 => 'Vivo', + 551699708 => 'Vivo', + 551699709 => 'Vivo', + 551699711 => 'Vivo', + 551699712 => 'Vivo', + 551699713 => 'Vivo', + 551699714 => 'Vivo', + 551699715 => 'Vivo', + 551699716 => 'Vivo', + 551699717 => 'Vivo', + 551699718 => 'Vivo', + 551699719 => 'Vivo', + 551699721 => 'Vivo', + 551699722 => 'Vivo', + 551699723 => 'Vivo', + 551699724 => 'Vivo', + 551699725 => 'Vivo', + 551699726 => 'Vivo', + 551699727 => 'Vivo', + 551699728 => 'Vivo', + 551699729 => 'Vivo', + 551699731 => 'Vivo', + 551699732 => 'Vivo', + 551699733 => 'Vivo', + 551699734 => 'Vivo', + 551699735 => 'Vivo', + 551699736 => 'Vivo', + 551699737 => 'Vivo', + 551699738 => 'Vivo', + 551699739 => 'Vivo', + 551699741 => 'Vivo', + 551699742 => 'Vivo', + 551699743 => 'Vivo', + 551699744 => 'Vivo', + 551699745 => 'Vivo', + 551699746 => 'Vivo', + 551699747 => 'Vivo', + 551699748 => 'Vivo', + 551699749 => 'Vivo', + 551699751 => 'Vivo', + 551699752 => 'Vivo', + 551699753 => 'Vivo', + 551699754 => 'Vivo', + 551699755 => 'Vivo', + 551699756 => 'Vivo', + 551699757 => 'Vivo', + 551699758 => 'Vivo', + 551699759 => 'Vivo', + 551699761 => 'Vivo', + 551699762 => 'Vivo', + 551699763 => 'Vivo', + 551699764 => 'Vivo', + 551699765 => 'Vivo', + 551699766 => 'Vivo', + 551699767 => 'Vivo', + 551699768 => 'Vivo', + 551699769 => 'Vivo', + 551699770 => 'Vivo', + 551699771 => 'Vivo', + 551699772 => 'Vivo', + 551699773 => 'Vivo', + 551699774 => 'Vivo', + 551699775 => 'Vivo', + 551699776 => 'Vivo', + 551699777 => 'Vivo', + 551699778 => 'Vivo', + 551699780 => 'Vivo', + 551699781 => 'Vivo', + 551699782 => 'Vivo', + 551699783 => 'Vivo', + 551699784 => 'Vivo', + 551699785 => 'Vivo', + 551699786 => 'Vivo', + 551699787 => 'Vivo', + 551699788 => 'Vivo', + 551699791 => 'Vivo', + 551699792 => 'Vivo', + 551699793 => 'Vivo', + 551699794 => 'Vivo', + 551699796 => 'Vivo', + 551699961 => 'Vivo', + 551699962 => 'Vivo', + 551699963 => 'Vivo', + 551699964 => 'Vivo', + 551699975 => 'Vivo', + 551699991 => 'Vivo', + 551699992 => 'Vivo', + 551699993 => 'Vivo', + 551699994 => 'Vivo', + 551798111 => 'TIM', + 551798112 => 'TIM', + 551798113 => 'TIM', + 551798114 => 'TIM', + 551798115 => 'TIM', + 551798116 => 'TIM', + 551798117 => 'TIM', + 551798118 => 'TIM', + 551798119 => 'TIM', + 551798121 => 'TIM', + 551798122 => 'TIM', + 551798123 => 'TIM', + 551798124 => 'TIM', + 551798125 => 'TIM', + 551798126 => 'TIM', + 551798127 => 'TIM', + 551798128 => 'TIM', + 551798129 => 'TIM', + 551798131 => 'TIM', + 551798132 => 'TIM', + 551798133 => 'TIM', + 551798134 => 'TIM', + 551798135 => 'TIM', + 551798136 => 'TIM', + 551798137 => 'TIM', + 551798138 => 'TIM', + 551798139 => 'TIM', + 551798141 => 'TIM', + 551798142 => 'TIM', + 551798143 => 'TIM', + 551798144 => 'TIM', + 551798145 => 'TIM', + 551798146 => 'TIM', + 551798147 => 'TIM', + 551798148 => 'TIM', + 551798149 => 'TIM', + 551798151 => 'TIM', + 551798152 => 'TIM', + 551798153 => 'TIM', + 551798154 => 'TIM', + 551798155 => 'TIM', + 551798156 => 'TIM', + 551798803 => 'Oi', + 551798804 => 'Oi', + 551798805 => 'Oi', + 551798806 => 'Oi', + 551798807 => 'Oi', + 551798808 => 'Oi', + 551798809 => 'Oi', + 551798810 => 'Oi', + 551798811 => 'Oi', + 551798812 => 'Oi', + 551798813 => 'Oi', + 5517991 => 'Claro BR', + 55179920 => 'Claro BR', + 55179921 => 'Claro BR', + 55179922 => 'Claro BR', + 551799230 => 'Claro BR', + 551799231 => 'Claro BR', + 551799232 => 'Claro BR', + 551799233 => 'Claro BR', + 551799234 => 'Claro BR', + 551799235 => 'Claro BR', + 551799236 => 'Claro BR', + 551799601 => 'Vivo', + 551799602 => 'Vivo', + 551799603 => 'Vivo', + 551799604 => 'Vivo', + 551799605 => 'Vivo', + 551799606 => 'Vivo', + 551799607 => 'Vivo', + 551799608 => 'Vivo', + 551799609 => 'Vivo', + 551799611 => 'Vivo', + 551799612 => 'Vivo', + 551799613 => 'Vivo', + 551799614 => 'Vivo', + 551799615 => 'Vivo', + 551799616 => 'Vivo', + 551799617 => 'Vivo', + 551799618 => 'Vivo', + 551799619 => 'Vivo', + 551799621 => 'Vivo', + 551799622 => 'Vivo', + 551799623 => 'Vivo', + 551799624 => 'Vivo', + 551799625 => 'Vivo', + 551799626 => 'Vivo', + 551799627 => 'Vivo', + 551799628 => 'Vivo', + 551799629 => 'Vivo', + 551799631 => 'Vivo', + 551799632 => 'Vivo', + 551799633 => 'Vivo', + 551799634 => 'Vivo', + 551799635 => 'Vivo', + 551799636 => 'Vivo', + 551799637 => 'Vivo', + 551799638 => 'Vivo', + 551799639 => 'Vivo', + 551799641 => 'Vivo', + 551799642 => 'Vivo', + 551799643 => 'Vivo', + 551799644 => 'Vivo', + 551799645 => 'Vivo', + 551799646 => 'Vivo', + 551799701 => 'Vivo', + 551799702 => 'Vivo', + 551799703 => 'Vivo', + 551799704 => 'Vivo', + 551799705 => 'Vivo', + 551799706 => 'Vivo', + 551799707 => 'Vivo', + 551799708 => 'Vivo', + 551799709 => 'Vivo', + 551799711 => 'Vivo', + 551799712 => 'Vivo', + 551799713 => 'Vivo', + 551799714 => 'Vivo', + 551799715 => 'Vivo', + 551799716 => 'Vivo', + 551799717 => 'Vivo', + 551799718 => 'Vivo', + 551799719 => 'Vivo', + 551799721 => 'Vivo', + 551799722 => 'Vivo', + 551799723 => 'Vivo', + 551799724 => 'Vivo', + 551799725 => 'Vivo', + 551799726 => 'Vivo', + 551799727 => 'Vivo', + 551799728 => 'Vivo', + 551799729 => 'Vivo', + 551799731 => 'Vivo', + 551799732 => 'Vivo', + 551799733 => 'Vivo', + 551799734 => 'Vivo', + 551799735 => 'Vivo', + 551799736 => 'Vivo', + 551799737 => 'Vivo', + 551799738 => 'Vivo', + 551799739 => 'Vivo', + 551799741 => 'Vivo', + 551799742 => 'Vivo', + 551799743 => 'Vivo', + 551799744 => 'Vivo', + 551799745 => 'Vivo', + 551799746 => 'Vivo', + 551799747 => 'Vivo', + 551799748 => 'Vivo', + 551799749 => 'Vivo', + 551799751 => 'Vivo', + 551799752 => 'Vivo', + 551799753 => 'Vivo', + 551799754 => 'Vivo', + 551799755 => 'Vivo', + 551799756 => 'Vivo', + 551799757 => 'Vivo', + 551799758 => 'Vivo', + 551799759 => 'Vivo', + 551799761 => 'Vivo', + 551799762 => 'Vivo', + 551799763 => 'Vivo', + 551799764 => 'Vivo', + 551799765 => 'Vivo', + 551799766 => 'Vivo', + 551799767 => 'Vivo', + 551799768 => 'Vivo', + 551799769 => 'Vivo', + 551799771 => 'Vivo', + 551799772 => 'Vivo', + 551799773 => 'Vivo', + 551799774 => 'Vivo', + 551799775 => 'Vivo', + 551799776 => 'Vivo', + 551799777 => 'Vivo', + 551799778 => 'Vivo', + 551799779 => 'Vivo', + 551799780 => 'Vivo', + 551799783 => 'Vivo', + 551799784 => 'Vivo', + 551799785 => 'Vivo', + 551799791 => 'Vivo', + 551898111 => 'TIM', + 551898112 => 'TIM', + 551898113 => 'TIM', + 551898114 => 'TIM', + 551898115 => 'TIM', + 551898116 => 'TIM', + 551898117 => 'TIM', + 551898118 => 'TIM', + 551898119 => 'TIM', + 551898121 => 'TIM', + 551898122 => 'TIM', + 551898123 => 'TIM', + 551898124 => 'TIM', + 551898125 => 'TIM', + 551898126 => 'TIM', + 551898127 => 'TIM', + 551898128 => 'TIM', + 551898129 => 'TIM', + 551898131 => 'TIM', + 551898132 => 'TIM', + 551898133 => 'TIM', + 551898134 => 'TIM', + 551898135 => 'TIM', + 551898136 => 'TIM', + 551898137 => 'TIM', + 551898138 => 'TIM', + 551898139 => 'TIM', + 551898141 => 'TIM', + 551898142 => 'TIM', + 551898143 => 'TIM', + 551898144 => 'TIM', + 551898145 => 'TIM', + 551898146 => 'TIM', + 551898147 => 'TIM', + 551898148 => 'TIM', + 551898149 => 'TIM', + 551898151 => 'TIM', + 551898810 => 'Oi', + 551898811 => 'Oi', + 55189910 => 'Claro BR', + 55189911 => 'Claro BR', + 55189912 => 'Claro BR', + 55189913 => 'Claro BR', + 55189914 => 'Claro BR', + 55189915 => 'Claro BR', + 55189916 => 'Claro BR', + 55189917 => 'Claro BR', + 551899180 => 'Claro BR', + 551899197 => 'Claro BR', + 551899198 => 'Claro BR', + 551899199 => 'Claro BR', + 551899601 => 'Vivo', + 551899602 => 'Vivo', + 551899603 => 'Vivo', + 551899604 => 'Vivo', + 551899605 => 'Vivo', + 551899606 => 'Vivo', + 551899607 => 'Vivo', + 551899608 => 'Vivo', + 551899609 => 'Vivo', + 551899611 => 'Vivo', + 551899612 => 'Vivo', + 551899613 => 'Vivo', + 551899614 => 'Vivo', + 551899615 => 'Vivo', + 551899616 => 'Vivo', + 551899617 => 'Vivo', + 551899618 => 'Vivo', + 551899621 => 'Vivo', + 551899622 => 'Vivo', + 551899623 => 'Vivo', + 551899624 => 'Vivo', + 551899625 => 'Vivo', + 551899626 => 'Vivo', + 551899627 => 'Vivo', + 551899628 => 'Vivo', + 551899629 => 'Vivo', + 551899631 => 'Vivo', + 551899632 => 'Vivo', + 551899633 => 'Vivo', + 551899634 => 'Vivo', + 551899635 => 'Vivo', + 551899636 => 'Vivo', + 551899637 => 'Vivo', + 551899638 => 'Vivo', + 551899639 => 'Vivo', + 551899641 => 'Vivo', + 551899642 => 'Vivo', + 551899643 => 'Vivo', + 551899644 => 'Vivo', + 551899645 => 'Vivo', + 551899646 => 'Vivo', + 551899647 => 'Vivo', + 551899648 => 'Vivo', + 551899649 => 'Vivo', + 551899651 => 'Vivo', + 551899652 => 'Vivo', + 551899653 => 'Vivo', + 551899654 => 'Vivo', + 551899655 => 'Vivo', + 551899656 => 'Vivo', + 551899657 => 'Vivo', + 551899658 => 'Vivo', + 551899659 => 'Vivo', + 551899661 => 'Vivo', + 551899662 => 'Vivo', + 551899663 => 'Vivo', + 551899664 => 'Vivo', + 551899665 => 'Vivo', + 551899666 => 'Vivo', + 551899667 => 'Vivo', + 551899668 => 'Vivo', + 551899669 => 'Vivo', + 551899671 => 'Vivo', + 551899672 => 'Vivo', + 551899673 => 'Vivo', + 551899674 => 'Vivo', + 551899675 => 'Vivo', + 551899676 => 'Vivo', + 551899677 => 'Vivo', + 551899678 => 'Vivo', + 551899679 => 'Vivo', + 551899681 => 'Vivo', + 551899682 => 'Vivo', + 551899683 => 'Vivo', + 551899684 => 'Vivo', + 551899685 => 'Vivo', + 551899686 => 'Vivo', + 551899687 => 'Vivo', + 551899701 => 'Vivo', + 551899702 => 'Vivo', + 551899703 => 'Vivo', + 551899704 => 'Vivo', + 551899705 => 'Vivo', + 551899706 => 'Vivo', + 551899707 => 'Vivo', + 551899708 => 'Vivo', + 551899709 => 'Vivo', + 551899711 => 'Vivo', + 551899712 => 'Vivo', + 551899713 => 'Vivo', + 551899714 => 'Vivo', + 551899715 => 'Vivo', + 551899716 => 'Vivo', + 551899717 => 'Vivo', + 551899718 => 'Vivo', + 551899719 => 'Vivo', + 551899721 => 'Vivo', + 551899722 => 'Vivo', + 551899723 => 'Vivo', + 551899724 => 'Vivo', + 551899725 => 'Vivo', + 551899726 => 'Vivo', + 551899727 => 'Vivo', + 551899728 => 'Vivo', + 551899729 => 'Vivo', + 551899731 => 'Vivo', + 551899732 => 'Vivo', + 551899733 => 'Vivo', + 551899734 => 'Vivo', + 551899735 => 'Vivo', + 551899736 => 'Vivo', + 551899737 => 'Vivo', + 551899738 => 'Vivo', + 551899739 => 'Vivo', + 551899741 => 'Vivo', + 551899742 => 'Vivo', + 551899743 => 'Vivo', + 551899744 => 'Vivo', + 551899745 => 'Vivo', + 551899746 => 'Vivo', + 551899747 => 'Vivo', + 551899748 => 'Vivo', + 551899749 => 'Vivo', + 551899751 => 'Vivo', + 551899752 => 'Vivo', + 551899753 => 'Vivo', + 551899754 => 'Vivo', + 551899755 => 'Vivo', + 551899756 => 'Vivo', + 551899757 => 'Vivo', + 551899758 => 'Vivo', + 551899759 => 'Vivo', + 551899761 => 'Vivo', + 551899762 => 'Vivo', + 551899763 => 'Vivo', + 551899764 => 'Vivo', + 551899765 => 'Vivo', + 551899766 => 'Vivo', + 551899767 => 'Vivo', + 551899768 => 'Vivo', + 551899771 => 'Vivo', + 551899772 => 'Vivo', + 551899773 => 'Vivo', + 551899774 => 'Vivo', + 551899775 => 'Vivo', + 551899776 => 'Vivo', + 551899777 => 'Vivo', + 551899778 => 'Vivo', + 551899779 => 'Vivo', + 55189978 => 'Vivo', + 551899791 => 'Vivo', + 551899792 => 'Vivo', + 551899793 => 'Vivo', + 551899794 => 'Vivo', + 551899795 => 'Vivo', + 551899796 => 'Vivo', + 551899797 => 'Vivo', + 551899798 => 'Vivo', + 551899799 => 'Vivo', + 5519981 => 'TIM', + 551998201 => 'TIM', + 551998202 => 'TIM', + 551998203 => 'TIM', + 551998204 => 'TIM', + 551998205 => 'TIM', + 551998206 => 'TIM', + 551998207 => 'TIM', + 551998208 => 'TIM', + 551998209 => 'TIM', + 551998211 => 'TIM', + 551998212 => 'TIM', + 551998213 => 'TIM', + 551998214 => 'TIM', + 551998215 => 'TIM', + 551998216 => 'TIM', + 551998217 => 'TIM', + 551998218 => 'TIM', + 551998219 => 'TIM', + 551998221 => 'TIM', + 551998222 => 'TIM', + 551998223 => 'TIM', + 551998224 => 'TIM', + 551998225 => 'TIM', + 551998226 => 'TIM', + 551998227 => 'TIM', + 551998229 => 'TIM', + 5519991 => 'Claro BR', + 5519992 => 'Claro BR', + 5519993 => 'Claro BR', + 5519994 => 'Claro BR', + 551999500 => 'Claro BR', + 551999501 => 'Claro BR', + 551999502 => 'Claro BR', + 551999503 => 'Claro BR', + 551999504 => 'Claro BR', + 551999505 => 'Claro BR', + 551999506 => 'Claro BR', + 551999507 => 'Claro BR', + 551999508 => 'Claro BR', + 551999601 => 'Vivo', + 551999602 => 'Vivo', + 551999603 => 'Vivo', + 551999604 => 'Vivo', + 551999605 => 'Vivo', + 551999606 => 'Vivo', + 551999607 => 'Vivo', + 551999608 => 'Vivo', + 551999609 => 'Vivo', + 55199961 => 'Vivo', + 551999621 => 'Vivo', + 551999622 => 'Vivo', + 551999623 => 'Vivo', + 551999624 => 'Vivo', + 551999625 => 'Vivo', + 551999626 => 'Vivo', + 551999627 => 'Vivo', + 551999628 => 'Vivo', + 551999629 => 'Vivo', + 551999631 => 'Vivo', + 551999632 => 'Vivo', + 551999633 => 'Vivo', + 551999634 => 'Vivo', + 551999635 => 'Vivo', + 551999636 => 'Vivo', + 551999637 => 'Vivo', + 551999638 => 'Vivo', + 551999639 => 'Vivo', + 551999641 => 'Vivo', + 551999642 => 'Vivo', + 551999643 => 'Vivo', + 551999644 => 'Vivo', + 551999645 => 'Vivo', + 551999646 => 'Vivo', + 551999647 => 'Vivo', + 551999648 => 'Vivo', + 551999649 => 'Vivo', + 551999651 => 'Vivo', + 551999652 => 'Vivo', + 551999653 => 'Vivo', + 551999654 => 'Vivo', + 551999655 => 'Vivo', + 551999656 => 'Vivo', + 551999657 => 'Vivo', + 551999658 => 'Vivo', + 551999659 => 'Vivo', + 551999661 => 'Vivo', + 551999662 => 'Vivo', + 551999663 => 'Vivo', + 551999664 => 'Vivo', + 551999665 => 'Vivo', + 551999666 => 'Vivo', + 551999667 => 'Vivo', + 551999668 => 'Vivo', + 551999669 => 'Vivo', + 551999671 => 'Vivo', + 551999672 => 'Vivo', + 551999673 => 'Vivo', + 551999674 => 'Vivo', + 551999675 => 'Vivo', + 551999676 => 'Vivo', + 551999677 => 'Vivo', + 551999678 => 'Vivo', + 551999679 => 'Vivo', + 551999681 => 'Vivo', + 551999682 => 'Vivo', + 551999683 => 'Vivo', + 551999684 => 'Vivo', + 551999685 => 'Vivo', + 551999686 => 'Vivo', + 551999687 => 'Vivo', + 551999688 => 'Vivo', + 551999689 => 'Vivo', + 551999691 => 'Vivo', + 551999692 => 'Vivo', + 551999693 => 'Vivo', + 551999694 => 'Vivo', + 551999695 => 'Vivo', + 551999696 => 'Vivo', + 551999697 => 'Vivo', + 551999698 => 'Vivo', + 551999699 => 'Vivo', + 55199970 => 'Vivo', + 55199971 => 'Vivo', + 55199972 => 'Vivo', + 55199973 => 'Vivo', + 55199974 => 'Vivo', + 551999751 => 'Vivo', + 551999752 => 'Vivo', + 551999753 => 'Vivo', + 551999754 => 'Vivo', + 551999755 => 'Vivo', + 551999756 => 'Vivo', + 551999757 => 'Vivo', + 551999758 => 'Vivo', + 551999759 => 'Vivo', + 551999761 => 'Vivo', + 551999762 => 'Vivo', + 551999763 => 'Vivo', + 551999764 => 'Vivo', + 551999765 => 'Vivo', + 551999766 => 'Vivo', + 551999767 => 'Vivo', + 551999768 => 'Vivo', + 551999769 => 'Vivo', + 551999771 => 'Vivo', + 551999772 => 'Vivo', + 551999773 => 'Vivo', + 551999774 => 'Vivo', + 551999775 => 'Vivo', + 551999776 => 'Vivo', + 551999777 => 'Vivo', + 551999778 => 'Vivo', + 551999779 => 'Vivo', + 55199978 => 'Vivo', + 55199979 => 'Vivo', + 55199980 => 'Vivo', + 55199981 => 'Vivo', + 55199982 => 'Vivo', + 55199983 => 'Vivo', + 55199984 => 'Vivo', + 55199985 => 'Vivo', + 55199986 => 'Vivo', + 55199987 => 'Vivo', + 55199988 => 'Vivo', + 551999890 => 'Vivo', + 5521971 => 'Vivo', + 5521972 => 'Vivo', + 55219730 => 'Claro BR', + 55219731 => 'Claro BR', + 55219732 => 'Claro BR', + 55219733 => 'Claro BR', + 55219734 => 'Claro BR', + 55219735 => 'Claro BR', + 55219736 => 'Claro BR', + 552197370 => 'Claro BR', + 552197371 => 'Claro BR', + 552197372 => 'Claro BR', + 552197373 => 'Claro BR', + 5521974 => 'Claro BR', + 5521975 => 'Claro BR', + 5521976 => 'Claro BR', + 5521981 => 'TIM', + 5521982 => 'TIM', + 552198301 => 'TIM', + 552198302 => 'TIM', + 552198303 => 'TIM', + 552198304 => 'TIM', + 552198305 => 'TIM', + 552198306 => 'TIM', + 552198307 => 'TIM', + 552198308 => 'TIM', + 552198309 => 'TIM', + 552198311 => 'TIM', + 552198312 => 'TIM', + 552198313 => 'TIM', + 552198314 => 'TIM', + 552198315 => 'TIM', + 552198316 => 'TIM', + 552198317 => 'TIM', + 552198318 => 'TIM', + 552198319 => 'TIM', + 552198321 => 'TIM', + 552198322 => 'TIM', + 552198323 => 'TIM', + 552198324 => 'TIM', + 552198325 => 'TIM', + 552198326 => 'TIM', + 552198327 => 'TIM', + 552198328 => 'TIM', + 552198329 => 'TIM', + 552198331 => 'TIM', + 552198332 => 'TIM', + 552198333 => 'TIM', + 552198334 => 'TIM', + 552198335 => 'TIM', + 552198336 => 'TIM', + 552198337 => 'TIM', + 552198338 => 'TIM', + 552198339 => 'TIM', + 552198341 => 'TIM', + 552198342 => 'TIM', + 552198343 => 'TIM', + 552198344 => 'TIM', + 552198345 => 'TIM', + 552198346 => 'TIM', + 552198347 => 'TIM', + 552198348 => 'TIM', + 552198349 => 'TIM', + 552198351 => 'TIM', + 552198352 => 'TIM', + 552198353 => 'TIM', + 552198354 => 'TIM', + 552198355 => 'TIM', + 552198356 => 'TIM', + 552198357 => 'TIM', + 552198358 => 'TIM', + 552198359 => 'TIM', + 552198361 => 'TIM', + 552198362 => 'TIM', + 552198363 => 'TIM', + 552198364 => 'TIM', + 552198365 => 'TIM', + 552198366 => 'TIM', + 552198367 => 'TIM', + 552198368 => 'TIM', + 552198369 => 'TIM', + 552198371 => 'TIM', + 552198372 => 'TIM', + 552198373 => 'TIM', + 552198374 => 'TIM', + 552198375 => 'TIM', + 552198376 => 'TIM', + 552198377 => 'TIM', + 552198378 => 'TIM', + 552198379 => 'TIM', + 552198381 => 'TIM', + 552198382 => 'TIM', + 552198383 => 'TIM', + 552198384 => 'TIM', + 552198385 => 'TIM', + 552198386 => 'TIM', + 552198401 => 'Oi', + 552198402 => 'Oi', + 552198403 => 'Oi', + 552198404 => 'Oi', + 552198405 => 'Oi', + 552198406 => 'Oi', + 552198407 => 'Oi', + 552198408 => 'Oi', + 552198409 => 'Oi', + 552198411 => 'Oi', + 552198412 => 'Oi', + 552198413 => 'Oi', + 552198414 => 'Oi', + 552198415 => 'Oi', + 552198416 => 'Oi', + 552198417 => 'Oi', + 552198418 => 'Oi', + 552198419 => 'Oi', + 5521985 => 'Oi', + 5521986 => 'Oi', + 5521987 => 'Oi', + 5521988 => 'Oi', + 5521989 => 'Oi', + 5521991 => 'Claro BR', + 5521992 => 'Claro BR', + 5521993 => 'Claro BR', + 5521994 => 'Claro BR', + 5521995 => 'Vivo', + 5521996 => 'Vivo', + 5521997 => 'Vivo', + 5521998 => 'Vivo', + 5521999 => 'Vivo', + 552298111 => 'TIM', + 552298112 => 'TIM', + 552298113 => 'TIM', + 552298114 => 'TIM', + 552298115 => 'TIM', + 552298116 => 'TIM', + 552298117 => 'TIM', + 552298118 => 'TIM', + 552298119 => 'TIM', + 552298121 => 'TIM', + 552298122 => 'TIM', + 552298123 => 'TIM', + 552298124 => 'TIM', + 552298125 => 'TIM', + 552298126 => 'TIM', + 552298127 => 'TIM', + 552298128 => 'TIM', + 552298129 => 'TIM', + 552298131 => 'TIM', + 552298132 => 'TIM', + 552298133 => 'TIM', + 552298134 => 'TIM', + 552298135 => 'TIM', + 552298136 => 'TIM', + 552298137 => 'TIM', + 552298138 => 'TIM', + 552298139 => 'TIM', + 552298141 => 'TIM', + 552298142 => 'TIM', + 552298143 => 'TIM', + 552298144 => 'TIM', + 552298145 => 'TIM', + 552298146 => 'TIM', + 552298147 => 'TIM', + 552298148 => 'TIM', + 552298149 => 'TIM', + 552298151 => 'TIM', + 5522985 => 'Oi', + 5522986 => 'Oi', + 5522987 => 'Oi', + 5522988 => 'Oi', + 5522989 => 'Oi', + 552299101 => 'Claro BR', + 552299102 => 'Claro BR', + 552299103 => 'Claro BR', + 552299104 => 'Claro BR', + 552299105 => 'Claro BR', + 552299201 => 'Claro BR', + 552299202 => 'Claro BR', + 552299203 => 'Claro BR', + 552299204 => 'Claro BR', + 552299205 => 'Claro BR', + 552299206 => 'Claro BR', + 552299207 => 'Claro BR', + 552299208 => 'Claro BR', + 552299209 => 'Claro BR', + 552299211 => 'Claro BR', + 552299212 => 'Claro BR', + 552299213 => 'Claro BR', + 552299214 => 'Claro BR', + 552299215 => 'Claro BR', + 552299216 => 'Claro BR', + 552299217 => 'Claro BR', + 552299218 => 'Claro BR', + 552299219 => 'Claro BR', + 552299221 => 'Claro BR', + 552299222 => 'Claro BR', + 552299223 => 'Claro BR', + 552299224 => 'Claro BR', + 552299225 => 'Claro BR', + 552299226 => 'Claro BR', + 552299227 => 'Claro BR', + 552299228 => 'Claro BR', + 552299229 => 'Claro BR', + 552299231 => 'Claro BR', + 552299232 => 'Claro BR', + 552299233 => 'Claro BR', + 552299234 => 'Claro BR', + 552299235 => 'Claro BR', + 552299236 => 'Claro BR', + 552299237 => 'Claro BR', + 552299238 => 'Claro BR', + 552299239 => 'Claro BR', + 552299241 => 'Claro BR', + 552299242 => 'Claro BR', + 552299243 => 'Claro BR', + 552299244 => 'Claro BR', + 552299245 => 'Claro BR', + 552299246 => 'Claro BR', + 552299247 => 'Claro BR', + 552299248 => 'Claro BR', + 552299249 => 'Claro BR', + 552299251 => 'Claro BR', + 552299252 => 'Claro BR', + 552299253 => 'Claro BR', + 552299254 => 'Claro BR', + 552299255 => 'Claro BR', + 552299256 => 'Claro BR', + 552299257 => 'Claro BR', + 552299258 => 'Claro BR', + 552299259 => 'Claro BR', + 552299261 => 'Claro BR', + 552299262 => 'Claro BR', + 552299263 => 'Claro BR', + 552299264 => 'Claro BR', + 552299265 => 'Claro BR', + 552299266 => 'Claro BR', + 552299267 => 'Claro BR', + 552299268 => 'Claro BR', + 552299269 => 'Claro BR', + 552299271 => 'Claro BR', + 552299272 => 'Claro BR', + 552299273 => 'Claro BR', + 552299274 => 'Claro BR', + 552299275 => 'Claro BR', + 552299276 => 'Claro BR', + 552299277 => 'Claro BR', + 552299278 => 'Claro BR', + 552299279 => 'Claro BR', + 552299281 => 'Claro BR', + 552299282 => 'Claro BR', + 552299283 => 'Claro BR', + 552299284 => 'Claro BR', + 552299285 => 'Claro BR', + 552299286 => 'Claro BR', + 552299287 => 'Claro BR', + 552299288 => 'Claro BR', + 552299289 => 'Claro BR', + 55229970 => 'Vivo', + 55229971 => 'Vivo', + 55229972 => 'Vivo', + 55229973 => 'Vivo', + 55229974 => 'Vivo', + 55229975 => 'Vivo', + 552299760 => 'Vivo', + 552299761 => 'Vivo', + 552299762 => 'Vivo', + 552299763 => 'Vivo', + 552299764 => 'Vivo', + 552299765 => 'Vivo', + 552299766 => 'Vivo', + 552299767 => 'Vivo', + 5522998 => 'Vivo', + 5522999 => 'Vivo', + 552498111 => 'TIM', + 552498112 => 'TIM', + 552498113 => 'TIM', + 552498114 => 'TIM', + 552498115 => 'TIM', + 552498116 => 'TIM', + 552498117 => 'TIM', + 552498118 => 'TIM', + 552498119 => 'TIM', + 552498121 => 'TIM', + 552498122 => 'TIM', + 552498123 => 'TIM', + 552498124 => 'TIM', + 552498125 => 'TIM', + 552498126 => 'TIM', + 552498127 => 'TIM', + 552498128 => 'TIM', + 552498129 => 'TIM', + 552498131 => 'TIM', + 552498132 => 'TIM', + 552498133 => 'TIM', + 552498134 => 'TIM', + 552498135 => 'TIM', + 552498136 => 'TIM', + 552498137 => 'TIM', + 552498138 => 'TIM', + 552498139 => 'TIM', + 552498141 => 'TIM', + 552498142 => 'TIM', + 552498143 => 'TIM', + 552498144 => 'TIM', + 552498145 => 'TIM', + 552498182 => 'TIM', + 5524985 => 'Oi', + 5524986 => 'Oi', + 5524987 => 'Oi', + 5524988 => 'Oi', + 5524989 => 'Oi', + 55249920 => 'Claro BR', + 55249921 => 'Claro BR', + 55249922 => 'Claro BR', + 55249923 => 'Claro BR', + 55249924 => 'Claro BR', + 55249925 => 'Claro BR', + 55249926 => 'Claro BR', + 55249927 => 'Claro BR', + 552499280 => 'Claro BR', + 552499281 => 'Claro BR', + 552499282 => 'Claro BR', + 552499291 => 'Claro BR', + 552499292 => 'Claro BR', + 552499293 => 'Claro BR', + 552499294 => 'Claro BR', + 552499295 => 'Claro BR', + 552499296 => 'Claro BR', + 552499297 => 'Claro BR', + 552499298 => 'Claro BR', + 552499299 => 'Claro BR', + 552499301 => 'Claro BR', + 552499395 => 'Claro BR', + 55249962 => 'Vivo', + 55249963 => 'Vivo', + 55249964 => 'Vivo', + 55249965 => 'Vivo', + 55249966 => 'Vivo', + 55249967 => 'Vivo', + 55249968 => 'Vivo', + 55249969 => 'Vivo', + 5524997 => 'Vivo', + 5524998 => 'Vivo', + 55249990 => 'Vivo', + 55249991 => 'Vivo', + 552499920 => 'Vivo', + 552499921 => 'Vivo', + 552499922 => 'Vivo', + 552499923 => 'Vivo', + 552499924 => 'Vivo', + 552499925 => 'Vivo', + 55249994 => 'Vivo', + 55249995 => 'Vivo', + 55249996 => 'Vivo', + 55249997 => 'Vivo', + 55249998 => 'Vivo', + 55249999 => 'Vivo', + 552798111 => 'TIM', + 552798112 => 'TIM', + 552798113 => 'TIM', + 552798114 => 'TIM', + 552798115 => 'TIM', + 552798116 => 'TIM', + 552798117 => 'TIM', + 552798118 => 'TIM', + 552798119 => 'TIM', + 552798121 => 'TIM', + 552798122 => 'TIM', + 552798123 => 'TIM', + 552798124 => 'TIM', + 552798125 => 'TIM', + 552798126 => 'TIM', + 552798127 => 'TIM', + 552798128 => 'TIM', + 552798129 => 'TIM', + 552798131 => 'TIM', + 552798132 => 'TIM', + 552798133 => 'TIM', + 552798134 => 'TIM', + 552798135 => 'TIM', + 552798136 => 'TIM', + 552798137 => 'TIM', + 552798138 => 'TIM', + 552798139 => 'TIM', + 552798141 => 'TIM', + 552798142 => 'TIM', + 552798143 => 'TIM', + 552798144 => 'TIM', + 552798145 => 'TIM', + 552798146 => 'TIM', + 552798147 => 'TIM', + 552798148 => 'TIM', + 552798149 => 'TIM', + 552798151 => 'TIM', + 552798152 => 'TIM', + 552798153 => 'TIM', + 552798154 => 'TIM', + 552798155 => 'TIM', + 552798156 => 'TIM', + 552798157 => 'TIM', + 552798158 => 'TIM', + 552798159 => 'TIM', + 552798161 => 'TIM', + 552798162 => 'TIM', + 552798163 => 'TIM', + 552798164 => 'TIM', + 552798165 => 'TIM', + 552798166 => 'TIM', + 552798167 => 'TIM', + 552798168 => 'TIM', + 552798169 => 'TIM', + 552798171 => 'TIM', + 552798172 => 'TIM', + 552798173 => 'TIM', + 552798174 => 'TIM', + 552798175 => 'TIM', + 552798176 => 'TIM', + 552798177 => 'TIM', + 552798178 => 'TIM', + 552798182 => 'TIM', + 5527985 => 'Oi', + 5527986 => 'Oi', + 5527987 => 'Oi', + 5527988 => 'Oi', + 5527989 => 'Oi', + 552799201 => 'Claro BR', + 552799202 => 'Claro BR', + 552799203 => 'Claro BR', + 552799204 => 'Claro BR', + 552799205 => 'Claro BR', + 552799222 => 'Claro BR', + 552799223 => 'Claro BR', + 552799224 => 'Claro BR', + 552799225 => 'Claro BR', + 552799226 => 'Claro BR', + 552799227 => 'Claro BR', + 552799228 => 'Claro BR', + 552799229 => 'Claro BR', + 552799231 => 'Claro BR', + 552799232 => 'Claro BR', + 552799233 => 'Claro BR', + 552799234 => 'Claro BR', + 552799235 => 'Claro BR', + 552799236 => 'Claro BR', + 552799237 => 'Claro BR', + 552799238 => 'Claro BR', + 552799239 => 'Claro BR', + 552799241 => 'Claro BR', + 552799242 => 'Claro BR', + 552799243 => 'Claro BR', + 552799244 => 'Claro BR', + 552799245 => 'Claro BR', + 552799246 => 'Claro BR', + 552799247 => 'Claro BR', + 552799248 => 'Claro BR', + 552799249 => 'Claro BR', + 552799251 => 'Claro BR', + 552799252 => 'Claro BR', + 552799253 => 'Claro BR', + 552799254 => 'Claro BR', + 552799255 => 'Claro BR', + 552799256 => 'Claro BR', + 552799257 => 'Claro BR', + 552799258 => 'Claro BR', + 552799259 => 'Claro BR', + 552799261 => 'Claro BR', + 552799262 => 'Claro BR', + 552799263 => 'Claro BR', + 552799264 => 'Claro BR', + 552799265 => 'Claro BR', + 552799266 => 'Claro BR', + 552799267 => 'Claro BR', + 552799268 => 'Claro BR', + 552799269 => 'Claro BR', + 552799271 => 'Claro BR', + 552799272 => 'Claro BR', + 552799273 => 'Claro BR', + 552799274 => 'Claro BR', + 552799275 => 'Claro BR', + 552799276 => 'Claro BR', + 552799277 => 'Claro BR', + 552799278 => 'Claro BR', + 552799279 => 'Claro BR', + 552799281 => 'Claro BR', + 552799282 => 'Claro BR', + 552799283 => 'Claro BR', + 552799284 => 'Claro BR', + 552799285 => 'Claro BR', + 552799286 => 'Claro BR', + 552799287 => 'Claro BR', + 552799288 => 'Claro BR', + 552799289 => 'Claro BR', + 552799291 => 'Claro BR', + 552799292 => 'Claro BR', + 552799293 => 'Claro BR', + 552799294 => 'Claro BR', + 552799295 => 'Claro BR', + 552799296 => 'Claro BR', + 552799297 => 'Claro BR', + 552799298 => 'Claro BR', + 552799299 => 'Claro BR', + 552799309 => 'Claro BR', + 552799311 => 'Claro BR', + 552799312 => 'Claro BR', + 552799316 => 'Claro BR', + 55279960 => 'Vivo', + 55279961 => 'Vivo', + 55279962 => 'Vivo', + 55279963 => 'Vivo', + 55279964 => 'Vivo', + 552799650 => 'Vivo', + 552799651 => 'Vivo', + 552799652 => 'Vivo', + 552799653 => 'Vivo', + 5527997 => 'Vivo', + 5527998 => 'Vivo', + 5527999 => 'Vivo', + 552898111 => 'TIM', + 552898112 => 'TIM', + 552898113 => 'TIM', + 552898114 => 'TIM', + 552898115 => 'TIM', + 552898116 => 'TIM', + 552898117 => 'TIM', + 552898118 => 'TIM', + 552898119 => 'TIM', + 5528985 => 'Oi', + 5528986 => 'Oi', + 5528987 => 'Oi', + 5528988 => 'Oi', + 5528989 => 'Oi', + 552899210 => 'Claro BR', + 552899222 => 'Claro BR', + 552899251 => 'Claro BR', + 552899252 => 'Claro BR', + 552899253 => 'Claro BR', + 552899254 => 'Claro BR', + 552899255 => 'Claro BR', + 552899256 => 'Claro BR', + 552899257 => 'Claro BR', + 552899258 => 'Claro BR', + 552899271 => 'Claro BR', + 552899272 => 'Claro BR', + 552899273 => 'Claro BR', + 552899274 => 'Claro BR', + 552899275 => 'Claro BR', + 552899276 => 'Claro BR', + 552899277 => 'Claro BR', + 552899278 => 'Claro BR', + 552899279 => 'Claro BR', + 552899291 => 'Claro BR', + 552899298 => 'Claro BR', + 552899881 => 'Vivo', + 552899882 => 'Vivo', + 552899883 => 'Vivo', + 552899884 => 'Vivo', + 552899885 => 'Vivo', + 552899886 => 'Vivo', + 552899901 => 'Vivo', + 552899902 => 'Vivo', + 552899903 => 'Vivo', + 552899904 => 'Vivo', + 552899905 => 'Vivo', + 552899915 => 'Vivo', + 552899916 => 'Vivo', + 552899917 => 'Vivo', + 552899918 => 'Vivo', + 552899919 => 'Vivo', + 552899921 => 'Vivo', + 552899922 => 'Vivo', + 552899923 => 'Vivo', + 552899924 => 'Vivo', + 552899925 => 'Vivo', + 552899926 => 'Vivo', + 552899935 => 'Vivo', + 552899938 => 'Vivo', + 552899939 => 'Vivo', + 552899945 => 'Vivo', + 552899946 => 'Vivo', + 552899951 => 'Vivo', + 552899952 => 'Vivo', + 552899953 => 'Vivo', + 552899954 => 'Vivo', + 552899955 => 'Vivo', + 552899956 => 'Vivo', + 552899957 => 'Vivo', + 552899958 => 'Vivo', + 552899959 => 'Vivo', + 552899961 => 'Vivo', + 552899962 => 'Vivo', + 552899963 => 'Vivo', + 552899964 => 'Vivo', + 552899965 => 'Vivo', + 552899966 => 'Vivo', + 552899967 => 'Vivo', + 552899968 => 'Vivo', + 552899969 => 'Vivo', + 552899971 => 'Vivo', + 552899972 => 'Vivo', + 552899973 => 'Vivo', + 552899974 => 'Vivo', + 552899975 => 'Vivo', + 552899976 => 'Vivo', + 552899977 => 'Vivo', + 552899978 => 'Vivo', + 552899979 => 'Vivo', + 552899981 => 'Vivo', + 552899982 => 'Vivo', + 552899983 => 'Vivo', + 552899984 => 'Vivo', + 552899985 => 'Vivo', + 552899986 => 'Vivo', + 552899987 => 'Vivo', + 552899988 => 'Vivo', + 552899989 => 'Vivo', + 552899991 => 'Vivo', + 552899992 => 'Vivo', + 552899993 => 'Vivo', + 552899994 => 'Vivo', + 552899995 => 'Vivo', + 552899996 => 'Vivo', + 552899997 => 'Vivo', + 552899998 => 'Vivo', + 5531820 => 'Claro BR', + 5531821 => 'Claro BR', + 5531822 => 'Claro BR', + 5531823 => 'Claro BR', + 55318240 => 'Claro BR', + 55318241 => 'Claro BR', + 55318242 => 'Claro BR', + 55318243 => 'Claro BR', + 55318244 => 'Claro BR', + 55318245 => 'Claro BR', + 553183 => 'Claro BR', + 553184 => 'Claro BR', + 553185 => 'Oi', + 553186 => 'Oi', + 553187 => 'Oi', + 553188 => 'Oi', + 553189 => 'Oi', + 55319101 => 'TIM', + 55319102 => 'TIM', + 55319103 => 'TIM', + 55319104 => 'TIM', + 55319105 => 'TIM', + 55319106 => 'TIM', + 55319107 => 'TIM', + 55319108 => 'TIM', + 55319109 => 'TIM', + 5531911 => 'TIM', + 5531912 => 'TIM', + 5531913 => 'TIM', + 5531914 => 'TIM', + 5531915 => 'TIM', + 55319161 => 'TIM', + 55319162 => 'TIM', + 55319163 => 'TIM', + 55319164 => 'TIM', + 55319165 => 'TIM', + 55319166 => 'TIM', + 55319167 => 'TIM', + 55319168 => 'TIM', + 55319169 => 'TIM', + 55319171 => 'TIM', + 55319172 => 'TIM', + 55319173 => 'TIM', + 55319174 => 'TIM', + 55319175 => 'TIM', + 55319176 => 'TIM', + 55319177 => 'TIM', + 55319178 => 'TIM', + 55319179 => 'TIM', + 55319181 => 'TIM', + 55319182 => 'TIM', + 55319183 => 'TIM', + 55319184 => 'TIM', + 55319185 => 'TIM', + 55319186 => 'TIM', + 55319187 => 'TIM', + 55319188 => 'TIM', + 55319189 => 'TIM', + 55319191 => 'TIM', + 55319192 => 'TIM', + 55319193 => 'TIM', + 55319194 => 'TIM', + 55319195 => 'TIM', + 55319196 => 'TIM', + 55319197 => 'TIM', + 55319198 => 'TIM', + 55319199 => 'TIM', + 55319201 => 'TIM', + 55319202 => 'TIM', + 55319203 => 'TIM', + 55319204 => 'TIM', + 55319205 => 'TIM', + 55319206 => 'TIM', + 55319207 => 'TIM', + 55319208 => 'TIM', + 55319209 => 'TIM', + 55319211 => 'TIM', + 55319212 => 'TIM', + 55319213 => 'TIM', + 55319214 => 'TIM', + 55319215 => 'TIM', + 55319216 => 'TIM', + 55319217 => 'TIM', + 55319218 => 'TIM', + 55319219 => 'TIM', + 55319221 => 'TIM', + 55319222 => 'TIM', + 55319223 => 'TIM', + 55319224 => 'TIM', + 55319225 => 'TIM', + 55319226 => 'TIM', + 55319227 => 'TIM', + 55319228 => 'TIM', + 55319229 => 'TIM', + 55319231 => 'TIM', + 55319232 => 'TIM', + 55319233 => 'TIM', + 55319234 => 'TIM', + 55319235 => 'TIM', + 55319236 => 'TIM', + 55319237 => 'TIM', + 55319238 => 'TIM', + 55319239 => 'TIM', + 55319241 => 'TIM', + 55319242 => 'TIM', + 55319243 => 'TIM', + 55319244 => 'TIM', + 55319245 => 'TIM', + 55319246 => 'TIM', + 55319247 => 'TIM', + 55319248 => 'TIM', + 55319249 => 'TIM', + 55319251 => 'TIM', + 55319252 => 'TIM', + 55319253 => 'TIM', + 55319254 => 'TIM', + 55319255 => 'TIM', + 55319256 => 'TIM', + 55319257 => 'TIM', + 55319258 => 'TIM', + 55319259 => 'TIM', + 55319261 => 'TIM', + 55319262 => 'TIM', + 55319263 => 'TIM', + 55319264 => 'TIM', + 55319265 => 'TIM', + 55319266 => 'TIM', + 55319267 => 'TIM', + 55319268 => 'TIM', + 55319269 => 'TIM', + 55319271 => 'TIM', + 55319272 => 'TIM', + 55319273 => 'TIM', + 55319274 => 'TIM', + 55319275 => 'TIM', + 55319276 => 'TIM', + 55319277 => 'TIM', + 55319278 => 'TIM', + 55319279 => 'TIM', + 55319281 => 'TIM', + 55319282 => 'TIM', + 55319283 => 'TIM', + 55319284 => 'TIM', + 55319285 => 'TIM', + 55319286 => 'TIM', + 55319287 => 'TIM', + 55319288 => 'TIM', + 55319289 => 'TIM', + 55319291 => 'TIM', + 55319292 => 'TIM', + 55319293 => 'TIM', + 55319294 => 'TIM', + 55319295 => 'TIM', + 55319296 => 'TIM', + 55319297 => 'TIM', + 55319298 => 'TIM', + 55319299 => 'TIM', + 55319301 => 'TIM', + 55319302 => 'TIM', + 55319303 => 'TIM', + 55319304 => 'TIM', + 55319305 => 'TIM', + 55319306 => 'TIM', + 55319307 => 'TIM', + 55319308 => 'TIM', + 55319309 => 'TIM', + 55319311 => 'TIM', + 55319312 => 'TIM', + 55319313 => 'TIM', + 55319314 => 'TIM', + 55319315 => 'TIM', + 55319316 => 'TIM', + 55319317 => 'TIM', + 55319318 => 'TIM', + 55319319 => 'TIM', + 55319321 => 'TIM', + 55319322 => 'TIM', + 55319323 => 'TIM', + 55319324 => 'TIM', + 55319325 => 'TIM', + 55319326 => 'TIM', + 55319327 => 'TIM', + 55319328 => 'TIM', + 55319329 => 'TIM', + 55319331 => 'TIM', + 55319332 => 'TIM', + 55319333 => 'TIM', + 55319334 => 'TIM', + 55319335 => 'TIM', + 55319336 => 'TIM', + 55319337 => 'TIM', + 55319338 => 'TIM', + 55319339 => 'TIM', + 55319341 => 'TIM', + 55319342 => 'TIM', + 55319343 => 'TIM', + 55319344 => 'TIM', + 55319345 => 'TIM', + 55319346 => 'TIM', + 55319347 => 'TIM', + 55319348 => 'TIM', + 55319349 => 'TIM', + 55319351 => 'TIM', + 55319352 => 'TIM', + 55319353 => 'TIM', + 55319354 => 'TIM', + 55319355 => 'TIM', + 55319356 => 'TIM', + 55319357 => 'TIM', + 55319358 => 'TIM', + 55319359 => 'TIM', + 55319361 => 'TIM', + 55319362 => 'TIM', + 55319363 => 'TIM', + 55319364 => 'TIM', + 55319365 => 'TIM', + 55319366 => 'TIM', + 55319367 => 'TIM', + 55319368 => 'TIM', + 55319369 => 'TIM', + 55319371 => 'TIM', + 55319372 => 'TIM', + 55319373 => 'TIM', + 55319374 => 'TIM', + 55319375 => 'TIM', + 55319376 => 'TIM', + 55319377 => 'TIM', + 55319378 => 'TIM', + 55319379 => 'TIM', + 55319381 => 'TIM', + 55319382 => 'TIM', + 55319383 => 'TIM', + 55319384 => 'TIM', + 55319385 => 'TIM', + 55319386 => 'TIM', + 55319387 => 'TIM', + 55319388 => 'TIM', + 55319389 => 'TIM', + 55319391 => 'TIM', + 55319392 => 'TIM', + 55319393 => 'TIM', + 55319394 => 'TIM', + 55319395 => 'TIM', + 55319396 => 'TIM', + 55319397 => 'TIM', + 55319398 => 'TIM', + 55319399 => 'TIM', + 55319401 => 'TIM', + 55319402 => 'TIM', + 55319403 => 'TIM', + 55319404 => 'TIM', + 55319405 => 'TIM', + 55319406 => 'TIM', + 55319407 => 'TIM', + 55319408 => 'TIM', + 55319409 => 'TIM', + 55319411 => 'TIM', + 55319412 => 'TIM', + 55319413 => 'TIM', + 55319414 => 'TIM', + 55319415 => 'TIM', + 55319416 => 'TIM', + 55319601 => 'Telemig Celular', + 55319602 => 'Telemig Celular', + 55319603 => 'Telemig Celular', + 55319604 => 'Telemig Celular', + 55319605 => 'Telemig Celular', + 55319606 => 'Telemig Celular', + 55319607 => 'Telemig Celular', + 55319608 => 'Telemig Celular', + 55319609 => 'Telemig Celular', + 55319611 => 'Telemig Celular', + 55319612 => 'Telemig Celular', + 55319613 => 'Telemig Celular', + 55319614 => 'Telemig Celular', + 55319615 => 'Telemig Celular', + 55319616 => 'Telemig Celular', + 55319617 => 'Telemig Celular', + 55319618 => 'Telemig Celular', + 55319619 => 'Telemig Celular', + 55319621 => 'Telemig Celular', + 55319622 => 'Telemig Celular', + 55319624 => 'Telemig Celular', + 55319625 => 'Telemig Celular', + 55319626 => 'Telemig Celular', + 55319627 => 'Telemig Celular', + 55319628 => 'Telemig Celular', + 55319629 => 'Telemig Celular', + 55319631 => 'Telemig Celular', + 55319632 => 'Telemig Celular', + 55319633 => 'Telemig Celular', + 55319634 => 'Telemig Celular', + 55319635 => 'Telemig Celular', + 55319636 => 'Telemig Celular', + 55319637 => 'Telemig Celular', + 55319638 => 'Telemig Celular', + 55319639 => 'Telemig Celular', + 55319641 => 'Telemig Celular', + 55319642 => 'Telemig Celular', + 55319643 => 'Telemig Celular', + 55319644 => 'Telemig Celular', + 55319645 => 'Telemig Celular', + 55319646 => 'Telemig Celular', + 55319647 => 'Telemig Celular', + 55319648 => 'Telemig Celular', + 55319649 => 'Telemig Celular', + 55319651 => 'Telemig Celular', + 55319652 => 'Telemig Celular', + 55319653 => 'Telemig Celular', + 55319654 => 'Telemig Celular', + 55319655 => 'Telemig Celular', + 55319656 => 'Telemig Celular', + 55319657 => 'Telemig Celular', + 55319658 => 'Telemig Celular', + 55319659 => 'Telemig Celular', + 55319661 => 'Telemig Celular', + 55319662 => 'Telemig Celular', + 55319663 => 'Telemig Celular', + 55319664 => 'Telemig Celular', + 55319665 => 'Telemig Celular', + 55319666 => 'Telemig Celular', + 55319667 => 'Telemig Celular', + 55319668 => 'Telemig Celular', + 55319669 => 'Telemig Celular', + 55319671 => 'Telemig Celular', + 55319672 => 'Telemig Celular', + 55319673 => 'Telemig Celular', + 55319674 => 'Telemig Celular', + 55319675 => 'Telemig Celular', + 55319676 => 'Telemig Celular', + 55319677 => 'Telemig Celular', + 55319678 => 'Telemig Celular', + 55319679 => 'Telemig Celular', + 55319681 => 'Telemig Celular', + 55319682 => 'Telemig Celular', + 55319683 => 'Telemig Celular', + 55319684 => 'Telemig Celular', + 55319685 => 'Telemig Celular', + 55319686 => 'Telemig Celular', + 55319687 => 'Telemig Celular', + 55319688 => 'Telemig Celular', + 55319689 => 'Telemig Celular', + 55319691 => 'Telemig Celular', + 55319692 => 'Telemig Celular', + 55319693 => 'Telemig Celular', + 55319694 => 'Telemig Celular', + 55319695 => 'Telemig Celular', + 55319696 => 'Telemig Celular', + 55319697 => 'Telemig Celular', + 55319698 => 'Telemig Celular', + 55319699 => 'Telemig Celular', + 55319701 => 'Telemig Celular', + 55319702 => 'Telemig Celular', + 55319703 => 'Telemig Celular', + 55319704 => 'Telemig Celular', + 55319705 => 'Telemig Celular', + 55319706 => 'Telemig Celular', + 55319707 => 'Telemig Celular', + 55319708 => 'Telemig Celular', + 55319709 => 'Telemig Celular', + 55319711 => 'Telemig Celular', + 55319712 => 'Telemig Celular', + 55319713 => 'Telemig Celular', + 55319714 => 'Telemig Celular', + 55319715 => 'Telemig Celular', + 55319717 => 'Telemig Celular', + 55319718 => 'Telemig Celular', + 55319719 => 'Telemig Celular', + 55319721 => 'Telemig Celular', + 55319722 => 'Telemig Celular', + 55319723 => 'Telemig Celular', + 55319724 => 'Telemig Celular', + 55319725 => 'Telemig Celular', + 55319726 => 'Telemig Celular', + 55319728 => 'Telemig Celular', + 55319729 => 'Telemig Celular', + 55319731 => 'Telemig Celular', + 55319732 => 'Telemig Celular', + 55319733 => 'Telemig Celular', + 55319734 => 'Telemig Celular', + 55319735 => 'Telemig Celular', + 55319736 => 'Telemig Celular', + 55319737 => 'Telemig Celular', + 55319738 => 'Telemig Celular', + 55319739 => 'Telemig Celular', + 55319741 => 'Telemig Celular', + 55319742 => 'Telemig Celular', + 55319743 => 'Telemig Celular', + 55319744 => 'Telemig Celular', + 55319745 => 'Telemig Celular', + 55319746 => 'Telemig Celular', + 55319747 => 'Telemig Celular', + 55319748 => 'Telemig Celular', + 55319749 => 'Telemig Celular', + 55319751 => 'Telemig Celular', + 55319752 => 'Telemig Celular', + 55319753 => 'Telemig Celular', + 55319755 => 'Telemig Celular', + 55319756 => 'Telemig Celular', + 55319757 => 'Telemig Celular', + 55319758 => 'Telemig Celular', + 55319759 => 'Telemig Celular', + 55319761 => 'Telemig Celular', + 55319762 => 'Telemig Celular', + 55319763 => 'Telemig Celular', + 55319764 => 'Telemig Celular', + 55319765 => 'Telemig Celular', + 55319766 => 'Telemig Celular', + 55319767 => 'Telemig Celular', + 55319768 => 'Telemig Celular', + 55319769 => 'Telemig Celular', + 55319771 => 'Telemig Celular', + 55319772 => 'Telemig Celular', + 55319773 => 'Telemig Celular', + 55319774 => 'Telemig Celular', + 55319775 => 'Telemig Celular', + 55319776 => 'Telemig Celular', + 55319777 => 'Telemig Celular', + 55319778 => 'Telemig Celular', + 55319779 => 'Telemig Celular', + 55319781 => 'Telemig Celular', + 55319782 => 'Telemig Celular', + 55319783 => 'Telemig Celular', + 55319784 => 'Telemig Celular', + 55319785 => 'Telemig Celular', + 55319786 => 'Telemig Celular', + 55319787 => 'Telemig Celular', + 55319788 => 'Telemig Celular', + 55319789 => 'Telemig Celular', + 55319791 => 'Telemig Celular', + 55319792 => 'Telemig Celular', + 55319793 => 'Telemig Celular', + 55319794 => 'Telemig Celular', + 55319795 => 'Telemig Celular', + 55319796 => 'Telemig Celular', + 55319797 => 'Telemig Celular', + 55319798 => 'Telemig Celular', + 55319799 => 'Telemig Celular', + 55319801 => 'Telemig Celular', + 55319802 => 'Telemig Celular', + 55319803 => 'Telemig Celular', + 55319804 => 'Telemig Celular', + 55319805 => 'Telemig Celular', + 55319806 => 'Telemig Celular', + 55319807 => 'Telemig Celular', + 55319808 => 'Telemig Celular', + 55319809 => 'Telemig Celular', + 55319811 => 'Telemig Celular', + 55319812 => 'Telemig Celular', + 55319813 => 'Telemig Celular', + 55319814 => 'Telemig Celular', + 55319815 => 'Telemig Celular', + 55319816 => 'Telemig Celular', + 55319817 => 'Telemig Celular', + 55319818 => 'Telemig Celular', + 55319819 => 'Telemig Celular', + 55319821 => 'Telemig Celular', + 55319822 => 'Telemig Celular', + 55319823 => 'Telemig Celular', + 55319824 => 'Telemig Celular', + 55319825 => 'Telemig Celular', + 55319826 => 'Telemig Celular', + 55319827 => 'Telemig Celular', + 55319828 => 'Telemig Celular', + 55319829 => 'Telemig Celular', + 55319831 => 'Telemig Celular', + 55319832 => 'Telemig Celular', + 55319833 => 'Telemig Celular', + 55319834 => 'Telemig Celular', + 55319835 => 'Telemig Celular', + 55319836 => 'Telemig Celular', + 55319837 => 'Telemig Celular', + 55319838 => 'Telemig Celular', + 55319839 => 'Telemig Celular', + 55319841 => 'Telemig Celular', + 55319842 => 'Telemig Celular', + 55319843 => 'Telemig Celular', + 55319844 => 'Telemig Celular', + 55319845 => 'Telemig Celular', + 55319846 => 'Telemig Celular', + 55319847 => 'Telemig Celular', + 55319848 => 'Telemig Celular', + 55319849 => 'Telemig Celular', + 55319851 => 'Telemig Celular', + 55319852 => 'Telemig Celular', + 55319853 => 'Telemig Celular', + 55319854 => 'Telemig Celular', + 55319855 => 'Telemig Celular', + 55319856 => 'Telemig Celular', + 55319857 => 'Telemig Celular', + 55319858 => 'Telemig Celular', + 55319859 => 'Telemig Celular', + 55319861 => 'Telemig Celular', + 55319862 => 'Telemig Celular', + 55319863 => 'Telemig Celular', + 55319864 => 'Telemig Celular', + 55319865 => 'Telemig Celular', + 55319866 => 'Telemig Celular', + 55319867 => 'Telemig Celular', + 55319868 => 'Telemig Celular', + 55319869 => 'Telemig Celular', + 55319871 => 'Telemig Celular', + 55319872 => 'Telemig Celular', + 55319873 => 'Telemig Celular', + 55319874 => 'Telemig Celular', + 55319875 => 'Telemig Celular', + 55319876 => 'Telemig Celular', + 55319877 => 'Telemig Celular', + 55319878 => 'Telemig Celular', + 55319879 => 'Telemig Celular', + 55319881 => 'Telemig Celular', + 55319882 => 'Telemig Celular', + 55319883 => 'Telemig Celular', + 55319884 => 'Telemig Celular', + 55319885 => 'Telemig Celular', + 55319886 => 'Telemig Celular', + 55319887 => 'Telemig Celular', + 55319888 => 'Telemig Celular', + 55319889 => 'Telemig Celular', + 55319891 => 'Telemig Celular', + 55319892 => 'Telemig Celular', + 55319893 => 'Telemig Celular', + 55319894 => 'Telemig Celular', + 55319895 => 'Telemig Celular', + 55319896 => 'Telemig Celular', + 55319897 => 'Telemig Celular', + 55319898 => 'Telemig Celular', + 55319899 => 'Telemig Celular', + 55319901 => 'Telemig Celular', + 55319902 => 'Telemig Celular', + 55319903 => 'Telemig Celular', + 55319904 => 'Telemig Celular', + 55319905 => 'Telemig Celular', + 55319906 => 'Telemig Celular', + 55319907 => 'Telemig Celular', + 55319908 => 'Telemig Celular', + 55319909 => 'Telemig Celular', + 55319911 => 'Telemig Celular', + 55319912 => 'Telemig Celular', + 55319913 => 'Telemig Celular', + 55319914 => 'Telemig Celular', + 55319915 => 'Telemig Celular', + 55319916 => 'Telemig Celular', + 55319917 => 'Telemig Celular', + 55319918 => 'Telemig Celular', + 55319919 => 'Telemig Celular', + 55319921 => 'Telemig Celular', + 55319922 => 'Telemig Celular', + 55319923 => 'Telemig Celular', + 55319924 => 'Telemig Celular', + 55319925 => 'Telemig Celular', + 55319926 => 'Telemig Celular', + 55319927 => 'Telemig Celular', + 55319928 => 'Telemig Celular', + 55319929 => 'Telemig Celular', + 55319931 => 'Telemig Celular', + 55319932 => 'Telemig Celular', + 55319933 => 'Telemig Celular', + 55319934 => 'Telemig Celular', + 55319935 => 'Telemig Celular', + 55319936 => 'Telemig Celular', + 55319937 => 'Telemig Celular', + 55319938 => 'Telemig Celular', + 55319939 => 'Telemig Celular', + 55319941 => 'Telemig Celular', + 55319942 => 'Telemig Celular', + 55319943 => 'Telemig Celular', + 55319944 => 'Telemig Celular', + 55319945 => 'Telemig Celular', + 55319946 => 'Telemig Celular', + 55319947 => 'Telemig Celular', + 55319948 => 'Telemig Celular', + 55319949 => 'Telemig Celular', + 5531995 => 'Telemig Celular', + 5531996 => 'Telemig Celular', + 5531997 => 'Telemig Celular', + 5531998 => 'Telemig Celular', + 5531999 => 'Telemig Celular', + 5532840 => 'Claro BR', + 5532841 => 'Claro BR', + 5532842 => 'Claro BR', + 5532843 => 'Claro BR', + 5532844 => 'Claro BR', + 5532845 => 'Claro BR', + 5532846 => 'Claro BR', + 5532847 => 'Claro BR', + 55328480 => 'Claro BR', + 55328481 => 'Claro BR', + 55328482 => 'Claro BR', + 55328483 => 'Claro BR', + 55328484 => 'Claro BR', + 55328485 => 'Claro BR', + 553285 => 'Oi', + 553286 => 'Oi', + 553287 => 'Oi', + 553288 => 'Oi', + 553289 => 'Oi', + 55329101 => 'TIM', + 55329102 => 'TIM', + 55329103 => 'TIM', + 55329104 => 'TIM', + 55329105 => 'TIM', + 55329106 => 'TIM', + 55329107 => 'TIM', + 55329108 => 'TIM', + 55329109 => 'TIM', + 55329111 => 'TIM', + 55329112 => 'TIM', + 55329113 => 'TIM', + 55329114 => 'TIM', + 55329115 => 'TIM', + 55329116 => 'TIM', + 55329117 => 'TIM', + 55329118 => 'TIM', + 55329119 => 'TIM', + 55329121 => 'TIM', + 55329122 => 'TIM', + 55329123 => 'TIM', + 55329124 => 'TIM', + 55329125 => 'TIM', + 55329126 => 'TIM', + 55329127 => 'TIM', + 55329128 => 'TIM', + 55329129 => 'TIM', + 55329131 => 'TIM', + 55329132 => 'TIM', + 55329133 => 'TIM', + 55329134 => 'TIM', + 55329135 => 'TIM', + 55329136 => 'TIM', + 55329137 => 'TIM', + 55329138 => 'TIM', + 55329139 => 'TIM', + 55329141 => 'TIM', + 55329142 => 'TIM', + 55329143 => 'TIM', + 55329144 => 'TIM', + 55329145 => 'TIM', + 55329146 => 'TIM', + 55329193 => 'TIM', + 55329194 => 'TIM', + 55329195 => 'TIM', + 55329197 => 'TIM', + 55329198 => 'TIM', + 55329199 => 'TIM', + 55329901 => 'Telemig Celular', + 55329902 => 'Telemig Celular', + 55329903 => 'Telemig Celular', + 55329904 => 'Telemig Celular', + 55329905 => 'Telemig Celular', + 55329906 => 'Telemig Celular', + 55329907 => 'Telemig Celular', + 55329908 => 'Telemig Celular', + 55329909 => 'Telemig Celular', + 55329911 => 'Telemig Celular', + 55329912 => 'Telemig Celular', + 55329913 => 'Telemig Celular', + 55329914 => 'Telemig Celular', + 55329917 => 'Telemig Celular', + 55329918 => 'Telemig Celular', + 55329919 => 'Telemig Celular', + 55329921 => 'Telemig Celular', + 55329922 => 'Telemig Celular', + 55329923 => 'Telemig Celular', + 55329924 => 'Telemig Celular', + 55329925 => 'Telemig Celular', + 55329931 => 'Telemig Celular', + 55329932 => 'Telemig Celular', + 55329933 => 'Telemig Celular', + 55329934 => 'Telemig Celular', + 55329935 => 'Telemig Celular', + 55329936 => 'Telemig Celular', + 55329937 => 'Telemig Celular', + 55329938 => 'Telemig Celular', + 55329939 => 'Telemig Celular', + 55329941 => 'Telemig Celular', + 55329942 => 'Telemig Celular', + 55329943 => 'Telemig Celular', + 55329944 => 'Telemig Celular', + 55329945 => 'Telemig Celular', + 55329946 => 'Telemig Celular', + 55329947 => 'Telemig Celular', + 55329948 => 'Telemig Celular', + 55329949 => 'Telemig Celular', + 55329951 => 'Telemig Celular', + 55329952 => 'Telemig Celular', + 55329953 => 'Telemig Celular', + 55329954 => 'Telemig Celular', + 55329955 => 'Telemig Celular', + 55329956 => 'Telemig Celular', + 55329957 => 'Telemig Celular', + 55329958 => 'Telemig Celular', + 55329959 => 'Telemig Celular', + 5532996 => 'Telemig Celular', + 55329971 => 'Telemig Celular', + 55329972 => 'Telemig Celular', + 55329973 => 'Telemig Celular', + 55329974 => 'Telemig Celular', + 55329975 => 'Telemig Celular', + 55329976 => 'Telemig Celular', + 55329977 => 'Telemig Celular', + 55329979 => 'Telemig Celular', + 5532998 => 'Telemig Celular', + 55329991 => 'Telemig Celular', + 55329992 => 'Telemig Celular', + 55329993 => 'Telemig Celular', + 55329994 => 'Telemig Celular', + 55329995 => 'Telemig Celular', + 55329996 => 'Telemig Celular', + 55329997 => 'Telemig Celular', + 55329998 => 'Telemig Celular', + 55338401 => 'Claro BR', + 55338402 => 'Claro BR', + 55338403 => 'Claro BR', + 55338404 => 'Claro BR', + 55338405 => 'Claro BR', + 55338406 => 'Claro BR', + 55338407 => 'Claro BR', + 55338408 => 'Claro BR', + 55338409 => 'Claro BR', + 55338411 => 'Claro BR', + 55338412 => 'Claro BR', + 55338413 => 'Claro BR', + 55338414 => 'Claro BR', + 55338415 => 'Claro BR', + 55338416 => 'Claro BR', + 55338417 => 'Claro BR', + 55338418 => 'Claro BR', + 55338419 => 'Claro BR', + 55338421 => 'Claro BR', + 55338422 => 'Claro BR', + 55338423 => 'Claro BR', + 55338424 => 'Claro BR', + 55338425 => 'Claro BR', + 55338426 => 'Claro BR', + 55338427 => 'Claro BR', + 55338428 => 'Claro BR', + 55338429 => 'Claro BR', + 55338431 => 'Claro BR', + 55338432 => 'Claro BR', + 55338433 => 'Claro BR', + 55338434 => 'Claro BR', + 55338435 => 'Claro BR', + 55338436 => 'Claro BR', + 55338437 => 'Claro BR', + 55338438 => 'Claro BR', + 55338439 => 'Claro BR', + 55338441 => 'Claro BR', + 55338442 => 'Claro BR', + 55338443 => 'Claro BR', + 55338444 => 'Claro BR', + 55338445 => 'Claro BR', + 55338446 => 'Claro BR', + 55338447 => 'Claro BR', + 55338448 => 'Claro BR', + 55338449 => 'Claro BR', + 55338451 => 'Claro BR', + 55338452 => 'Claro BR', + 55338453 => 'Claro BR', + 55338454 => 'Claro BR', + 55338455 => 'Claro BR', + 55338456 => 'Claro BR', + 553385 => 'Oi', + 553386 => 'Oi', + 553387 => 'Oi', + 553388 => 'Oi', + 553389 => 'Oi', + 55339101 => 'TIM', + 55339102 => 'TIM', + 55339103 => 'TIM', + 55339104 => 'TIM', + 55339105 => 'TIM', + 55339106 => 'TIM', + 55339107 => 'TIM', + 55339108 => 'TIM', + 55339109 => 'TIM', + 55339111 => 'TIM', + 55339112 => 'TIM', + 55339113 => 'TIM', + 55339114 => 'TIM', + 55339115 => 'TIM', + 55339116 => 'TIM', + 55339117 => 'TIM', + 55339118 => 'TIM', + 55339119 => 'TIM', + 55339121 => 'TIM', + 55339122 => 'TIM', + 55339123 => 'TIM', + 55339124 => 'TIM', + 55339125 => 'TIM', + 55339126 => 'TIM', + 55339127 => 'TIM', + 55339128 => 'TIM', + 55339129 => 'TIM', + 55339136 => 'TIM', + 55339137 => 'TIM', + 55339138 => 'TIM', + 55339139 => 'TIM', + 55339168 => 'TIM', + 55339191 => 'TIM', + 55339193 => 'TIM', + 55339197 => 'TIM', + 55339198 => 'TIM', + 55339199 => 'TIM', + 55339901 => 'Telemig Celular', + 55339902 => 'Telemig Celular', + 55339903 => 'Telemig Celular', + 55339904 => 'Telemig Celular', + 55339905 => 'Telemig Celular', + 55339906 => 'Telemig Celular', + 55339907 => 'Telemig Celular', + 55339908 => 'Telemig Celular', + 55339909 => 'Telemig Celular', + 55339911 => 'Telemig Celular', + 55339912 => 'Telemig Celular', + 55339913 => 'Telemig Celular', + 55339914 => 'Telemig Celular', + 55339915 => 'Telemig Celular', + 55339916 => 'Telemig Celular', + 55339917 => 'Telemig Celular', + 55339918 => 'Telemig Celular', + 55339919 => 'Telemig Celular', + 55339921 => 'Telemig Celular', + 55339922 => 'Telemig Celular', + 55339933 => 'Telemig Celular', + 55339951 => 'Telemig Celular', + 55339952 => 'Telemig Celular', + 55339953 => 'Telemig Celular', + 55339954 => 'Telemig Celular', + 55339955 => 'Telemig Celular', + 55339956 => 'Telemig Celular', + 55339957 => 'Telemig Celular', + 55339958 => 'Telemig Celular', + 55339959 => 'Telemig Celular', + 55339961 => 'Telemig Celular', + 55339962 => 'Telemig Celular', + 55339963 => 'Telemig Celular', + 55339964 => 'Telemig Celular', + 55339965 => 'Telemig Celular', + 55339966 => 'Telemig Celular', + 55339967 => 'Telemig Celular', + 55339968 => 'Telemig Celular', + 55339969 => 'Telemig Celular', + 55339971 => 'Telemig Celular', + 55339972 => 'Telemig Celular', + 55339973 => 'Telemig Celular', + 55339974 => 'Telemig Celular', + 55339975 => 'Telemig Celular', + 55339976 => 'Telemig Celular', + 55339977 => 'Telemig Celular', + 55339978 => 'Telemig Celular', + 55339979 => 'Telemig Celular', + 5533998 => 'Telemig Celular', + 5534840 => 'Claro BR', + 5534841 => 'Claro BR', + 55348420 => 'Claro BR', + 55348421 => 'Claro BR', + 55348422 => 'Claro BR', + 553485 => 'Oi', + 553486 => 'Oi', + 553487 => 'Oi', + 553488 => 'Oi', + 553489 => 'Oi', + 55349101 => 'TIM', + 55349102 => 'TIM', + 55349103 => 'TIM', + 55349104 => 'TIM', + 55349105 => 'TIM', + 55349106 => 'TIM', + 55349107 => 'TIM', + 55349108 => 'TIM', + 55349109 => 'TIM', + 5534911 => 'TIM', + 5534912 => 'TIM', + 5534913 => 'TIM', + 5534914 => 'TIM', + 5534915 => 'TIM', + 5534916 => 'TIM', + 5534917 => 'TIM', + 55349181 => 'TIM', + 55349182 => 'TIM', + 55349183 => 'TIM', + 55349184 => 'TIM', + 55349185 => 'TIM', + 55349186 => 'TIM', + 55349187 => 'TIM', + 55349188 => 'TIM', + 55349189 => 'TIM', + 55349191 => 'TIM', + 55349192 => 'TIM', + 55349193 => 'TIM', + 55349194 => 'TIM', + 55349195 => 'TIM', + 55349196 => 'TIM', + 55349197 => 'TIM', + 55349198 => 'TIM', + 55349199 => 'TIM', + 55349202 => 'TIM', + 55349203 => 'TIM', + 55349204 => 'TIM', + 55349205 => 'TIM', + 55349206 => 'TIM', + 55349207 => 'TIM', + 55349208 => 'TIM', + 55349209 => 'TIM', + 55349211 => 'TIM', + 55349212 => 'TIM', + 55349213 => 'TIM', + 55349214 => 'TIM', + 55349215 => 'TIM', + 55349216 => 'TIM', + 55349217 => 'TIM', + 55349218 => 'TIM', + 55349229 => 'TIM', + 55349801 => 'Telemig Celular', + 55349802 => 'Telemig Celular', + 55349803 => 'Telemig Celular', + 55349804 => 'Telemig Celular', + 55349805 => 'Telemig Celular', + 55349806 => 'Telemig Celular', + 55349807 => 'Telemig Celular', + 55349808 => 'Telemig Celular', + 55349809 => 'Telemig Celular', + 55349811 => 'Telemig Celular', + 55349812 => 'Telemig Celular', + 55349813 => 'Telemig Celular', + 55349814 => 'Telemig Celular', + 55349815 => 'Telemig Celular', + 55349816 => 'Telemig Celular', + 55349817 => 'Telemig Celular', + 55349821 => 'Telemig Celular', + 55349822 => 'Telemig Celular', + 55349823 => 'Telemig Celular', + 55349824 => 'Telemig Celular', + 55349825 => 'Telemig Celular', + 55349901 => 'Telemig Celular', + 55349902 => 'Telemig Celular', + 55349903 => 'Telemig Celular', + 55349904 => 'Telemig Celular', + 55349905 => 'Telemig Celular', + 55349906 => 'Telemig Celular', + 55349907 => 'Telemig Celular', + 55349908 => 'Telemig Celular', + 55349909 => 'Telemig Celular', + 55349911 => 'Telemig Celular', + 55349912 => 'Telemig Celular', + 55349913 => 'Telemig Celular', + 55349914 => 'Telemig Celular', + 55349915 => 'Telemig Celular', + 55349916 => 'Telemig Celular', + 55349917 => 'Telemig Celular', + 55349918 => 'Telemig Celular', + 55349919 => 'Telemig Celular', + 55349921 => 'Telemig Celular', + 55349922 => 'Telemig Celular', + 55349923 => 'Telemig Celular', + 55349924 => 'Telemig Celular', + 55349925 => 'Telemig Celular', + 55349926 => 'Telemig Celular', + 55349927 => 'Telemig Celular', + 55349928 => 'Telemig Celular', + 55349929 => 'Telemig Celular', + 55349931 => 'Telemig Celular', + 55349932 => 'Telemig Celular', + 55349933 => 'Telemig Celular', + 55349934 => 'Telemig Celular', + 55349935 => 'Telemig Celular', + 55349936 => 'Telemig Celular', + 55349937 => 'Telemig Celular', + 55349938 => 'Telemig Celular', + 55349939 => 'Telemig Celular', + 55349941 => 'Telemig Celular', + 55349942 => 'Telemig Celular', + 55349943 => 'Telemig Celular', + 55349944 => 'Telemig Celular', + 55349945 => 'Telemig Celular', + 55349946 => 'Telemig Celular', + 55349947 => 'Telemig Celular', + 55349948 => 'Telemig Celular', + 55349949 => 'Telemig Celular', + 55349951 => 'Telemig Celular', + 55349952 => 'Telemig Celular', + 55349953 => 'Telemig Celular', + 55349954 => 'Telemig Celular', + 55349955 => 'Telemig Celular', + 55349956 => 'Telemig Celular', + 55349957 => 'Telemig Celular', + 55349958 => 'Telemig Celular', + 55349959 => 'Telemig Celular', + 55349981 => 'Telemig Celular', + 55349982 => 'Telemig Celular', + 55349983 => 'Telemig Celular', + 55349984 => 'Telemig Celular', + 55349985 => 'Telemig Celular', + 55349986 => 'Telemig Celular', + 55349987 => 'Telemig Celular', + 55349988 => 'Telemig Celular', + 55349989 => 'Telemig Celular', + 55358401 => 'Claro BR', + 55358402 => 'Claro BR', + 55358403 => 'Claro BR', + 55358404 => 'Claro BR', + 55358405 => 'Claro BR', + 55358406 => 'Claro BR', + 55358407 => 'Claro BR', + 55358408 => 'Claro BR', + 55358409 => 'Claro BR', + 55358411 => 'Claro BR', + 55358412 => 'Claro BR', + 55358413 => 'Claro BR', + 55358414 => 'Claro BR', + 55358415 => 'Claro BR', + 55358416 => 'Claro BR', + 55358417 => 'Claro BR', + 55358418 => 'Claro BR', + 55358419 => 'Claro BR', + 55358421 => 'Claro BR', + 55358422 => 'Claro BR', + 55358423 => 'Claro BR', + 55358424 => 'Claro BR', + 55358425 => 'Claro BR', + 55358426 => 'Claro BR', + 55358427 => 'Claro BR', + 55358428 => 'Claro BR', + 55358429 => 'Claro BR', + 55358431 => 'Claro BR', + 55358432 => 'Claro BR', + 55358433 => 'Claro BR', + 55358434 => 'Claro BR', + 55358435 => 'Claro BR', + 55358436 => 'Claro BR', + 55358437 => 'Claro BR', + 55358438 => 'Claro BR', + 55358439 => 'Claro BR', + 55358441 => 'Claro BR', + 55358442 => 'Claro BR', + 55358443 => 'Claro BR', + 55358444 => 'Claro BR', + 55358445 => 'Claro BR', + 55358446 => 'Claro BR', + 55358447 => 'Claro BR', + 55358448 => 'Claro BR', + 55358449 => 'Claro BR', + 55358451 => 'Claro BR', + 55358452 => 'Claro BR', + 55358453 => 'Claro BR', + 55358454 => 'Claro BR', + 55358455 => 'Claro BR', + 55358456 => 'Claro BR', + 55358457 => 'Claro BR', + 55358458 => 'Claro BR', + 55358459 => 'Claro BR', + 55358461 => 'Claro BR', + 55358462 => 'Claro BR', + 55358463 => 'Claro BR', + 55358464 => 'Claro BR', + 55358465 => 'Claro BR', + 55358466 => 'Claro BR', + 55358467 => 'Claro BR', + 55358468 => 'Claro BR', + 55358469 => 'Claro BR', + 55358471 => 'Claro BR', + 55358472 => 'Claro BR', + 55358473 => 'Claro BR', + 55358474 => 'Claro BR', + 55358475 => 'Claro BR', + 55358476 => 'Claro BR', + 55358477 => 'Claro BR', + 55358478 => 'Claro BR', + 55358479 => 'Claro BR', + 553585 => 'Oi', + 553586 => 'Oi', + 553587 => 'Oi', + 553588 => 'Oi', + 553589 => 'Oi', + 55359101 => 'TIM', + 55359102 => 'TIM', + 55359103 => 'TIM', + 55359104 => 'TIM', + 55359105 => 'TIM', + 55359106 => 'TIM', + 55359107 => 'TIM', + 55359108 => 'TIM', + 55359109 => 'TIM', + 55359111 => 'TIM', + 55359112 => 'TIM', + 55359113 => 'TIM', + 55359114 => 'TIM', + 55359115 => 'TIM', + 55359116 => 'TIM', + 55359117 => 'TIM', + 55359118 => 'TIM', + 55359119 => 'TIM', + 55359121 => 'TIM', + 55359122 => 'TIM', + 55359123 => 'TIM', + 55359124 => 'TIM', + 55359125 => 'TIM', + 55359126 => 'TIM', + 55359127 => 'TIM', + 55359128 => 'TIM', + 55359129 => 'TIM', + 55359131 => 'TIM', + 55359132 => 'TIM', + 55359133 => 'TIM', + 55359134 => 'TIM', + 55359135 => 'TIM', + 55359136 => 'TIM', + 55359137 => 'TIM', + 55359138 => 'TIM', + 55359139 => 'TIM', + 55359141 => 'TIM', + 55359142 => 'TIM', + 55359143 => 'TIM', + 55359144 => 'TIM', + 55359145 => 'TIM', + 55359146 => 'TIM', + 55359147 => 'TIM', + 55359148 => 'TIM', + 55359149 => 'TIM', + 55359151 => 'TIM', + 55359152 => 'TIM', + 55359153 => 'TIM', + 55359154 => 'TIM', + 55359155 => 'TIM', + 55359156 => 'TIM', + 55359157 => 'TIM', + 55359158 => 'TIM', + 55359159 => 'TIM', + 55359161 => 'TIM', + 55359162 => 'TIM', + 55359163 => 'TIM', + 55359164 => 'TIM', + 55359165 => 'TIM', + 55359166 => 'TIM', + 55359167 => 'TIM', + 55359168 => 'TIM', + 55359169 => 'TIM', + 55359171 => 'TIM', + 55359172 => 'TIM', + 55359173 => 'TIM', + 55359174 => 'TIM', + 55359175 => 'TIM', + 55359176 => 'TIM', + 55359177 => 'TIM', + 55359178 => 'TIM', + 55359179 => 'TIM', + 55359181 => 'TIM', + 55359187 => 'TIM', + 55359188 => 'TIM', + 55359191 => 'TIM', + 55359192 => 'TIM', + 55359193 => 'TIM', + 55359197 => 'TIM', + 55359198 => 'TIM', + 55359199 => 'TIM', + 55359801 => 'Telemig Celular', + 55359802 => 'Telemig Celular', + 55359803 => 'Telemig Celular', + 55359804 => 'Telemig Celular', + 55359805 => 'Telemig Celular', + 55359806 => 'Telemig Celular', + 55359807 => 'Telemig Celular', + 55359808 => 'Telemig Celular', + 55359809 => 'Telemig Celular', + 55359811 => 'Telemig Celular', + 55359812 => 'Telemig Celular', + 55359813 => 'Telemig Celular', + 55359814 => 'Telemig Celular', + 55359815 => 'Telemig Celular', + 55359816 => 'Telemig Celular', + 55359817 => 'Telemig Celular', + 55359818 => 'Telemig Celular', + 55359819 => 'Telemig Celular', + 55359821 => 'Telemig Celular', + 55359822 => 'Telemig Celular', + 55359823 => 'Telemig Celular', + 55359824 => 'Telemig Celular', + 55359825 => 'Telemig Celular', + 55359826 => 'Telemig Celular', + 55359827 => 'Telemig Celular', + 55359828 => 'Telemig Celular', + 55359829 => 'Telemig Celular', + 55359831 => 'Telemig Celular', + 55359832 => 'Telemig Celular', + 55359833 => 'Telemig Celular', + 55359834 => 'Telemig Celular', + 55359835 => 'Telemig Celular', + 55359836 => 'Telemig Celular', + 55359837 => 'Telemig Celular', + 55359838 => 'Telemig Celular', + 55359839 => 'Telemig Celular', + 55359841 => 'Telemig Celular', + 55359842 => 'Telemig Celular', + 55359843 => 'Telemig Celular', + 55359844 => 'Telemig Celular', + 55359845 => 'Telemig Celular', + 55359846 => 'Telemig Celular', + 55359901 => 'Telemig Celular', + 55359902 => 'Telemig Celular', + 55359903 => 'Telemig Celular', + 55359904 => 'Telemig Celular', + 55359905 => 'Telemig Celular', + 55359906 => 'Telemig Celular', + 55359907 => 'Telemig Celular', + 55359908 => 'Telemig Celular', + 55359911 => 'Telemig Celular', + 55359912 => 'Telemig Celular', + 55359913 => 'Telemig Celular', + 55359914 => 'Telemig Celular', + 55359915 => 'Telemig Celular', + 55359916 => 'Telemig Celular', + 55359917 => 'Telemig Celular', + 55359918 => 'Telemig Celular', + 55359919 => 'Telemig Celular', + 55359921 => 'Telemig Celular', + 55359922 => 'Telemig Celular', + 55359923 => 'Telemig Celular', + 55359924 => 'Telemig Celular', + 55359925 => 'Telemig Celular', + 55359926 => 'Telemig Celular', + 55359927 => 'Telemig Celular', + 55359928 => 'Telemig Celular', + 55359929 => 'Telemig Celular', + 55359931 => 'Telemig Celular', + 55359932 => 'Telemig Celular', + 55359933 => 'Telemig Celular', + 55359934 => 'Telemig Celular', + 55359935 => 'Telemig Celular', + 55359936 => 'Telemig Celular', + 55359937 => 'Telemig Celular', + 55359938 => 'Telemig Celular', + 55359939 => 'Telemig Celular', + 55359941 => 'Telemig Celular', + 55359942 => 'Telemig Celular', + 55359943 => 'Telemig Celular', + 55359944 => 'Telemig Celular', + 55359945 => 'Telemig Celular', + 55359946 => 'Telemig Celular', + 55359947 => 'Telemig Celular', + 55359948 => 'Telemig Celular', + 55359949 => 'Telemig Celular', + 55359951 => 'Telemig Celular', + 55359952 => 'Telemig Celular', + 55359953 => 'Telemig Celular', + 55359954 => 'Telemig Celular', + 55359955 => 'Telemig Celular', + 55359956 => 'Telemig Celular', + 55359957 => 'Telemig Celular', + 55359958 => 'Telemig Celular', + 55359959 => 'Telemig Celular', + 5535996 => 'Telemig Celular', + 5535997 => 'Telemig Celular', + 5535998 => 'Telemig Celular', + 55359992 => 'Telemig Celular', + 55359993 => 'Telemig Celular', + 55359994 => 'Telemig Celular', + 55359995 => 'Telemig Celular', + 55359996 => 'Telemig Celular', + 55359997 => 'Telemig Celular', + 55378401 => 'Claro BR', + 55378402 => 'Claro BR', + 55378403 => 'Claro BR', + 55378404 => 'Claro BR', + 55378405 => 'Claro BR', + 55378406 => 'Claro BR', + 55378407 => 'Claro BR', + 55378408 => 'Claro BR', + 55378409 => 'Claro BR', + 55378411 => 'Claro BR', + 55378412 => 'Claro BR', + 55378413 => 'Claro BR', + 55378414 => 'Claro BR', + 55378415 => 'Claro BR', + 55378416 => 'Claro BR', + 55378417 => 'Claro BR', + 55378418 => 'Claro BR', + 55378419 => 'Claro BR', + 55378421 => 'Claro BR', + 55378422 => 'Claro BR', + 55378423 => 'Claro BR', + 55378424 => 'Claro BR', + 55378425 => 'Claro BR', + 55378426 => 'Claro BR', + 553785 => 'Oi', + 553786 => 'Oi', + 553787 => 'Oi', + 553788 => 'Oi', + 553789 => 'Oi', + 55379101 => 'TIM', + 55379102 => 'TIM', + 55379103 => 'TIM', + 55379104 => 'TIM', + 55379105 => 'TIM', + 55379106 => 'TIM', + 55379107 => 'TIM', + 55379108 => 'TIM', + 55379109 => 'TIM', + 55379111 => 'TIM', + 55379112 => 'TIM', + 55379113 => 'TIM', + 55379114 => 'TIM', + 55379115 => 'TIM', + 55379116 => 'TIM', + 55379117 => 'TIM', + 55379118 => 'TIM', + 55379119 => 'TIM', + 55379121 => 'TIM', + 55379122 => 'TIM', + 55379123 => 'TIM', + 55379124 => 'TIM', + 55379125 => 'TIM', + 55379126 => 'TIM', + 55379127 => 'TIM', + 55379128 => 'TIM', + 55379129 => 'TIM', + 55379131 => 'TIM', + 55379132 => 'TIM', + 55379133 => 'TIM', + 55379134 => 'TIM', + 55379135 => 'TIM', + 55379136 => 'TIM', + 55379137 => 'TIM', + 55379138 => 'TIM', + 55379139 => 'TIM', + 55379141 => 'TIM', + 55379143 => 'TIM', + 55379144 => 'TIM', + 55379145 => 'TIM', + 55379146 => 'TIM', + 55379147 => 'TIM', + 55379154 => 'TIM', + 55379186 => 'TIM', + 55379191 => 'TIM', + 55379192 => 'TIM', + 55379193 => 'TIM', + 55379194 => 'TIM', + 55379197 => 'TIM', + 55379198 => 'TIM', + 55379199 => 'TIM', + 55379801 => 'Telemig Celular', + 55379802 => 'Telemig Celular', + 55379803 => 'Telemig Celular', + 55379804 => 'Telemig Celular', + 55379805 => 'Telemig Celular', + 55379901 => 'Telemig Celular', + 55379902 => 'Telemig Celular', + 55379903 => 'Telemig Celular', + 55379904 => 'Telemig Celular', + 55379905 => 'Telemig Celular', + 55379906 => 'Telemig Celular', + 55379907 => 'Telemig Celular', + 55379908 => 'Telemig Celular', + 55379909 => 'Telemig Celular', + 55379911 => 'Telemig Celular', + 55379912 => 'Telemig Celular', + 55379913 => 'Telemig Celular', + 55379914 => 'Telemig Celular', + 55379915 => 'Telemig Celular', + 55379916 => 'Telemig Celular', + 55379917 => 'Telemig Celular', + 55379918 => 'Telemig Celular', + 55379919 => 'Telemig Celular', + 55379921 => 'Telemig Celular', + 55379922 => 'Telemig Celular', + 55379923 => 'Telemig Celular', + 55379924 => 'Telemig Celular', + 55379925 => 'Telemig Celular', + 55379926 => 'Telemig Celular', + 55379927 => 'Telemig Celular', + 55379928 => 'Telemig Celular', + 55379929 => 'Telemig Celular', + 55379931 => 'Telemig Celular', + 55379932 => 'Telemig Celular', + 55379933 => 'Telemig Celular', + 55379934 => 'Telemig Celular', + 55379935 => 'Telemig Celular', + 55379936 => 'Telemig Celular', + 55379937 => 'Telemig Celular', + 55379938 => 'Telemig Celular', + 55379939 => 'Telemig Celular', + 55379941 => 'Telemig Celular', + 55379942 => 'Telemig Celular', + 55379943 => 'Telemig Celular', + 55379944 => 'Telemig Celular', + 55379945 => 'Telemig Celular', + 55379946 => 'Telemig Celular', + 55379947 => 'Telemig Celular', + 55379948 => 'Telemig Celular', + 55379949 => 'Telemig Celular', + 55379951 => 'Telemig Celular', + 55379952 => 'Telemig Celular', + 55379953 => 'Telemig Celular', + 55379954 => 'Telemig Celular', + 55379955 => 'Telemig Celular', + 55379956 => 'Telemig Celular', + 55379957 => 'Telemig Celular', + 55379958 => 'Telemig Celular', + 55379959 => 'Telemig Celular', + 55379961 => 'Telemig Celular', + 55379962 => 'Telemig Celular', + 55379963 => 'Telemig Celular', + 55379964 => 'Telemig Celular', + 55379965 => 'Telemig Celular', + 55379966 => 'Telemig Celular', + 55379967 => 'Telemig Celular', + 55379968 => 'Telemig Celular', + 55379969 => 'Telemig Celular', + 5537998 => 'Telemig Celular', + 55379991 => 'Telemig Celular', + 55379992 => 'Telemig Celular', + 55379993 => 'Telemig Celular', + 55379994 => 'Telemig Celular', + 55379995 => 'Telemig Celular', + 55379996 => 'Telemig Celular', + 55379997 => 'Telemig Celular', + 55379998 => 'Telemig Celular', + 55379999 => 'Telemig Celular', + 55388401 => 'Claro BR', + 55388402 => 'Claro BR', + 55388403 => 'Claro BR', + 55388404 => 'Claro BR', + 55388405 => 'Claro BR', + 55388406 => 'Claro BR', + 55388407 => 'Claro BR', + 55388408 => 'Claro BR', + 55388409 => 'Claro BR', + 55388411 => 'Claro BR', + 55388412 => 'Claro BR', + 55388413 => 'Claro BR', + 55388414 => 'Claro BR', + 55388415 => 'Claro BR', + 55388416 => 'Claro BR', + 55388417 => 'Claro BR', + 55388418 => 'Claro BR', + 55388419 => 'Claro BR', + 55388421 => 'Claro BR', + 55388422 => 'Claro BR', + 55388423 => 'Claro BR', + 55388424 => 'Claro BR', + 55388425 => 'Claro BR', + 55388426 => 'Claro BR', + 55388427 => 'Claro BR', + 55388428 => 'Claro BR', + 55388429 => 'Claro BR', + 55388431 => 'Claro BR', + 55388432 => 'Claro BR', + 55388433 => 'Claro BR', + 55388434 => 'Claro BR', + 55388435 => 'Claro BR', + 55388436 => 'Claro BR', + 55388437 => 'Claro BR', + 553885 => 'Oi', + 553886 => 'Oi', + 553887 => 'Oi', + 553888 => 'Oi', + 553889 => 'Oi', + 55389101 => 'TIM', + 55389102 => 'TIM', + 55389103 => 'TIM', + 55389104 => 'TIM', + 55389105 => 'TIM', + 55389106 => 'TIM', + 55389107 => 'TIM', + 55389108 => 'TIM', + 55389109 => 'TIM', + 55389111 => 'TIM', + 55389112 => 'TIM', + 55389113 => 'TIM', + 55389114 => 'TIM', + 55389115 => 'TIM', + 55389116 => 'TIM', + 55389117 => 'TIM', + 55389118 => 'TIM', + 55389119 => 'TIM', + 55389121 => 'TIM', + 55389122 => 'TIM', + 55389123 => 'TIM', + 55389124 => 'TIM', + 55389125 => 'TIM', + 55389126 => 'TIM', + 55389127 => 'TIM', + 55389128 => 'TIM', + 55389129 => 'TIM', + 55389131 => 'TIM', + 55389132 => 'TIM', + 55389133 => 'TIM', + 55389134 => 'TIM', + 55389135 => 'TIM', + 55389136 => 'TIM', + 55389137 => 'TIM', + 55389138 => 'TIM', + 55389139 => 'TIM', + 55389141 => 'TIM', + 55389142 => 'TIM', + 55389143 => 'TIM', + 55389144 => 'TIM', + 55389145 => 'TIM', + 55389146 => 'TIM', + 55389147 => 'TIM', + 55389148 => 'TIM', + 55389149 => 'TIM', + 55389151 => 'TIM', + 55389152 => 'TIM', + 55389153 => 'TIM', + 55389154 => 'TIM', + 55389155 => 'TIM', + 55389156 => 'TIM', + 55389157 => 'TIM', + 55389158 => 'TIM', + 55389159 => 'TIM', + 55389161 => 'TIM', + 55389162 => 'TIM', + 55389163 => 'TIM', + 55389164 => 'TIM', + 55389165 => 'TIM', + 55389166 => 'TIM', + 55389167 => 'TIM', + 55389168 => 'TIM', + 55389169 => 'TIM', + 55389171 => 'TIM', + 55389172 => 'TIM', + 55389173 => 'TIM', + 55389174 => 'TIM', + 55389175 => 'TIM', + 55389176 => 'TIM', + 55389177 => 'TIM', + 55389178 => 'TIM', + 55389179 => 'TIM', + 55389181 => 'TIM', + 55389182 => 'TIM', + 55389183 => 'TIM', + 55389184 => 'TIM', + 55389191 => 'TIM', + 55389192 => 'TIM', + 55389193 => 'TIM', + 55389194 => 'TIM', + 55389195 => 'TIM', + 55389196 => 'TIM', + 55389197 => 'TIM', + 55389801 => 'Telemig Celular', + 55389802 => 'Telemig Celular', + 55389803 => 'Telemig Celular', + 55389804 => 'Telemig Celular', + 55389805 => 'Telemig Celular', + 55389806 => 'Telemig Celular', + 55389807 => 'Telemig Celular', + 55389808 => 'Telemig Celular', + 55389809 => 'Telemig Celular', + 55389810 => 'Telemig Celular', + 55389901 => 'Telemig Celular', + 55389902 => 'Telemig Celular', + 55389903 => 'Telemig Celular', + 55389904 => 'Telemig Celular', + 55389905 => 'Telemig Celular', + 55389906 => 'Telemig Celular', + 55389907 => 'Telemig Celular', + 55389908 => 'Telemig Celular', + 55389909 => 'Telemig Celular', + 5538991 => 'Telemig Celular', + 5538992 => 'Telemig Celular', + 5538993 => 'Telemig Celular', + 5538994 => 'Telemig Celular', + 5538995 => 'Telemig Celular', + 5538996 => 'Telemig Celular', + 5538997 => 'Telemig Celular', + 5538998 => 'Telemig Celular', + 55389990 => 'Telemig Celular', + 55389991 => 'Telemig Celular', + 55389992 => 'Telemig Celular', + 55389993 => 'Telemig Celular', + 55389995 => 'Telemig Celular', + 55389996 => 'Telemig Celular', + 55389997 => 'Telemig Celular', + 55389998 => 'Telemig Celular', + 55389999 => 'Telemig Celular', + 55418401 => 'Brasil Telecom GSM', + 55418402 => 'Brasil Telecom GSM', + 55418403 => 'Brasil Telecom GSM', + 55418404 => 'Brasil Telecom GSM', + 55418405 => 'Brasil Telecom GSM', + 55418406 => 'Brasil Telecom GSM', + 55418407 => 'Brasil Telecom GSM', + 55418408 => 'Brasil Telecom GSM', + 55418409 => 'Brasil Telecom GSM', + 55418411 => 'Brasil Telecom GSM', + 55418412 => 'Brasil Telecom GSM', + 55418413 => 'Brasil Telecom GSM', + 55418414 => 'Brasil Telecom GSM', + 55418415 => 'Brasil Telecom GSM', + 55418416 => 'Brasil Telecom GSM', + 55418417 => 'Brasil Telecom GSM', + 55418418 => 'Brasil Telecom GSM', + 55418419 => 'Brasil Telecom GSM', + 55418421 => 'Brasil Telecom GSM', + 55418422 => 'Brasil Telecom GSM', + 55418423 => 'Brasil Telecom GSM', + 55418424 => 'Brasil Telecom GSM', + 55418425 => 'Brasil Telecom GSM', + 55418426 => 'Brasil Telecom GSM', + 55418427 => 'Brasil Telecom GSM', + 55418428 => 'Brasil Telecom GSM', + 55418429 => 'Brasil Telecom GSM', + 55418431 => 'Brasil Telecom GSM', + 55418432 => 'Brasil Telecom GSM', + 55418433 => 'Brasil Telecom GSM', + 55418434 => 'Brasil Telecom GSM', + 55418435 => 'Brasil Telecom GSM', + 55418436 => 'Brasil Telecom GSM', + 55418437 => 'Brasil Telecom GSM', + 55418438 => 'Brasil Telecom GSM', + 55418439 => 'Brasil Telecom GSM', + 55418441 => 'Brasil Telecom GSM', + 55418442 => 'Brasil Telecom GSM', + 55418443 => 'Brasil Telecom GSM', + 55418444 => 'Brasil Telecom GSM', + 55418445 => 'Brasil Telecom GSM', + 55418446 => 'Brasil Telecom GSM', + 55418447 => 'Brasil Telecom GSM', + 55418448 => 'Brasil Telecom GSM', + 55418449 => 'Brasil Telecom GSM', + 55418451 => 'Brasil Telecom GSM', + 55418452 => 'Brasil Telecom GSM', + 55418453 => 'Brasil Telecom GSM', + 55418454 => 'Brasil Telecom GSM', + 55418455 => 'Brasil Telecom GSM', + 55418456 => 'Brasil Telecom GSM', + 55418457 => 'Brasil Telecom GSM', + 55418458 => 'Brasil Telecom GSM', + 55418459 => 'Brasil Telecom GSM', + 55418461 => 'Brasil Telecom GSM', + 55418462 => 'Brasil Telecom GSM', + 55418463 => 'Brasil Telecom GSM', + 55418464 => 'Brasil Telecom GSM', + 55418465 => 'Brasil Telecom GSM', + 55418466 => 'Brasil Telecom GSM', + 55418467 => 'Brasil Telecom GSM', + 55418468 => 'Brasil Telecom GSM', + 55418469 => 'Brasil Telecom GSM', + 55418471 => 'Brasil Telecom GSM', + 55418472 => 'Brasil Telecom GSM', + 55418473 => 'Brasil Telecom GSM', + 55418474 => 'Brasil Telecom GSM', + 55418475 => 'Brasil Telecom GSM', + 55418476 => 'Brasil Telecom GSM', + 55418477 => 'Brasil Telecom GSM', + 55418478 => 'Brasil Telecom GSM', + 5541870 => 'Claro BR', + 5541871 => 'Claro BR', + 5541872 => 'Claro BR', + 5541873 => 'Claro BR', + 5541874 => 'Claro BR', + 55418750 => 'Claro BR', + 55418751 => 'Claro BR', + 55418752 => 'Claro BR', + 554188 => 'Claro BR', + 5541910 => 'Vivo', + 55419111 => 'Vivo', + 55419112 => 'Vivo', + 55419113 => 'Vivo', + 55419114 => 'Vivo', + 55419115 => 'Vivo', + 55419116 => 'Vivo', + 55419117 => 'Vivo', + 55419118 => 'Vivo', + 55419119 => 'Vivo', + 55419121 => 'Vivo', + 55419122 => 'Vivo', + 55419123 => 'Vivo', + 55419124 => 'Vivo', + 55419125 => 'Vivo', + 55419126 => 'Vivo', + 55419127 => 'Vivo', + 55419128 => 'Vivo', + 55419129 => 'Vivo', + 55419131 => 'Vivo', + 55419132 => 'Vivo', + 55419133 => 'Vivo', + 55419134 => 'Vivo', + 55419135 => 'Vivo', + 55419136 => 'Vivo', + 55419137 => 'Vivo', + 55419138 => 'Vivo', + 55419139 => 'Vivo', + 55419141 => 'Vivo', + 55419142 => 'Vivo', + 55419143 => 'Vivo', + 55419144 => 'Vivo', + 55419145 => 'Vivo', + 55419146 => 'Vivo', + 55419147 => 'Vivo', + 55419148 => 'Vivo', + 55419149 => 'Vivo', + 55419151 => 'Vivo', + 55419152 => 'Vivo', + 55419153 => 'Vivo', + 55419154 => 'Vivo', + 55419155 => 'Vivo', + 55419156 => 'Vivo', + 55419157 => 'Vivo', + 55419158 => 'Vivo', + 55419159 => 'Vivo', + 55419161 => 'Vivo', + 55419162 => 'Vivo', + 55419163 => 'Vivo', + 55419164 => 'Vivo', + 55419165 => 'Vivo', + 55419166 => 'Vivo', + 55419167 => 'Vivo', + 55419168 => 'Vivo', + 55419169 => 'Vivo', + 55419171 => 'Vivo', + 55419172 => 'Vivo', + 55419173 => 'Vivo', + 55419174 => 'Vivo', + 55419175 => 'Vivo', + 55419176 => 'Vivo', + 55419177 => 'Vivo', + 55419178 => 'Vivo', + 55419179 => 'Vivo', + 55419181 => 'Vivo', + 55419182 => 'Vivo', + 55419183 => 'Vivo', + 55419184 => 'Vivo', + 55419185 => 'Vivo', + 55419186 => 'Vivo', + 55419187 => 'Vivo', + 55419188 => 'Vivo', + 55419189 => 'Vivo', + 55419191 => 'Vivo', + 55419192 => 'Vivo', + 55419193 => 'Vivo', + 55419194 => 'Vivo', + 55419195 => 'Vivo', + 55419196 => 'Vivo', + 55419197 => 'Vivo', + 55419198 => 'Vivo', + 55419199 => 'Vivo', + 55419201 => 'Vivo', + 55419202 => 'Vivo', + 55419203 => 'Vivo', + 55419204 => 'Vivo', + 55419205 => 'Vivo', + 55419206 => 'Vivo', + 55419207 => 'Vivo', + 55419208 => 'Vivo', + 55419209 => 'Vivo', + 55419211 => 'Vivo', + 55419212 => 'Vivo', + 55419213 => 'Vivo', + 55419214 => 'Vivo', + 55419215 => 'Vivo', + 55419216 => 'Vivo', + 55419217 => 'Vivo', + 55419218 => 'Vivo', + 55419219 => 'Vivo', + 55419221 => 'Vivo', + 55419222 => 'Vivo', + 55419223 => 'Vivo', + 55419224 => 'Vivo', + 55419225 => 'Vivo', + 55419226 => 'Vivo', + 55419227 => 'Vivo', + 55419228 => 'Vivo', + 55419229 => 'Vivo', + 55419231 => 'Vivo', + 55419232 => 'Vivo', + 55419233 => 'Vivo', + 55419234 => 'Vivo', + 55419235 => 'Vivo', + 55419236 => 'Vivo', + 55419237 => 'Vivo', + 55419238 => 'Vivo', + 55419239 => 'Vivo', + 55419241 => 'Vivo', + 55419242 => 'Vivo', + 55419243 => 'Vivo', + 55419244 => 'Vivo', + 55419245 => 'Vivo', + 55419246 => 'Vivo', + 55419247 => 'Vivo', + 55419248 => 'Vivo', + 55419249 => 'Vivo', + 55419251 => 'Vivo', + 55419252 => 'Vivo', + 55419253 => 'Vivo', + 55419254 => 'Vivo', + 55419255 => 'Vivo', + 55419256 => 'Vivo', + 55419257 => 'Vivo', + 55419258 => 'Vivo', + 55419259 => 'Vivo', + 55419261 => 'Vivo', + 55419262 => 'Vivo', + 55419263 => 'Vivo', + 55419264 => 'Vivo', + 55419265 => 'Vivo', + 55419266 => 'Vivo', + 554196 => 'TIM', + 55419800 => 'TIM', + 55419801 => 'TIM', + 55419802 => 'TIM', + 55419803 => 'TIM', + 55419804 => 'TIM', + 554199 => 'TIM', + 55428401 => 'Brasil Telecom GSM', + 55428402 => 'Brasil Telecom GSM', + 55428403 => 'Brasil Telecom GSM', + 55428404 => 'Brasil Telecom GSM', + 55428405 => 'Brasil Telecom GSM', + 55428406 => 'Brasil Telecom GSM', + 55428407 => 'Brasil Telecom GSM', + 55428408 => 'Brasil Telecom GSM', + 55428409 => 'Brasil Telecom GSM', + 55428411 => 'Brasil Telecom GSM', + 55428412 => 'Brasil Telecom GSM', + 55428413 => 'Brasil Telecom GSM', + 55428414 => 'Brasil Telecom GSM', + 55428415 => 'Brasil Telecom GSM', + 55428416 => 'Brasil Telecom GSM', + 55428417 => 'Brasil Telecom GSM', + 5542880 => 'Claro BR', + 5542881 => 'Claro BR', + 5542882 => 'Claro BR', + 5542883 => 'Claro BR', + 5542884 => 'Claro BR', + 5542885 => 'Claro BR', + 5542886 => 'Claro BR', + 55428870 => 'Claro BR', + 55428871 => 'Claro BR', + 55428872 => 'Claro BR', + 55428873 => 'Claro BR', + 55428874 => 'Claro BR', + 5542910 => 'Vivo', + 55429111 => 'Vivo', + 55429112 => 'Vivo', + 55429113 => 'Vivo', + 55429114 => 'Vivo', + 55429115 => 'Vivo', + 55429116 => 'Vivo', + 55429117 => 'Vivo', + 55429118 => 'Vivo', + 55429119 => 'Vivo', + 55429121 => 'Vivo', + 55429122 => 'Vivo', + 55429123 => 'Vivo', + 55429124 => 'Vivo', + 55429125 => 'Vivo', + 55429126 => 'Vivo', + 55429127 => 'Vivo', + 55429128 => 'Vivo', + 55429129 => 'Vivo', + 55429131 => 'Vivo', + 55429132 => 'Vivo', + 55429133 => 'Vivo', + 55429134 => 'Vivo', + 55429135 => 'Vivo', + 55429136 => 'Vivo', + 55429137 => 'Vivo', + 55429138 => 'Vivo', + 55429139 => 'Vivo', + 55429141 => 'Vivo', + 55429142 => 'Vivo', + 55429143 => 'Vivo', + 55429144 => 'Vivo', + 55429145 => 'Vivo', + 55429146 => 'Vivo', + 55429147 => 'Vivo', + 55429148 => 'Vivo', + 55429149 => 'Vivo', + 55429151 => 'Vivo', + 55429152 => 'Vivo', + 55429153 => 'Vivo', + 55429154 => 'Vivo', + 55429155 => 'Vivo', + 55429156 => 'Vivo', + 55429157 => 'Vivo', + 55429158 => 'Vivo', + 55429159 => 'Vivo', + 55429161 => 'Vivo', + 55429162 => 'Vivo', + 55429163 => 'Vivo', + 55429164 => 'Vivo', + 55429165 => 'Vivo', + 55429166 => 'Vivo', + 55429901 => 'TIM', + 55429902 => 'TIM', + 55429903 => 'TIM', + 55429904 => 'TIM', + 55429905 => 'TIM', + 55429906 => 'TIM', + 55429907 => 'TIM', + 55429908 => 'TIM', + 55429911 => 'TIM', + 55429912 => 'TIM', + 55429913 => 'TIM', + 55429914 => 'TIM', + 55429915 => 'TIM', + 55429916 => 'TIM', + 55429917 => 'TIM', + 55429918 => 'TIM', + 55429919 => 'TIM', + 55429921 => 'TIM', + 55429922 => 'TIM', + 55429923 => 'TIM', + 55429924 => 'TIM', + 55429925 => 'TIM', + 55429926 => 'TIM', + 55429927 => 'TIM', + 55429928 => 'TIM', + 55429929 => 'TIM', + 55429931 => 'TIM', + 55429932 => 'TIM', + 55429933 => 'TIM', + 55429934 => 'TIM', + 55429935 => 'TIM', + 55429936 => 'TIM', + 55429937 => 'TIM', + 55429938 => 'TIM', + 55429939 => 'TIM', + 55429941 => 'TIM', + 55429942 => 'TIM', + 55429943 => 'TIM', + 55429944 => 'TIM', + 55429945 => 'TIM', + 55429946 => 'TIM', + 55429947 => 'TIM', + 55429948 => 'TIM', + 55429949 => 'TIM', + 55429961 => 'TIM', + 55429962 => 'TIM', + 55429963 => 'TIM', + 55429964 => 'TIM', + 55429965 => 'TIM', + 55429966 => 'TIM', + 55429967 => 'TIM', + 55429969 => 'TIM', + 55429971 => 'TIM', + 55429972 => 'TIM', + 55429973 => 'TIM', + 55429974 => 'TIM', + 55429975 => 'TIM', + 55429976 => 'TIM', + 55429977 => 'TIM', + 55429978 => 'TIM', + 55429979 => 'TIM', + 55429981 => 'TIM', + 55429982 => 'TIM', + 55438111 => 'TIM', + 55438401 => 'Brasil Telecom GSM', + 55438402 => 'Brasil Telecom GSM', + 55438403 => 'Brasil Telecom GSM', + 55438404 => 'Brasil Telecom GSM', + 55438405 => 'Brasil Telecom GSM', + 55438406 => 'Brasil Telecom GSM', + 55438407 => 'Brasil Telecom GSM', + 55438408 => 'Brasil Telecom GSM', + 55438409 => 'Brasil Telecom GSM', + 55438411 => 'Brasil Telecom GSM', + 55438412 => 'Brasil Telecom GSM', + 55438413 => 'Brasil Telecom GSM', + 55438414 => 'Brasil Telecom GSM', + 55438415 => 'Brasil Telecom GSM', + 55438416 => 'Brasil Telecom GSM', + 55438417 => 'Brasil Telecom GSM', + 55438418 => 'Brasil Telecom GSM', + 55438419 => 'Brasil Telecom GSM', + 55438421 => 'Brasil Telecom GSM', + 55438422 => 'Brasil Telecom GSM', + 55438423 => 'Brasil Telecom GSM', + 55438424 => 'Brasil Telecom GSM', + 55438425 => 'Brasil Telecom GSM', + 55438426 => 'Brasil Telecom GSM', + 55438427 => 'Brasil Telecom GSM', + 55438428 => 'Brasil Telecom GSM', + 55438429 => 'Brasil Telecom GSM', + 55438431 => 'Brasil Telecom GSM', + 55438432 => 'Brasil Telecom GSM', + 55438433 => 'Brasil Telecom GSM', + 55438434 => 'Brasil Telecom GSM', + 55438435 => 'Brasil Telecom GSM', + 5543880 => 'Claro BR', + 5543881 => 'Claro BR', + 5543882 => 'Claro BR', + 5543883 => 'Claro BR', + 5543884 => 'Claro BR', + 55438850 => 'Claro BR', + 55438851 => 'Claro BR', + 55438852 => 'Claro BR', + 5543910 => 'Vivo', + 55439111 => 'Vivo', + 55439112 => 'Vivo', + 55439113 => 'Vivo', + 55439114 => 'Vivo', + 55439115 => 'Vivo', + 55439116 => 'Vivo', + 55439117 => 'Vivo', + 55439118 => 'Vivo', + 55439119 => 'Vivo', + 55439121 => 'Vivo', + 55439122 => 'Vivo', + 55439123 => 'Vivo', + 55439124 => 'Vivo', + 55439125 => 'Vivo', + 55439126 => 'Vivo', + 55439127 => 'Vivo', + 55439128 => 'Vivo', + 55439129 => 'Vivo', + 55439131 => 'Vivo', + 55439132 => 'Vivo', + 55439133 => 'Vivo', + 55439134 => 'Vivo', + 55439135 => 'Vivo', + 55439136 => 'Vivo', + 55439137 => 'Vivo', + 55439138 => 'Vivo', + 55439139 => 'Vivo', + 55439141 => 'Vivo', + 55439142 => 'Vivo', + 55439143 => 'Vivo', + 55439144 => 'Vivo', + 55439145 => 'Vivo', + 55439146 => 'Vivo', + 55439147 => 'Vivo', + 55439148 => 'Vivo', + 55439149 => 'Vivo', + 55439151 => 'Vivo', + 55439152 => 'Vivo', + 55439153 => 'Vivo', + 55439154 => 'Vivo', + 55439155 => 'Vivo', + 55439156 => 'Vivo', + 55439157 => 'Vivo', + 55439158 => 'Vivo', + 55439159 => 'Vivo', + 55439161 => 'Vivo', + 55439162 => 'Vivo', + 55439163 => 'Vivo', + 55439164 => 'Vivo', + 55439165 => 'Vivo', + 55439166 => 'Vivo', + 55439167 => 'Vivo', + 55439168 => 'Vivo', + 55439169 => 'Vivo', + 55439171 => 'Vivo', + 55439172 => 'Vivo', + 55439173 => 'Vivo', + 55439174 => 'Vivo', + 55439175 => 'Vivo', + 55439176 => 'Vivo', + 55439177 => 'Vivo', + 55439178 => 'Vivo', + 55439179 => 'Vivo', + 55439181 => 'Vivo', + 55439182 => 'Vivo', + 55439183 => 'Vivo', + 55439184 => 'Vivo', + 55439185 => 'Vivo', + 55439186 => 'Vivo', + 55439187 => 'Vivo', + 55439188 => 'Vivo', + 55439189 => 'Vivo', + 55439191 => 'Vivo', + 55439192 => 'Vivo', + 55439193 => 'Vivo', + 55439194 => 'Vivo', + 55439195 => 'Vivo', + 5543960 => 'TIM', + 55439610 => 'TIM', + 55439611 => 'TIM', + 55439612 => 'TIM', + 5543990 => 'TIM', + 5543991 => 'TIM', + 5543992 => 'TIM', + 55439930 => 'TIM', + 55439931 => 'TIM', + 55439932 => 'TIM', + 55439933 => 'TIM', + 55439934 => 'TIM', + 55439935 => 'TIM', + 55439936 => 'TIM', + 55439937 => 'TIM', + 55439938 => 'TIM', + 554399396 => 'TIM', + 554399397 => 'TIM', + 554399398 => 'TIM', + 554399399 => 'TIM', + 5543995 => 'TIM', + 5543996 => 'TIM', + 5543997 => 'TIM', + 5543998 => 'TIM', + 55448401 => 'Brasil Telecom GSM', + 55448402 => 'Brasil Telecom GSM', + 55448403 => 'Brasil Telecom GSM', + 55448404 => 'Brasil Telecom GSM', + 55448405 => 'Brasil Telecom GSM', + 55448406 => 'Brasil Telecom GSM', + 55448407 => 'Brasil Telecom GSM', + 55448408 => 'Brasil Telecom GSM', + 55448409 => 'Brasil Telecom GSM', + 55448411 => 'Brasil Telecom GSM', + 55448412 => 'Brasil Telecom GSM', + 55448413 => 'Brasil Telecom GSM', + 55448414 => 'Brasil Telecom GSM', + 55448415 => 'Brasil Telecom GSM', + 55448416 => 'Brasil Telecom GSM', + 55448417 => 'Brasil Telecom GSM', + 55448418 => 'Brasil Telecom GSM', + 55448419 => 'Brasil Telecom GSM', + 55448421 => 'Brasil Telecom GSM', + 55448422 => 'Brasil Telecom GSM', + 55448423 => 'Brasil Telecom GSM', + 55448424 => 'Brasil Telecom GSM', + 55448425 => 'Brasil Telecom GSM', + 55448426 => 'Brasil Telecom GSM', + 55448427 => 'Brasil Telecom GSM', + 55448428 => 'Brasil Telecom GSM', + 55448429 => 'Brasil Telecom GSM', + 5544880 => 'Claro BR', + 5544881 => 'Claro BR', + 5544882 => 'Claro BR', + 5544883 => 'Claro BR', + 5544884 => 'Claro BR', + 5544885 => 'Claro BR', + 55448860 => 'Claro BR', + 5544910 => 'Vivo', + 55449111 => 'Vivo', + 55449112 => 'Vivo', + 55449113 => 'Vivo', + 55449114 => 'Vivo', + 55449115 => 'Vivo', + 55449116 => 'Vivo', + 55449117 => 'Vivo', + 55449118 => 'Vivo', + 55449119 => 'Vivo', + 55449121 => 'Vivo', + 55449122 => 'Vivo', + 55449123 => 'Vivo', + 55449124 => 'Vivo', + 55449125 => 'Vivo', + 55449126 => 'Vivo', + 55449127 => 'Vivo', + 55449128 => 'Vivo', + 55449129 => 'Vivo', + 55449131 => 'Vivo', + 55449132 => 'Vivo', + 55449133 => 'Vivo', + 55449134 => 'Vivo', + 55449135 => 'Vivo', + 55449136 => 'Vivo', + 55449137 => 'Vivo', + 55449138 => 'Vivo', + 55449139 => 'Vivo', + 55449141 => 'Vivo', + 55449142 => 'Vivo', + 55449143 => 'Vivo', + 55449144 => 'Vivo', + 55449145 => 'Vivo', + 55449146 => 'Vivo', + 55449147 => 'Vivo', + 55449148 => 'Vivo', + 55449149 => 'Vivo', + 55449151 => 'Vivo', + 55449152 => 'Vivo', + 55449153 => 'Vivo', + 55449154 => 'Vivo', + 55449155 => 'Vivo', + 55449156 => 'Vivo', + 55449157 => 'Vivo', + 55449158 => 'Vivo', + 55449159 => 'Vivo', + 55449161 => 'Vivo', + 55449162 => 'Vivo', + 55449163 => 'Vivo', + 55449164 => 'Vivo', + 55449165 => 'Vivo', + 55449166 => 'Vivo', + 55449167 => 'Vivo', + 55449168 => 'Vivo', + 55449169 => 'Vivo', + 55449171 => 'Vivo', + 55449172 => 'Vivo', + 55449173 => 'Vivo', + 55449174 => 'Vivo', + 554499 => 'TIM', + 55458401 => 'Brasil Telecom GSM', + 55458402 => 'Brasil Telecom GSM', + 55458403 => 'Brasil Telecom GSM', + 55458404 => 'Brasil Telecom GSM', + 55458405 => 'Brasil Telecom GSM', + 55458406 => 'Brasil Telecom GSM', + 55458407 => 'Brasil Telecom GSM', + 55458408 => 'Brasil Telecom GSM', + 55458409 => 'Brasil Telecom GSM', + 55458411 => 'Brasil Telecom GSM', + 55458412 => 'Brasil Telecom GSM', + 55458413 => 'Brasil Telecom GSM', + 55458414 => 'Brasil Telecom GSM', + 55458415 => 'Brasil Telecom GSM', + 55458416 => 'Brasil Telecom GSM', + 55458417 => 'Brasil Telecom GSM', + 55458418 => 'Brasil Telecom GSM', + 55458801 => 'Claro BR', + 55458802 => 'Claro BR', + 55458803 => 'Claro BR', + 55458804 => 'Claro BR', + 55458805 => 'Claro BR', + 55458806 => 'Claro BR', + 55458807 => 'Claro BR', + 55458808 => 'Claro BR', + 55458809 => 'Claro BR', + 55458811 => 'Claro BR', + 55458812 => 'Claro BR', + 55458813 => 'Claro BR', + 55458814 => 'Claro BR', + 55458815 => 'Claro BR', + 55458816 => 'Claro BR', + 55458817 => 'Claro BR', + 55458818 => 'Claro BR', + 55458819 => 'Claro BR', + 55458821 => 'Claro BR', + 55458822 => 'Claro BR', + 55458823 => 'Claro BR', + 55458824 => 'Claro BR', + 55458825 => 'Claro BR', + 55458826 => 'Claro BR', + 55458827 => 'Claro BR', + 55458828 => 'Claro BR', + 55458829 => 'Claro BR', + 55458831 => 'Claro BR', + 55458832 => 'Claro BR', + 55458833 => 'Claro BR', + 55458834 => 'Claro BR', + 55458835 => 'Claro BR', + 55458836 => 'Claro BR', + 55458837 => 'Claro BR', + 55458838 => 'Claro BR', + 55458839 => 'Claro BR', + 55458841 => 'Claro BR', + 55458842 => 'Claro BR', + 5545910 => 'Vivo', + 55459111 => 'Vivo', + 55459112 => 'Vivo', + 55459113 => 'Vivo', + 55459114 => 'Vivo', + 55459115 => 'Vivo', + 55459116 => 'Vivo', + 55459117 => 'Vivo', + 55459118 => 'Vivo', + 55459119 => 'Vivo', + 55459121 => 'Vivo', + 55459122 => 'Vivo', + 55459123 => 'Vivo', + 55459124 => 'Vivo', + 55459125 => 'Vivo', + 55459126 => 'Vivo', + 55459127 => 'Vivo', + 55459128 => 'Vivo', + 55459129 => 'Vivo', + 55459131 => 'Vivo', + 55459132 => 'Vivo', + 55459133 => 'Vivo', + 55459134 => 'Vivo', + 55459135 => 'Vivo', + 55459136 => 'Vivo', + 55459137 => 'Vivo', + 55459138 => 'Vivo', + 55459139 => 'Vivo', + 55459141 => 'Vivo', + 55459142 => 'Vivo', + 55459143 => 'Vivo', + 55459144 => 'Vivo', + 55459145 => 'Vivo', + 55459146 => 'Vivo', + 55459147 => 'Vivo', + 55459148 => 'Vivo', + 55459149 => 'Vivo', + 55459151 => 'Vivo', + 55459152 => 'Vivo', + 55459153 => 'Vivo', + 55459154 => 'Vivo', + 55459155 => 'Vivo', + 55459156 => 'Vivo', + 55459157 => 'Vivo', + 55459158 => 'Vivo', + 55459911 => 'TIM', + 55459912 => 'TIM', + 55459913 => 'TIM', + 55459914 => 'TIM', + 55459915 => 'TIM', + 55459916 => 'TIM', + 55459917 => 'TIM', + 55459918 => 'TIM', + 55459919 => 'TIM', + 55459921 => 'TIM', + 55459922 => 'TIM', + 55459923 => 'TIM', + 55459924 => 'TIM', + 55459925 => 'TIM', + 55459926 => 'TIM', + 55459927 => 'TIM', + 55459928 => 'TIM', + 55459929 => 'TIM', + 55459931 => 'TIM', + 55459932 => 'TIM', + 55459933 => 'TIM', + 55459934 => 'TIM', + 55459935 => 'TIM', + 55459936 => 'TIM', + 55459937 => 'TIM', + 55459938 => 'TIM', + 55459939 => 'TIM', + 55459941 => 'TIM', + 55459942 => 'TIM', + 55459943 => 'TIM', + 55459944 => 'TIM', + 55459945 => 'TIM', + 55459946 => 'TIM', + 55459947 => 'TIM', + 55459948 => 'TIM', + 55459949 => 'TIM', + 55459951 => 'TIM', + 55459952 => 'TIM', + 55459953 => 'TIM', + 55459954 => 'TIM', + 55459961 => 'TIM', + 55459962 => 'TIM', + 55459963 => 'TIM', + 55459964 => 'TIM', + 55459965 => 'TIM', + 55459966 => 'TIM', + 55459967 => 'TIM', + 55459968 => 'TIM', + 55459969 => 'TIM', + 55459971 => 'TIM', + 55459972 => 'TIM', + 55459973 => 'TIM', + 55459974 => 'TIM', + 55459975 => 'TIM', + 55459976 => 'TIM', + 55459977 => 'TIM', + 55459978 => 'TIM', + 55459979 => 'TIM', + 55459981 => 'TIM', + 55459982 => 'TIM', + 55459983 => 'TIM', + 55459984 => 'TIM', + 55468401 => 'Brasil Telecom GSM', + 55468402 => 'Brasil Telecom GSM', + 55468403 => 'Brasil Telecom GSM', + 55468404 => 'Brasil Telecom GSM', + 55468405 => 'Brasil Telecom GSM', + 55468406 => 'Brasil Telecom GSM', + 55468407 => 'Brasil Telecom GSM', + 55468801 => 'Claro BR', + 55468802 => 'Claro BR', + 55468803 => 'Claro BR', + 55468804 => 'Claro BR', + 55468805 => 'Claro BR', + 55468806 => 'Claro BR', + 55468807 => 'Claro BR', + 55468808 => 'Claro BR', + 55468809 => 'Claro BR', + 5546881 => 'Claro BR', + 55468821 => 'Claro BR', + 55468822 => 'Claro BR', + 55468823 => 'Claro BR', + 55468824 => 'Claro BR', + 55468825 => 'Claro BR', + 55468826 => 'Claro BR', + 55468827 => 'Claro BR', + 5546910 => 'Vivo', + 55469111 => 'Vivo', + 55469112 => 'Vivo', + 55469113 => 'Vivo', + 55469114 => 'Vivo', + 55469115 => 'Vivo', + 55469116 => 'Vivo', + 55469117 => 'Vivo', + 55469118 => 'Vivo', + 55469119 => 'Vivo', + 55469121 => 'Vivo', + 55469122 => 'Vivo', + 55469123 => 'Vivo', + 55469124 => 'Vivo', + 55469125 => 'Vivo', + 55469126 => 'Vivo', + 55469127 => 'Vivo', + 55469128 => 'Vivo', + 55469129 => 'Vivo', + 55469131 => 'Vivo', + 55469132 => 'Vivo', + 55469911 => 'TIM', + 55469912 => 'TIM', + 55469913 => 'TIM', + 55469914 => 'TIM', + 55469915 => 'TIM', + 55469916 => 'TIM', + 55469917 => 'TIM', + 55469918 => 'TIM', + 55469919 => 'TIM', + 55469921 => 'TIM', + 55469922 => 'TIM', + 55469923 => 'TIM', + 55469939 => 'TIM', + 55469971 => 'TIM', + 55469972 => 'TIM', + 55469973 => 'TIM', + 55469974 => 'TIM', + 55469975 => 'TIM', + 55469976 => 'TIM', + 55469978 => 'TIM', + 55478401 => 'Brasil Telecom GSM', + 55478402 => 'Brasil Telecom GSM', + 55478403 => 'Brasil Telecom GSM', + 55478404 => 'Brasil Telecom GSM', + 55478405 => 'Brasil Telecom GSM', + 55478406 => 'Brasil Telecom GSM', + 55478407 => 'Brasil Telecom GSM', + 55478408 => 'Brasil Telecom GSM', + 55478409 => 'Brasil Telecom GSM', + 55478411 => 'Brasil Telecom GSM', + 55478412 => 'Brasil Telecom GSM', + 55478413 => 'Brasil Telecom GSM', + 55478414 => 'Brasil Telecom GSM', + 55478415 => 'Brasil Telecom GSM', + 55478416 => 'Brasil Telecom GSM', + 55478417 => 'Brasil Telecom GSM', + 55478418 => 'Brasil Telecom GSM', + 55478419 => 'Brasil Telecom GSM', + 55478421 => 'Brasil Telecom GSM', + 55478422 => 'Brasil Telecom GSM', + 55478423 => 'Brasil Telecom GSM', + 55478424 => 'Brasil Telecom GSM', + 55478425 => 'Brasil Telecom GSM', + 55478426 => 'Brasil Telecom GSM', + 55478427 => 'Brasil Telecom GSM', + 55478428 => 'Brasil Telecom GSM', + 55478429 => 'Brasil Telecom GSM', + 55478431 => 'Brasil Telecom GSM', + 55478432 => 'Brasil Telecom GSM', + 55478433 => 'Brasil Telecom GSM', + 55478434 => 'Brasil Telecom GSM', + 55478435 => 'Brasil Telecom GSM', + 55478436 => 'Brasil Telecom GSM', + 55478437 => 'Brasil Telecom GSM', + 55478438 => 'Brasil Telecom GSM', + 55478439 => 'Brasil Telecom GSM', + 55478441 => 'Brasil Telecom GSM', + 55478442 => 'Brasil Telecom GSM', + 55478443 => 'Brasil Telecom GSM', + 55478444 => 'Brasil Telecom GSM', + 55478445 => 'Brasil Telecom GSM', + 55478446 => 'Brasil Telecom GSM', + 55478447 => 'Brasil Telecom GSM', + 55478448 => 'Brasil Telecom GSM', + 55478449 => 'Brasil Telecom GSM', + 55478451 => 'Brasil Telecom GSM', + 55478452 => 'Brasil Telecom GSM', + 55478453 => 'Brasil Telecom GSM', + 55478454 => 'Brasil Telecom GSM', + 55478455 => 'Brasil Telecom GSM', + 55478456 => 'Brasil Telecom GSM', + 55478457 => 'Brasil Telecom GSM', + 554788 => 'Claro BR', + 55478900 => 'Claro BR', + 55478901 => 'Claro BR', + 554791 => 'Vivo', + 5547920 => 'Vivo', + 5547921 => 'Vivo', + 5547922 => 'Vivo', + 5547923 => 'Vivo', + 55479240 => 'Vivo', + 55479241 => 'Vivo', + 55479242 => 'Vivo', + 55479243 => 'Vivo', + 55479244 => 'Vivo', + 55479245 => 'Vivo', + 55479246 => 'Vivo', + 55479601 => 'TIM', + 55479602 => 'TIM', + 55479603 => 'TIM', + 55479604 => 'TIM', + 55479605 => 'TIM', + 55479606 => 'TIM', + 55479607 => 'TIM', + 55479608 => 'TIM', + 55479609 => 'TIM', + 55479611 => 'TIM', + 55479612 => 'TIM', + 55479613 => 'TIM', + 55479614 => 'TIM', + 55479615 => 'TIM', + 55479616 => 'TIM', + 55479617 => 'TIM', + 55479618 => 'TIM', + 55479619 => 'TIM', + 55479621 => 'TIM', + 55479622 => 'TIM', + 55479623 => 'TIM', + 55479624 => 'TIM', + 55479625 => 'TIM', + 55479626 => 'TIM', + 55479627 => 'TIM', + 55479628 => 'TIM', + 55479629 => 'TIM', + 55479631 => 'TIM', + 55479632 => 'TIM', + 55479633 => 'TIM', + 55479634 => 'TIM', + 55479635 => 'TIM', + 55479636 => 'TIM', + 55479637 => 'TIM', + 55479638 => 'TIM', + 55479651 => 'TIM', + 55479652 => 'TIM', + 55479653 => 'TIM', + 55479654 => 'TIM', + 55479655 => 'TIM', + 55479656 => 'TIM', + 55479657 => 'TIM', + 55479658 => 'TIM', + 55479901 => 'TIM', + 55479902 => 'TIM', + 55479903 => 'TIM', + 55479904 => 'TIM', + 55479905 => 'TIM', + 55479906 => 'TIM', + 55479907 => 'TIM', + 55479909 => 'TIM', + 55479911 => 'TIM', + 55479912 => 'TIM', + 55479913 => 'TIM', + 55479914 => 'TIM', + 55479915 => 'TIM', + 55479916 => 'TIM', + 55479917 => 'TIM', + 55479918 => 'TIM', + 55479919 => 'TIM', + 55479921 => 'TIM', + 55479922 => 'TIM', + 55479923 => 'TIM', + 55479924 => 'TIM', + 55479925 => 'TIM', + 55479926 => 'TIM', + 55479927 => 'TIM', + 55479928 => 'TIM', + 55479929 => 'TIM', + 55479931 => 'TIM', + 55479932 => 'TIM', + 55479933 => 'TIM', + 55479934 => 'TIM', + 55479935 => 'TIM', + 55479936 => 'TIM', + 55479937 => 'TIM', + 55479938 => 'TIM', + 55479939 => 'TIM', + 55479941 => 'TIM', + 55479942 => 'TIM', + 55479943 => 'TIM', + 55479944 => 'TIM', + 55479945 => 'TIM', + 55479946 => 'TIM', + 55479947 => 'TIM', + 55479948 => 'TIM', + 55479949 => 'TIM', + 55479951 => 'TIM', + 55479952 => 'TIM', + 55479953 => 'TIM', + 55479954 => 'TIM', + 55479955 => 'TIM', + 55479956 => 'TIM', + 55479957 => 'TIM', + 55479958 => 'TIM', + 55479959 => 'TIM', + 55479961 => 'TIM', + 55479962 => 'TIM', + 55479963 => 'TIM', + 55479964 => 'TIM', + 55479965 => 'TIM', + 55479966 => 'TIM', + 55479967 => 'TIM', + 55479968 => 'TIM', + 55479969 => 'TIM', + 55479971 => 'TIM', + 55479972 => 'TIM', + 55479973 => 'TIM', + 55479974 => 'TIM', + 55479975 => 'TIM', + 55479976 => 'TIM', + 55479977 => 'TIM', + 55479978 => 'TIM', + 55479979 => 'TIM', + 5547998 => 'TIM', + 55479991 => 'TIM', + 55479992 => 'TIM', + 55479993 => 'TIM', + 55479994 => 'TIM', + 55479995 => 'TIM', + 55479996 => 'TIM', + 55479997 => 'TIM', + 55479998 => 'TIM', + 55488401 => 'Brasil Telecom GSM', + 55488402 => 'Brasil Telecom GSM', + 55488403 => 'Brasil Telecom GSM', + 55488404 => 'Brasil Telecom GSM', + 55488405 => 'Brasil Telecom GSM', + 55488406 => 'Brasil Telecom GSM', + 55488407 => 'Brasil Telecom GSM', + 55488408 => 'Brasil Telecom GSM', + 55488409 => 'Brasil Telecom GSM', + 55488411 => 'Brasil Telecom GSM', + 55488412 => 'Brasil Telecom GSM', + 55488413 => 'Brasil Telecom GSM', + 55488414 => 'Brasil Telecom GSM', + 55488415 => 'Brasil Telecom GSM', + 55488416 => 'Brasil Telecom GSM', + 55488417 => 'Brasil Telecom GSM', + 55488418 => 'Brasil Telecom GSM', + 55488419 => 'Brasil Telecom GSM', + 55488421 => 'Brasil Telecom GSM', + 55488422 => 'Brasil Telecom GSM', + 55488423 => 'Brasil Telecom GSM', + 55488424 => 'Brasil Telecom GSM', + 55488425 => 'Brasil Telecom GSM', + 55488426 => 'Brasil Telecom GSM', + 55488427 => 'Brasil Telecom GSM', + 55488428 => 'Brasil Telecom GSM', + 55488429 => 'Brasil Telecom GSM', + 55488431 => 'Brasil Telecom GSM', + 55488432 => 'Brasil Telecom GSM', + 55488433 => 'Brasil Telecom GSM', + 55488434 => 'Brasil Telecom GSM', + 55488435 => 'Brasil Telecom GSM', + 55488436 => 'Brasil Telecom GSM', + 55488437 => 'Brasil Telecom GSM', + 55488438 => 'Brasil Telecom GSM', + 55488439 => 'Brasil Telecom GSM', + 55488441 => 'Brasil Telecom GSM', + 55488442 => 'Brasil Telecom GSM', + 55488443 => 'Brasil Telecom GSM', + 55488444 => 'Brasil Telecom GSM', + 55488445 => 'Brasil Telecom GSM', + 55488446 => 'Brasil Telecom GSM', + 55488447 => 'Brasil Telecom GSM', + 55488448 => 'Brasil Telecom GSM', + 55488449 => 'Brasil Telecom GSM', + 55488451 => 'Brasil Telecom GSM', + 55488452 => 'Brasil Telecom GSM', + 5548880 => 'Claro BR', + 5548881 => 'Claro BR', + 5548882 => 'Claro BR', + 5548883 => 'Claro BR', + 5548884 => 'Claro BR', + 5548885 => 'Claro BR', + 55488860 => 'Claro BR', + 55488861 => 'Claro BR', + 55488862 => 'Claro BR', + 55488863 => 'Claro BR', + 55488864 => 'Claro BR', + 55488865 => 'Claro BR', + 55488866 => 'Claro BR', + 5548910 => 'Vivo', + 55489111 => 'Vivo', + 55489112 => 'Vivo', + 55489113 => 'Vivo', + 55489114 => 'Vivo', + 55489115 => 'Vivo', + 55489116 => 'Vivo', + 55489117 => 'Vivo', + 55489118 => 'Vivo', + 55489119 => 'Vivo', + 55489121 => 'Vivo', + 55489122 => 'Vivo', + 55489123 => 'Vivo', + 55489124 => 'Vivo', + 55489125 => 'Vivo', + 55489126 => 'Vivo', + 55489127 => 'Vivo', + 55489128 => 'Vivo', + 55489129 => 'Vivo', + 55489131 => 'Vivo', + 55489132 => 'Vivo', + 55489133 => 'Vivo', + 55489134 => 'Vivo', + 55489135 => 'Vivo', + 55489136 => 'Vivo', + 55489137 => 'Vivo', + 55489138 => 'Vivo', + 55489139 => 'Vivo', + 55489141 => 'Vivo', + 55489142 => 'Vivo', + 55489143 => 'Vivo', + 55489144 => 'Vivo', + 55489145 => 'Vivo', + 55489146 => 'Vivo', + 55489147 => 'Vivo', + 55489148 => 'Vivo', + 55489149 => 'Vivo', + 55489151 => 'Vivo', + 55489152 => 'Vivo', + 55489153 => 'Vivo', + 55489154 => 'Vivo', + 55489155 => 'Vivo', + 55489156 => 'Vivo', + 55489157 => 'Vivo', + 55489158 => 'Vivo', + 55489159 => 'Vivo', + 55489161 => 'Vivo', + 55489162 => 'Vivo', + 55489163 => 'Vivo', + 55489164 => 'Vivo', + 55489165 => 'Vivo', + 55489166 => 'Vivo', + 55489167 => 'Vivo', + 55489168 => 'Vivo', + 55489169 => 'Vivo', + 55489171 => 'Vivo', + 55489172 => 'Vivo', + 55489173 => 'Vivo', + 55489174 => 'Vivo', + 55489175 => 'Vivo', + 55489176 => 'Vivo', + 55489177 => 'Vivo', + 55489178 => 'Vivo', + 55489179 => 'Vivo', + 55489181 => 'Vivo', + 55489182 => 'Vivo', + 55489183 => 'Vivo', + 55489184 => 'Vivo', + 55489185 => 'Vivo', + 55489186 => 'Vivo', + 55489601 => 'TIM', + 55489602 => 'TIM', + 55489603 => 'TIM', + 55489604 => 'TIM', + 55489606 => 'TIM', + 55489607 => 'TIM', + 55489608 => 'TIM', + 55489609 => 'TIM', + 55489611 => 'TIM', + 55489612 => 'TIM', + 55489613 => 'TIM', + 55489614 => 'TIM', + 55489615 => 'TIM', + 55489616 => 'TIM', + 55489617 => 'TIM', + 55489618 => 'TIM', + 55489619 => 'TIM', + 55489621 => 'TIM', + 55489622 => 'TIM', + 55489623 => 'TIM', + 55489624 => 'TIM', + 55489625 => 'TIM', + 55489626 => 'TIM', + 55489627 => 'TIM', + 55489628 => 'TIM', + 55489629 => 'TIM', + 55489631 => 'TIM', + 55489632 => 'TIM', + 55489633 => 'TIM', + 55489634 => 'TIM', + 55489635 => 'TIM', + 55489636 => 'TIM', + 55489637 => 'TIM', + 55489638 => 'TIM', + 55489639 => 'TIM', + 55489641 => 'TIM', + 55489642 => 'TIM', + 55489643 => 'TIM', + 55489901 => 'TIM', + 55489902 => 'TIM', + 55489903 => 'TIM', + 55489904 => 'TIM', + 55489905 => 'TIM', + 55489906 => 'TIM', + 55489907 => 'TIM', + 55489908 => 'TIM', + 55489909 => 'TIM', + 55489911 => 'TIM', + 55489912 => 'TIM', + 55489913 => 'TIM', + 55489914 => 'TIM', + 55489915 => 'TIM', + 55489916 => 'TIM', + 55489917 => 'TIM', + 55489918 => 'TIM', + 55489919 => 'TIM', + 55489921 => 'TIM', + 55489922 => 'TIM', + 55489923 => 'TIM', + 55489924 => 'TIM', + 55489925 => 'TIM', + 55489926 => 'TIM', + 55489927 => 'TIM', + 55489928 => 'TIM', + 55489929 => 'TIM', + 55489931 => 'TIM', + 55489932 => 'TIM', + 55489933 => 'TIM', + 55489934 => 'TIM', + 55489935 => 'TIM', + 55489936 => 'TIM', + 55489937 => 'TIM', + 55489938 => 'TIM', + 55489939 => 'TIM', + 55489941 => 'TIM', + 55489942 => 'TIM', + 55489943 => 'TIM', + 55489944 => 'TIM', + 55489945 => 'TIM', + 55489946 => 'TIM', + 55489947 => 'TIM', + 55489948 => 'TIM', + 55489949 => 'TIM', + 55489951 => 'TIM', + 55489952 => 'TIM', + 55489953 => 'TIM', + 55489954 => 'TIM', + 55489955 => 'TIM', + 55489956 => 'TIM', + 55489957 => 'TIM', + 55489958 => 'TIM', + 55489959 => 'TIM', + 5548996 => 'TIM', + 55489971 => 'TIM', + 55489972 => 'TIM', + 55489973 => 'TIM', + 55489974 => 'TIM', + 55489975 => 'TIM', + 55489976 => 'TIM', + 55489977 => 'TIM', + 55489978 => 'TIM', + 55489979 => 'TIM', + 5548998 => 'TIM', + 55489991 => 'TIM', + 55489992 => 'TIM', + 55489993 => 'TIM', + 55489994 => 'TIM', + 55489995 => 'TIM', + 55489996 => 'TIM', + 55489997 => 'TIM', + 55489998 => 'TIM', + 55498401 => 'Brasil Telecom GSM', + 55498402 => 'Brasil Telecom GSM', + 55498403 => 'Brasil Telecom GSM', + 55498404 => 'Brasil Telecom GSM', + 55498405 => 'Brasil Telecom GSM', + 55498406 => 'Brasil Telecom GSM', + 55498407 => 'Brasil Telecom GSM', + 55498408 => 'Brasil Telecom GSM', + 55498409 => 'Brasil Telecom GSM', + 55498411 => 'Brasil Telecom GSM', + 55498412 => 'Brasil Telecom GSM', + 55498413 => 'Brasil Telecom GSM', + 55498414 => 'Brasil Telecom GSM', + 55498415 => 'Brasil Telecom GSM', + 55498416 => 'Brasil Telecom GSM', + 55498417 => 'Brasil Telecom GSM', + 55498418 => 'Brasil Telecom GSM', + 55498419 => 'Brasil Telecom GSM', + 5549880 => 'Claro BR', + 5549881 => 'Claro BR', + 5549882 => 'Claro BR', + 5549883 => 'Claro BR', + 5549884 => 'Claro BR', + 5549885 => 'Claro BR', + 5549886 => 'Claro BR', + 5549887 => 'Claro BR', + 55498880 => 'Claro BR', + 55498881 => 'Claro BR', + 55498882 => 'Claro BR', + 5549910 => 'Vivo', + 55499111 => 'Vivo', + 55499112 => 'Vivo', + 55499113 => 'Vivo', + 55499114 => 'Vivo', + 55499115 => 'Vivo', + 55499116 => 'Vivo', + 55499117 => 'Vivo', + 55499118 => 'Vivo', + 55499119 => 'Vivo', + 55499121 => 'Vivo', + 55499122 => 'Vivo', + 55499123 => 'Vivo', + 55499124 => 'Vivo', + 55499125 => 'Vivo', + 55499126 => 'Vivo', + 55499127 => 'Vivo', + 55499128 => 'Vivo', + 55499129 => 'Vivo', + 55499131 => 'Vivo', + 55499132 => 'Vivo', + 55499133 => 'Vivo', + 55499134 => 'Vivo', + 55499135 => 'Vivo', + 55499136 => 'Vivo', + 55499137 => 'Vivo', + 55499138 => 'Vivo', + 55499139 => 'Vivo', + 55499141 => 'Vivo', + 55499142 => 'Vivo', + 55499143 => 'Vivo', + 55499144 => 'Vivo', + 55499145 => 'Vivo', + 55499146 => 'Vivo', + 55499147 => 'Vivo', + 55499148 => 'Vivo', + 55499149 => 'Vivo', + 55499151 => 'Vivo', + 55499152 => 'Vivo', + 55499153 => 'Vivo', + 55499154 => 'Vivo', + 55499155 => 'Vivo', + 55499156 => 'Vivo', + 55499157 => 'Vivo', + 55499158 => 'Vivo', + 55499159 => 'Vivo', + 55499161 => 'Vivo', + 55499162 => 'Vivo', + 55499163 => 'Vivo', + 55499164 => 'Vivo', + 55499165 => 'Vivo', + 55499166 => 'Vivo', + 55499167 => 'Vivo', + 55499168 => 'Vivo', + 55499169 => 'Vivo', + 55499171 => 'Vivo', + 55499172 => 'Vivo', + 55499173 => 'Vivo', + 55499174 => 'Vivo', + 55499175 => 'Vivo', + 55499176 => 'Vivo', + 55499177 => 'Vivo', + 55499911 => 'TIM', + 55499912 => 'TIM', + 55499913 => 'TIM', + 55499914 => 'TIM', + 55499915 => 'TIM', + 55499916 => 'TIM', + 55499917 => 'TIM', + 55499918 => 'TIM', + 55499919 => 'TIM', + 55499921 => 'TIM', + 55499922 => 'TIM', + 55499923 => 'TIM', + 55499924 => 'TIM', + 55499925 => 'TIM', + 55499926 => 'TIM', + 55499927 => 'TIM', + 55499928 => 'TIM', + 55499929 => 'TIM', + 55499931 => 'TIM', + 55499932 => 'TIM', + 55499939 => 'TIM', + 55499951 => 'TIM', + 55499955 => 'TIM', + 55499963 => 'TIM', + 55499964 => 'TIM', + 55499965 => 'TIM', + 55499966 => 'TIM', + 55499967 => 'TIM', + 55499968 => 'TIM', + 55499969 => 'TIM', + 55499971 => 'TIM', + 55499972 => 'TIM', + 55499973 => 'TIM', + 55499974 => 'TIM', + 55499975 => 'TIM', + 55499976 => 'TIM', + 55499977 => 'TIM', + 55499978 => 'TIM', + 55499979 => 'TIM', + 5549998 => 'TIM', + 55499991 => 'TIM', + 55499992 => 'TIM', + 55499993 => 'TIM', + 55499994 => 'TIM', + 55499995 => 'TIM', + 55499996 => 'TIM', + 55499997 => 'TIM', + 55499998 => 'TIM', + 555181 => 'TIM', + 55518201 => 'TIM', + 55518202 => 'TIM', + 55518203 => 'TIM', + 55518204 => 'TIM', + 55518205 => 'TIM', + 55518206 => 'TIM', + 55518207 => 'TIM', + 55518208 => 'TIM', + 55518209 => 'TIM', + 55518211 => 'TIM', + 55518212 => 'TIM', + 55518213 => 'TIM', + 55518214 => 'TIM', + 55518215 => 'TIM', + 55518216 => 'TIM', + 55518217 => 'TIM', + 55518218 => 'TIM', + 55518226 => 'TIM', + 55518227 => 'TIM', + 555184 => 'Brasil Telecom GSM', + 555185 => 'Brasil Telecom GSM', + 555191 => 'Claro BR', + 555192 => 'Claro BR', + 555193 => 'Claro BR', + 5551940 => 'Claro BR', + 5551941 => 'Claro BR', + 5551942 => 'Claro BR', + 5551943 => 'Claro BR', + 5551944 => 'Claro BR', + 55519450 => 'Claro BR', + 5551950 => 'Vivo', + 5551951 => 'Vivo', + 5551952 => 'Vivo', + 5551953 => 'Vivo', + 5551954 => 'Vivo', + 5551955 => 'Vivo', + 55519560 => 'Vivo', + 55519561 => 'Vivo', + 55519562 => 'Vivo', + 55519563 => 'Vivo', + 555196 => 'Vivo', + 555197 => 'Vivo', + 555198 => 'Vivo', + 555199 => 'Vivo', + 55538111 => 'TIM', + 55538112 => 'TIM', + 55538113 => 'TIM', + 55538114 => 'TIM', + 55538115 => 'TIM', + 55538116 => 'TIM', + 55538117 => 'TIM', + 55538118 => 'TIM', + 55538119 => 'TIM', + 55538121 => 'TIM', + 55538122 => 'TIM', + 55538123 => 'TIM', + 55538124 => 'TIM', + 55538125 => 'TIM', + 55538126 => 'TIM', + 55538127 => 'TIM', + 55538128 => 'TIM', + 55538129 => 'TIM', + 55538131 => 'TIM', + 55538132 => 'TIM', + 55538133 => 'TIM', + 55538134 => 'TIM', + 55538135 => 'TIM', + 55538136 => 'TIM', + 55538137 => 'TIM', + 55538138 => 'TIM', + 55538139 => 'TIM', + 55538141 => 'TIM', + 55538401 => 'Brasil Telecom GSM', + 55538402 => 'Brasil Telecom GSM', + 55538403 => 'Brasil Telecom GSM', + 55538404 => 'Brasil Telecom GSM', + 55538405 => 'Brasil Telecom GSM', + 55538406 => 'Brasil Telecom GSM', + 55538407 => 'Brasil Telecom GSM', + 55538408 => 'Brasil Telecom GSM', + 55538409 => 'Brasil Telecom GSM', + 55538411 => 'Brasil Telecom GSM', + 55538412 => 'Brasil Telecom GSM', + 55538413 => 'Brasil Telecom GSM', + 55538414 => 'Brasil Telecom GSM', + 55538415 => 'Brasil Telecom GSM', + 55538416 => 'Brasil Telecom GSM', + 55538417 => 'Brasil Telecom GSM', + 55538418 => 'Brasil Telecom GSM', + 55538419 => 'Brasil Telecom GSM', + 55538421 => 'Brasil Telecom GSM', + 55538422 => 'Brasil Telecom GSM', + 55538423 => 'Brasil Telecom GSM', + 55538424 => 'Brasil Telecom GSM', + 55538425 => 'Brasil Telecom GSM', + 55538426 => 'Brasil Telecom GSM', + 55538427 => 'Brasil Telecom GSM', + 55538428 => 'Brasil Telecom GSM', + 55538429 => 'Brasil Telecom GSM', + 55538431 => 'Brasil Telecom GSM', + 55538432 => 'Brasil Telecom GSM', + 55538433 => 'Brasil Telecom GSM', + 55538434 => 'Brasil Telecom GSM', + 55538435 => 'Brasil Telecom GSM', + 55538436 => 'Brasil Telecom GSM', + 55538437 => 'Brasil Telecom GSM', + 5553910 => 'Claro BR', + 5553911 => 'Claro BR', + 5553912 => 'Claro BR', + 5553913 => 'Claro BR', + 5553914 => 'Claro BR', + 5553915 => 'Claro BR', + 5553916 => 'Claro BR', + 55539170 => 'Claro BR', + 55539171 => 'Claro BR', + 55539172 => 'Claro BR', + 55539173 => 'Claro BR', + 55539174 => 'Claro BR', + 55539175 => 'Claro BR', + 55539176 => 'Claro BR', + 55539177 => 'Claro BR', + 55539241 => 'Claro BR', + 55539911 => 'TIM', + 55539913 => 'TIM', + 55539927 => 'Vivo', + 55539928 => 'Vivo', + 55539929 => 'Vivo', + 55539931 => 'Vivo', + 55539932 => 'Vivo', + 55539933 => 'Vivo', + 55539934 => 'Vivo', + 55539935 => 'Vivo', + 55539936 => 'Vivo', + 55539937 => 'Vivo', + 55539938 => 'Vivo', + 55539939 => 'TIM', + 55539941 => 'Vivo', + 55539942 => 'Vivo', + 55539943 => 'Vivo', + 55539944 => 'Vivo', + 55539945 => 'Vivo', + 55539946 => 'Vivo', + 55539947 => 'Vivo', + 55539948 => 'Vivo', + 55539949 => 'Vivo', + 55539951 => 'Vivo', + 55539952 => 'Vivo', + 55539953 => 'Vivo', + 55539954 => 'Vivo', + 55539955 => 'Vivo', + 55539956 => 'Vivo', + 55539957 => 'Vivo', + 55539958 => 'Vivo', + 55539959 => 'Vivo', + 55539961 => 'Vivo', + 55539962 => 'Vivo', + 55539963 => 'Vivo', + 55539964 => 'Vivo', + 55539965 => 'Vivo', + 55539966 => 'Vivo', + 55539967 => 'Vivo', + 55539968 => 'Vivo', + 55539969 => 'Vivo', + 55539971 => 'Vivo', + 55539972 => 'Vivo', + 55539973 => 'Vivo', + 55539974 => 'Vivo', + 55539975 => 'Vivo', + 55539976 => 'Vivo', + 55539977 => 'Vivo', + 55539978 => 'Vivo', + 55539979 => 'Vivo', + 55539981 => 'TIM', + 55539982 => 'TIM', + 55539983 => 'TIM', + 55539985 => 'TIM', + 55539986 => 'TIM', + 55539987 => 'TIM', + 55539988 => 'TIM', + 55539989 => 'TIM', + 55539991 => 'Vivo', + 55539992 => 'Vivo', + 55539993 => 'Vivo', + 55539994 => 'Vivo', + 55539995 => 'Vivo', + 55539996 => 'Vivo', + 55539997 => 'Vivo', + 55539998 => 'Vivo', + 55539999 => 'Vivo', + 55548111 => 'TIM', + 55548112 => 'TIM', + 55548113 => 'TIM', + 55548114 => 'TIM', + 55548115 => 'TIM', + 55548116 => 'TIM', + 55548117 => 'TIM', + 55548118 => 'TIM', + 55548119 => 'TIM', + 55548121 => 'TIM', + 55548122 => 'TIM', + 55548123 => 'TIM', + 55548124 => 'TIM', + 55548125 => 'TIM', + 55548126 => 'TIM', + 55548127 => 'TIM', + 55548128 => 'TIM', + 55548129 => 'TIM', + 55548131 => 'TIM', + 55548132 => 'TIM', + 55548133 => 'TIM', + 55548134 => 'TIM', + 55548135 => 'TIM', + 55548136 => 'TIM', + 55548137 => 'TIM', + 55548138 => 'TIM', + 55548139 => 'TIM', + 55548141 => 'TIM', + 55548142 => 'TIM', + 55548143 => 'TIM', + 55548144 => 'TIM', + 55548145 => 'TIM', + 55548146 => 'TIM', + 55548147 => 'TIM', + 55548148 => 'TIM', + 55548149 => 'TIM', + 55548401 => 'Brasil Telecom GSM', + 55548402 => 'Brasil Telecom GSM', + 55548403 => 'Brasil Telecom GSM', + 55548404 => 'Brasil Telecom GSM', + 55548405 => 'Brasil Telecom GSM', + 55548406 => 'Brasil Telecom GSM', + 55548407 => 'Brasil Telecom GSM', + 55548408 => 'Brasil Telecom GSM', + 55548409 => 'Brasil Telecom GSM', + 55548411 => 'Brasil Telecom GSM', + 55548412 => 'Brasil Telecom GSM', + 55548413 => 'Brasil Telecom GSM', + 55548414 => 'Brasil Telecom GSM', + 55548415 => 'Brasil Telecom GSM', + 55548416 => 'Brasil Telecom GSM', + 55548417 => 'Brasil Telecom GSM', + 55548418 => 'Brasil Telecom GSM', + 555491 => 'Claro BR', + 5554920 => 'Claro BR', + 5554921 => 'Claro BR', + 55549220 => 'Claro BR', + 55549221 => 'Claro BR', + 55549601 => 'Vivo', + 55549602 => 'Vivo', + 55549603 => 'Vivo', + 55549604 => 'Vivo', + 55549605 => 'Vivo', + 55549606 => 'Vivo', + 55549607 => 'Vivo', + 55549608 => 'Vivo', + 55549609 => 'Vivo', + 55549611 => 'Vivo', + 55549612 => 'Vivo', + 55549613 => 'Vivo', + 55549614 => 'Vivo', + 55549615 => 'Vivo', + 55549616 => 'Vivo', + 55549617 => 'Vivo', + 55549618 => 'Vivo', + 55549619 => 'Vivo', + 55549621 => 'Vivo', + 55549622 => 'Vivo', + 55549623 => 'Vivo', + 55549624 => 'Vivo', + 55549625 => 'Vivo', + 55549626 => 'Vivo', + 55549627 => 'Vivo', + 55549628 => 'Vivo', + 55549629 => 'Vivo', + 55549631 => 'Vivo', + 55549632 => 'Vivo', + 55549633 => 'Vivo', + 55549634 => 'Vivo', + 55549635 => 'Vivo', + 55549636 => 'Vivo', + 55549637 => 'Vivo', + 55549638 => 'Vivo', + 55549639 => 'Vivo', + 55549641 => 'Vivo', + 55549642 => 'Vivo', + 55549643 => 'Vivo', + 55549644 => 'Vivo', + 55549645 => 'Vivo', + 55549646 => 'Vivo', + 55549647 => 'Vivo', + 55549648 => 'Vivo', + 55549649 => 'Vivo', + 55549651 => 'Vivo', + 55549652 => 'Vivo', + 55549653 => 'Vivo', + 55549654 => 'Vivo', + 55549655 => 'Vivo', + 55549656 => 'Vivo', + 55549657 => 'Vivo', + 55549658 => 'Vivo', + 55549659 => 'Vivo', + 55549661 => 'Vivo', + 55549662 => 'Vivo', + 55549663 => 'Vivo', + 55549664 => 'Vivo', + 55549665 => 'Vivo', + 55549666 => 'Vivo', + 55549667 => 'Vivo', + 55549668 => 'Vivo', + 55549669 => 'Vivo', + 55549671 => 'Vivo', + 55549672 => 'Vivo', + 55549673 => 'Vivo', + 55549674 => 'Vivo', + 55549675 => 'Vivo', + 55549676 => 'Vivo', + 55549677 => 'Vivo', + 55549678 => 'Vivo', + 55549679 => 'Vivo', + 55549681 => 'Vivo', + 55549682 => 'Vivo', + 55549683 => 'Vivo', + 55549684 => 'Vivo', + 55549901 => 'Vivo', + 55549902 => 'Vivo', + 55549903 => 'Vivo', + 55549904 => 'Vivo', + 55549905 => 'Vivo', + 55549906 => 'Vivo', + 55549907 => 'Vivo', + 55549908 => 'Vivo', + 55549909 => 'Vivo', + 55549911 => 'Vivo', + 55549912 => 'Vivo', + 55549913 => 'Vivo', + 55549914 => 'Vivo', + 55549915 => 'Vivo', + 55549916 => 'Vivo', + 55549917 => 'Vivo', + 55549918 => 'Vivo', + 55549919 => 'Vivo', + 55549921 => 'Vivo', + 55549922 => 'Vivo', + 55549923 => 'Vivo', + 55549924 => 'Vivo', + 55549925 => 'Vivo', + 55549926 => 'Vivo', + 55549927 => 'Vivo', + 55549928 => 'Vivo', + 55549929 => 'Vivo', + 55549931 => 'Vivo', + 55549932 => 'Vivo', + 55549933 => 'Vivo', + 55549934 => 'Vivo', + 55549935 => 'Vivo', + 55549936 => 'Vivo', + 55549937 => 'Vivo', + 55549938 => 'Vivo', + 55549939 => 'Vivo', + 55549941 => 'Vivo', + 55549942 => 'Vivo', + 55549943 => 'Vivo', + 55549944 => 'Vivo', + 55549945 => 'Vivo', + 55549946 => 'Vivo', + 55549947 => 'Vivo', + 55549948 => 'Vivo', + 55549949 => 'Vivo', + 55549951 => 'Vivo', + 55549952 => 'Vivo', + 55549953 => 'Vivo', + 55549954 => 'Vivo', + 55549955 => 'Vivo', + 55549956 => 'Vivo', + 55549957 => 'Vivo', + 55549958 => 'Vivo', + 55549959 => 'Vivo', + 55549961 => 'Vivo', + 55549962 => 'Vivo', + 55549963 => 'Vivo', + 55549964 => 'Vivo', + 55549965 => 'Vivo', + 55549966 => 'Vivo', + 55549967 => 'Vivo', + 55549968 => 'Vivo', + 55549969 => 'Vivo', + 55549971 => 'Vivo', + 55549972 => 'Vivo', + 55549973 => 'Vivo', + 55549974 => 'Vivo', + 55549975 => 'Vivo', + 55549976 => 'Vivo', + 55549977 => 'Vivo', + 55549978 => 'Vivo', + 55549979 => 'Vivo', + 55549981 => 'Vivo', + 55549982 => 'Vivo', + 55549983 => 'Vivo', + 55549984 => 'Vivo', + 55549985 => 'Vivo', + 55549986 => 'Vivo', + 55549987 => 'Vivo', + 55549988 => 'Vivo', + 55549989 => 'Vivo', + 55549991 => 'Vivo', + 55549992 => 'Vivo', + 55549993 => 'Vivo', + 55549994 => 'Vivo', + 55549995 => 'Vivo', + 55549996 => 'Vivo', + 55549997 => 'Vivo', + 55549998 => 'Vivo', + 55549999 => 'Vivo', + 55558111 => 'TIM', + 55558112 => 'TIM', + 55558113 => 'TIM', + 55558114 => 'TIM', + 55558115 => 'TIM', + 55558116 => 'TIM', + 55558117 => 'TIM', + 55558118 => 'TIM', + 55558119 => 'TIM', + 55558121 => 'TIM', + 55558122 => 'TIM', + 55558123 => 'TIM', + 55558124 => 'TIM', + 55558125 => 'TIM', + 55558126 => 'TIM', + 55558127 => 'TIM', + 55558128 => 'TIM', + 55558129 => 'TIM', + 55558131 => 'TIM', + 55558132 => 'TIM', + 55558133 => 'TIM', + 55558134 => 'TIM', + 55558135 => 'TIM', + 55558136 => 'TIM', + 55558137 => 'TIM', + 55558138 => 'TIM', + 55558139 => 'TIM', + 55558141 => 'TIM', + 55558142 => 'TIM', + 55558143 => 'TIM', + 55558401 => 'Brasil Telecom GSM', + 55558402 => 'Brasil Telecom GSM', + 55558403 => 'Brasil Telecom GSM', + 55558404 => 'Brasil Telecom GSM', + 55558405 => 'Brasil Telecom GSM', + 55558406 => 'Brasil Telecom GSM', + 55558407 => 'Brasil Telecom GSM', + 55558408 => 'Brasil Telecom GSM', + 55558409 => 'Brasil Telecom GSM', + 55558411 => 'Brasil Telecom GSM', + 55558412 => 'Brasil Telecom GSM', + 55558413 => 'Brasil Telecom GSM', + 55558414 => 'Brasil Telecom GSM', + 55558415 => 'Brasil Telecom GSM', + 55558416 => 'Brasil Telecom GSM', + 55558417 => 'Brasil Telecom GSM', + 55558418 => 'Brasil Telecom GSM', + 55558419 => 'Brasil Telecom GSM', + 55558421 => 'Brasil Telecom GSM', + 55558422 => 'Brasil Telecom GSM', + 55558423 => 'Brasil Telecom GSM', + 55558424 => 'Brasil Telecom GSM', + 55558425 => 'Brasil Telecom GSM', + 55558426 => 'Brasil Telecom GSM', + 55558427 => 'Brasil Telecom GSM', + 555591 => 'Claro BR', + 555596 => 'Vivo', + 5555990 => 'Vivo', + 5555991 => 'Vivo', + 5555992 => 'Vivo', + 55559931 => 'Vivo', + 55559932 => 'Vivo', + 55559933 => 'Vivo', + 55559934 => 'Vivo', + 55559935 => 'Vivo', + 55559936 => 'Vivo', + 55559937 => 'Vivo', + 55559938 => 'Vivo', + 55559939 => 'Vivo', + 55559941 => 'Vivo', + 55559942 => 'Vivo', + 55559943 => 'Vivo', + 55559944 => 'Vivo', + 55559945 => 'Vivo', + 55559946 => 'Vivo', + 55559947 => 'Vivo', + 55559948 => 'Vivo', + 55559949 => 'Vivo', + 55559951 => 'Vivo', + 55559952 => 'Vivo', + 55559953 => 'Vivo', + 55559954 => 'Vivo', + 55559955 => 'Vivo', + 55559956 => 'Vivo', + 55559957 => 'Vivo', + 55559958 => 'Vivo', + 55559959 => 'Vivo', + 55559961 => 'Vivo', + 55559962 => 'Vivo', + 55559963 => 'Vivo', + 55559964 => 'Vivo', + 55559965 => 'Vivo', + 55559966 => 'Vivo', + 55559967 => 'Vivo', + 55559968 => 'Vivo', + 55559969 => 'Vivo', + 55559971 => 'Vivo', + 55559972 => 'Vivo', + 55559973 => 'Vivo', + 55559974 => 'Vivo', + 55559975 => 'Vivo', + 55559976 => 'Vivo', + 55559977 => 'Vivo', + 55559978 => 'Vivo', + 55559979 => 'Vivo', + 55559981 => 'Vivo', + 55559982 => 'Vivo', + 55559983 => 'Vivo', + 55559984 => 'Vivo', + 55559985 => 'Vivo', + 55559986 => 'Vivo', + 55559987 => 'Vivo', + 55559988 => 'Vivo', + 55559989 => 'Vivo', + 55559991 => 'Vivo', + 55559992 => 'Vivo', + 55559993 => 'Vivo', + 55559994 => 'Vivo', + 55559995 => 'Vivo', + 55559996 => 'Vivo', + 55559997 => 'Vivo', + 55559998 => 'Vivo', + 55559999 => 'Vivo', + 55618101 => 'TIM', + 55618102 => 'TIM', + 55618103 => 'TIM', + 55618104 => 'TIM', + 55618105 => 'TIM', + 55618106 => 'TIM', + 55618107 => 'TIM', + 55618108 => 'TIM', + 55618109 => 'TIM', + 5561811 => 'TIM', + 5561812 => 'TIM', + 5561813 => 'TIM', + 5561814 => 'TIM', + 5561815 => 'TIM', + 5561816 => 'TIM', + 55618171 => 'TIM', + 55618172 => 'TIM', + 55618173 => 'TIM', + 55618174 => 'TIM', + 55618175 => 'TIM', + 55618176 => 'TIM', + 55618177 => 'TIM', + 55618178 => 'TIM', + 55618179 => 'TIM', + 55618181 => 'TIM', + 55618182 => 'TIM', + 55618183 => 'TIM', + 55618184 => 'TIM', + 55618185 => 'TIM', + 55618186 => 'TIM', + 55618187 => 'TIM', + 55618188 => 'TIM', + 55618189 => 'TIM', + 55618191 => 'TIM', + 55618192 => 'TIM', + 55618193 => 'TIM', + 55618194 => 'TIM', + 55618195 => 'TIM', + 55618196 => 'TIM', + 55618197 => 'TIM', + 55618198 => 'TIM', + 55618199 => 'TIM', + 556184 => 'Brasil Telecom GSM', + 55618501 => 'Brasil Telecom GSM', + 55618502 => 'Brasil Telecom GSM', + 55618503 => 'Brasil Telecom GSM', + 55618504 => 'Brasil Telecom GSM', + 55618505 => 'Brasil Telecom GSM', + 55618506 => 'Brasil Telecom GSM', + 55618507 => 'Brasil Telecom GSM', + 55618508 => 'Brasil Telecom GSM', + 55618509 => 'Brasil Telecom GSM', + 55618511 => 'Brasil Telecom GSM', + 55618512 => 'Brasil Telecom GSM', + 55618513 => 'Brasil Telecom GSM', + 55618514 => 'Brasil Telecom GSM', + 55618515 => 'Brasil Telecom GSM', + 55618516 => 'Brasil Telecom GSM', + 55618517 => 'Brasil Telecom GSM', + 55618518 => 'Brasil Telecom GSM', + 55618519 => 'Brasil Telecom GSM', + 55618521 => 'Brasil Telecom GSM', + 55618522 => 'Brasil Telecom GSM', + 55618523 => 'Brasil Telecom GSM', + 55618524 => 'Brasil Telecom GSM', + 55618525 => 'Brasil Telecom GSM', + 55618526 => 'Brasil Telecom GSM', + 55618527 => 'Brasil Telecom GSM', + 55618528 => 'Brasil Telecom GSM', + 55618529 => 'Brasil Telecom GSM', + 55618531 => 'Brasil Telecom GSM', + 55618532 => 'Brasil Telecom GSM', + 55618533 => 'Brasil Telecom GSM', + 55618534 => 'Brasil Telecom GSM', + 55618535 => 'Brasil Telecom GSM', + 55618536 => 'Brasil Telecom GSM', + 55618537 => 'Brasil Telecom GSM', + 55618538 => 'Brasil Telecom GSM', + 55618539 => 'Brasil Telecom GSM', + 55618541 => 'Brasil Telecom GSM', + 55618542 => 'Brasil Telecom GSM', + 55618543 => 'Brasil Telecom GSM', + 55618544 => 'Brasil Telecom GSM', + 55618545 => 'Brasil Telecom GSM', + 55618546 => 'Brasil Telecom GSM', + 55618547 => 'Brasil Telecom GSM', + 55618548 => 'Brasil Telecom GSM', + 55618549 => 'Brasil Telecom GSM', + 55618551 => 'Brasil Telecom GSM', + 55618552 => 'Brasil Telecom GSM', + 55618553 => 'Brasil Telecom GSM', + 55618554 => 'Brasil Telecom GSM', + 55618555 => 'Brasil Telecom GSM', + 55618556 => 'Brasil Telecom GSM', + 55618557 => 'Brasil Telecom GSM', + 55618558 => 'Brasil Telecom GSM', + 55618559 => 'Brasil Telecom GSM', + 55618561 => 'Brasil Telecom GSM', + 55618562 => 'Brasil Telecom GSM', + 55618563 => 'Brasil Telecom GSM', + 55618564 => 'Brasil Telecom GSM', + 55618565 => 'Brasil Telecom GSM', + 55618566 => 'Brasil Telecom GSM', + 55618567 => 'Brasil Telecom GSM', + 55618568 => 'Brasil Telecom GSM', + 55618569 => 'Brasil Telecom GSM', + 55618571 => 'Brasil Telecom GSM', + 55618572 => 'Brasil Telecom GSM', + 55618573 => 'Brasil Telecom GSM', + 55618574 => 'Brasil Telecom GSM', + 55618576 => 'Brasil Telecom GSM', + 55618577 => 'Brasil Telecom GSM', + 55618579 => 'Brasil Telecom GSM', + 55618581 => 'Brasil Telecom GSM', + 55618582 => 'Brasil Telecom GSM', + 55619601 => 'Vivo', + 55619602 => 'Vivo', + 55619603 => 'Vivo', + 55619604 => 'Vivo', + 55619605 => 'Vivo', + 55619606 => 'Vivo', + 55619607 => 'Vivo', + 55619608 => 'Vivo', + 55619609 => 'Vivo', + 55619611 => 'Vivo', + 55619612 => 'Vivo', + 55619613 => 'Vivo', + 55619614 => 'Vivo', + 55619615 => 'Vivo', + 55619616 => 'Vivo', + 55619617 => 'Vivo', + 55619618 => 'Vivo', + 55619619 => 'Vivo', + 55619621 => 'Vivo', + 55619622 => 'Vivo', + 55619623 => 'Vivo', + 55619624 => 'Vivo', + 55619625 => 'Vivo', + 55619626 => 'Vivo', + 55619627 => 'Vivo', + 55619628 => 'Vivo', + 55619629 => 'Vivo', + 55619631 => 'Vivo', + 55619632 => 'Vivo', + 55619633 => 'Vivo', + 55619634 => 'Vivo', + 55619635 => 'Vivo', + 55619636 => 'Vivo', + 55619637 => 'Vivo', + 55619638 => 'Vivo', + 55619639 => 'Vivo', + 55619641 => 'Vivo', + 55619642 => 'Vivo', + 55619643 => 'Vivo', + 55619644 => 'Vivo', + 55619645 => 'Vivo', + 55619646 => 'Vivo', + 55619647 => 'Vivo', + 55619648 => 'Vivo', + 55619649 => 'Vivo', + 55619651 => 'Vivo', + 55619652 => 'Vivo', + 55619653 => 'Vivo', + 55619654 => 'Vivo', + 55619655 => 'Vivo', + 55619656 => 'Vivo', + 55619657 => 'Vivo', + 55619658 => 'Vivo', + 55619659 => 'Vivo', + 55619661 => 'Vivo', + 55619662 => 'Vivo', + 55619663 => 'Vivo', + 55619664 => 'Vivo', + 55619665 => 'Vivo', + 55619666 => 'Vivo', + 55619667 => 'Vivo', + 55619668 => 'Vivo', + 55619669 => 'Vivo', + 55619671 => 'Vivo', + 55619672 => 'Vivo', + 55619673 => 'Vivo', + 55619674 => 'Vivo', + 55619675 => 'Vivo', + 55619676 => 'Vivo', + 55619677 => 'Vivo', + 55619678 => 'Vivo', + 55619679 => 'Vivo', + 55619681 => 'Vivo', + 55619682 => 'Vivo', + 55619683 => 'Vivo', + 55619684 => 'Vivo', + 55619685 => 'Vivo', + 55619686 => 'Vivo', + 55619687 => 'Vivo', + 55619688 => 'Vivo', + 55619689 => 'Vivo', + 55619691 => 'Vivo', + 55619692 => 'Vivo', + 55619693 => 'Vivo', + 55619694 => 'Vivo', + 55619695 => 'Vivo', + 55619696 => 'Vivo', + 55619697 => 'Vivo', + 55619698 => 'Vivo', + 55619699 => 'Vivo', + 55619801 => 'Vivo', + 55619802 => 'Vivo', + 55619803 => 'Vivo', + 55619804 => 'Vivo', + 55619805 => 'Vivo', + 55619806 => 'Vivo', + 55619807 => 'Vivo', + 55619808 => 'Vivo', + 55619809 => 'Vivo', + 55619811 => 'Vivo', + 55619812 => 'Vivo', + 55619813 => 'Vivo', + 55619814 => 'Vivo', + 55619815 => 'Vivo', + 55619816 => 'Vivo', + 55619817 => 'Vivo', + 55619818 => 'Vivo', + 55619819 => 'Vivo', + 55619821 => 'Vivo', + 55619822 => 'Vivo', + 55619823 => 'Vivo', + 55619824 => 'Vivo', + 55619825 => 'Vivo', + 55619826 => 'Vivo', + 55619827 => 'Vivo', + 55619828 => 'Vivo', + 55619829 => 'Vivo', + 55619831 => 'Vivo', + 55619832 => 'Vivo', + 55619838 => 'Vivo', + 55619839 => 'Vivo', + 55619841 => 'Vivo', + 55619842 => 'Vivo', + 55619843 => 'Vivo', + 55619844 => 'Vivo', + 55619901 => 'Vivo', + 55619902 => 'Vivo', + 55619903 => 'Vivo', + 55619904 => 'Vivo', + 55619905 => 'Vivo', + 55619906 => 'Vivo', + 55619907 => 'Vivo', + 55619908 => 'Vivo', + 55619909 => 'Vivo', + 55619911 => 'Vivo', + 55619912 => 'Vivo', + 55619913 => 'Vivo', + 55619914 => 'Vivo', + 55619915 => 'Vivo', + 55619916 => 'Vivo', + 55619917 => 'Vivo', + 55619918 => 'Vivo', + 55619919 => 'Vivo', + 55619921 => 'Vivo', + 55619922 => 'Vivo', + 55619923 => 'Vivo', + 55619924 => 'Vivo', + 55619925 => 'Vivo', + 55619926 => 'Vivo', + 55619927 => 'Vivo', + 55619928 => 'Vivo', + 55619929 => 'Vivo', + 55619931 => 'Vivo', + 55619932 => 'Vivo', + 55619933 => 'Vivo', + 55619934 => 'Vivo', + 55619935 => 'Vivo', + 55619936 => 'Vivo', + 55619937 => 'Vivo', + 55619938 => 'Vivo', + 55619939 => 'Vivo', + 55619941 => 'Vivo', + 55619942 => 'Vivo', + 55619943 => 'Vivo', + 55619944 => 'Vivo', + 55619945 => 'Vivo', + 55619946 => 'Vivo', + 55619947 => 'Vivo', + 55619948 => 'Vivo', + 55619949 => 'Vivo', + 55619951 => 'Vivo', + 55619952 => 'Vivo', + 55619953 => 'Vivo', + 55619954 => 'Vivo', + 55619955 => 'Vivo', + 55619956 => 'Vivo', + 55619957 => 'Vivo', + 55619958 => 'Vivo', + 55619959 => 'Vivo', + 5561996 => 'Vivo', + 5561997 => 'Vivo', + 5561998 => 'Vivo', + 5561999 => 'Vivo', + 55628101 => 'TIM', + 55628102 => 'TIM', + 55628103 => 'TIM', + 55628104 => 'TIM', + 55628111 => 'TIM', + 55628112 => 'TIM', + 55628113 => 'TIM', + 55628114 => 'TIM', + 55628115 => 'TIM', + 55628116 => 'TIM', + 55628117 => 'TIM', + 55628118 => 'TIM', + 55628119 => 'TIM', + 55628121 => 'TIM', + 55628122 => 'TIM', + 55628123 => 'TIM', + 55628124 => 'TIM', + 55628125 => 'TIM', + 55628126 => 'TIM', + 55628127 => 'TIM', + 55628128 => 'TIM', + 55628129 => 'TIM', + 55628131 => 'TIM', + 55628132 => 'TIM', + 55628133 => 'TIM', + 55628134 => 'TIM', + 55628135 => 'TIM', + 55628136 => 'TIM', + 55628137 => 'TIM', + 55628138 => 'TIM', + 55628139 => 'TIM', + 55628141 => 'TIM', + 55628142 => 'TIM', + 55628143 => 'TIM', + 55628144 => 'TIM', + 55628145 => 'TIM', + 55628146 => 'TIM', + 55628147 => 'TIM', + 55628148 => 'TIM', + 55628149 => 'TIM', + 55628151 => 'TIM', + 55628152 => 'TIM', + 55628153 => 'TIM', + 55628154 => 'TIM', + 55628155 => 'TIM', + 55628156 => 'TIM', + 55628157 => 'TIM', + 55628158 => 'TIM', + 55628159 => 'TIM', + 55628161 => 'TIM', + 55628162 => 'TIM', + 55628163 => 'TIM', + 55628164 => 'TIM', + 55628165 => 'TIM', + 55628166 => 'TIM', + 55628167 => 'TIM', + 55628168 => 'TIM', + 55628169 => 'TIM', + 55628171 => 'TIM', + 55628172 => 'TIM', + 55628173 => 'TIM', + 55628174 => 'TIM', + 55628175 => 'TIM', + 55628176 => 'TIM', + 55628177 => 'TIM', + 55628178 => 'TIM', + 55628179 => 'TIM', + 55628181 => 'TIM', + 55628182 => 'TIM', + 55628183 => 'TIM', + 55628184 => 'TIM', + 55628185 => 'TIM', + 55628186 => 'TIM', + 55628187 => 'TIM', + 55628188 => 'TIM', + 55628189 => 'TIM', + 55628191 => 'TIM', + 55628192 => 'TIM', + 55628193 => 'TIM', + 55628194 => 'TIM', + 55628195 => 'TIM', + 55628196 => 'TIM', + 55628197 => 'TIM', + 55628198 => 'TIM', + 55628199 => 'TIM', + 556284 => 'Brasil Telecom GSM', + 556285 => 'Brasil Telecom GSM', + 5562960 => 'Vivo', + 5562961 => 'Vivo', + 5562962 => 'Vivo', + 5562963 => 'Vivo', + 5562964 => 'Vivo', + 5562965 => 'Vivo', + 55629661 => 'Vivo', + 55629662 => 'Vivo', + 55629663 => 'Vivo', + 55629664 => 'Vivo', + 55629665 => 'Vivo', + 55629666 => 'Vivo', + 55629667 => 'Vivo', + 55629668 => 'Vivo', + 55629669 => 'Vivo', + 55629671 => 'Vivo', + 55629672 => 'Vivo', + 55629673 => 'Vivo', + 55629674 => 'Vivo', + 55629675 => 'Vivo', + 55629676 => 'Vivo', + 55629677 => 'Vivo', + 55629678 => 'Vivo', + 55629679 => 'Vivo', + 55629681 => 'Vivo', + 55629682 => 'Vivo', + 55629683 => 'Vivo', + 55629684 => 'Vivo', + 55629685 => 'Vivo', + 55629686 => 'Vivo', + 55629687 => 'Vivo', + 55629688 => 'Vivo', + 55629689 => 'Vivo', + 55629691 => 'Vivo', + 55629692 => 'Vivo', + 55629693 => 'Vivo', + 55629694 => 'Vivo', + 55629695 => 'Vivo', + 55629696 => 'Vivo', + 55629697 => 'Vivo', + 55629698 => 'Vivo', + 55629699 => 'Vivo', + 55629801 => 'Vivo', + 55629802 => 'Vivo', + 55629803 => 'Vivo', + 55629804 => 'Vivo', + 55629805 => 'Vivo', + 55629806 => 'Vivo', + 55629807 => 'Vivo', + 55629808 => 'Vivo', + 55629809 => 'Vivo', + 55629811 => 'Vivo', + 55629812 => 'Vivo', + 55629813 => 'Vivo', + 55629814 => 'Vivo', + 55629815 => 'Vivo', + 55629816 => 'Vivo', + 55629817 => 'Vivo', + 55629818 => 'Vivo', + 55629901 => 'Vivo', + 55629902 => 'Vivo', + 55629903 => 'Vivo', + 55629904 => 'Vivo', + 55629905 => 'Vivo', + 55629906 => 'Vivo', + 55629907 => 'Vivo', + 55629908 => 'Vivo', + 55629909 => 'Vivo', + 55629911 => 'Vivo', + 55629912 => 'Vivo', + 55629913 => 'Vivo', + 55629914 => 'Vivo', + 55629915 => 'Vivo', + 55629916 => 'Vivo', + 55629917 => 'Vivo', + 55629918 => 'Vivo', + 55629919 => 'Vivo', + 55629921 => 'Vivo', + 55629922 => 'Vivo', + 55629923 => 'Vivo', + 55629924 => 'Vivo', + 55629925 => 'Vivo', + 55629926 => 'Vivo', + 55629927 => 'Vivo', + 55629928 => 'Vivo', + 55629929 => 'Vivo', + 55629931 => 'Vivo', + 55629932 => 'Vivo', + 55629933 => 'Vivo', + 55629934 => 'Vivo', + 55629935 => 'Vivo', + 55629936 => 'Vivo', + 55629937 => 'Vivo', + 55629938 => 'Vivo', + 55629939 => 'Vivo', + 55629941 => 'Vivo', + 55629942 => 'Vivo', + 55629943 => 'Vivo', + 55629944 => 'Vivo', + 55629945 => 'Vivo', + 55629946 => 'Vivo', + 55629947 => 'Vivo', + 55629948 => 'Vivo', + 55629949 => 'Vivo', + 55629951 => 'Vivo', + 55629952 => 'Vivo', + 55629953 => 'Vivo', + 55629954 => 'Vivo', + 55629955 => 'Vivo', + 55629956 => 'Vivo', + 55629957 => 'Vivo', + 55629958 => 'Vivo', + 55629959 => 'Vivo', + 5562996 => 'Vivo', + 5562997 => 'Vivo', + 5562998 => 'Vivo', + 55629991 => 'Vivo', + 55629992 => 'Vivo', + 55629993 => 'Vivo', + 55629994 => 'Vivo', + 55629995 => 'Vivo', + 55629996 => 'Vivo', + 55629997 => 'Vivo', + 55629998 => 'Vivo', + 55629999 => 'Vivo', + 55638111 => 'TIM', + 55638112 => 'TIM', + 55638113 => 'TIM', + 55638114 => 'TIM', + 55638115 => 'TIM', + 55638116 => 'TIM', + 55638117 => 'TIM', + 55638118 => 'TIM', + 55638119 => 'TIM', + 55638121 => 'TIM', + 55638122 => 'TIM', + 55638123 => 'TIM', + 55638124 => 'TIM', + 55638125 => 'TIM', + 55638126 => 'TIM', + 55638127 => 'TIM', + 55638128 => 'TIM', + 55638129 => 'TIM', + 55638131 => 'TIM', + 55638132 => 'TIM', + 55638133 => 'TIM', + 55638401 => 'Brasil Telecom GSM', + 55638402 => 'Brasil Telecom GSM', + 55638403 => 'Brasil Telecom GSM', + 55638404 => 'Brasil Telecom GSM', + 55638405 => 'Brasil Telecom GSM', + 55638406 => 'Brasil Telecom GSM', + 55638407 => 'Brasil Telecom GSM', + 55638408 => 'Brasil Telecom GSM', + 55638409 => 'Brasil Telecom GSM', + 55638411 => 'Brasil Telecom GSM', + 55638412 => 'Brasil Telecom GSM', + 55638413 => 'Brasil Telecom GSM', + 55638414 => 'Brasil Telecom GSM', + 55638415 => 'Brasil Telecom GSM', + 55638416 => 'Brasil Telecom GSM', + 55638417 => 'Brasil Telecom GSM', + 55638418 => 'Brasil Telecom GSM', + 55638419 => 'Brasil Telecom GSM', + 55638421 => 'Brasil Telecom GSM', + 55638422 => 'Brasil Telecom GSM', + 55638423 => 'Brasil Telecom GSM', + 55638424 => 'Brasil Telecom GSM', + 55638425 => 'Brasil Telecom GSM', + 55638426 => 'Brasil Telecom GSM', + 55638427 => 'Brasil Telecom GSM', + 55638428 => 'Brasil Telecom GSM', + 55638429 => 'Brasil Telecom GSM', + 55638431 => 'Brasil Telecom GSM', + 55638432 => 'Brasil Telecom GSM', + 55638433 => 'Brasil Telecom GSM', + 55638434 => 'Brasil Telecom GSM', + 55638435 => 'Brasil Telecom GSM', + 55638436 => 'Brasil Telecom GSM', + 55638437 => 'Brasil Telecom GSM', + 55638438 => 'Brasil Telecom GSM', + 55638439 => 'Brasil Telecom GSM', + 55638441 => 'Brasil Telecom GSM', + 55638442 => 'Brasil Telecom GSM', + 55638443 => 'Brasil Telecom GSM', + 55639911 => 'Vivo', + 55639941 => 'Vivo', + 55639942 => 'Vivo', + 55639943 => 'Vivo', + 55639944 => 'Vivo', + 55639945 => 'Vivo', + 55639946 => 'Vivo', + 55639947 => 'Vivo', + 55639948 => 'Vivo', + 55639949 => 'Vivo', + 55639951 => 'Vivo', + 55639952 => 'Vivo', + 55639953 => 'Vivo', + 55639954 => 'Vivo', + 55639955 => 'Vivo', + 55639956 => 'Vivo', + 55639957 => 'Vivo', + 55639958 => 'Vivo', + 55639959 => 'Vivo', + 55639961 => 'Vivo', + 55639962 => 'Vivo', + 55639963 => 'Vivo', + 55639964 => 'Vivo', + 55639965 => 'Vivo', + 55639966 => 'Vivo', + 55639967 => 'Vivo', + 55639968 => 'Vivo', + 55639969 => 'Vivo', + 5563997 => 'Vivo', + 5563998 => 'Vivo', + 55639991 => 'Vivo', + 55639992 => 'Vivo', + 55639993 => 'Vivo', + 55639994 => 'Vivo', + 55639995 => 'Vivo', + 55639996 => 'Vivo', + 55639997 => 'Vivo', + 55639998 => 'Vivo', + 55639999 => 'Vivo', + 55648111 => 'TIM', + 55648112 => 'TIM', + 55648113 => 'TIM', + 55648114 => 'TIM', + 55648115 => 'TIM', + 55648116 => 'TIM', + 55648117 => 'TIM', + 55648118 => 'TIM', + 55648119 => 'TIM', + 55648121 => 'TIM', + 55648122 => 'TIM', + 55648123 => 'TIM', + 55648124 => 'TIM', + 55648125 => 'TIM', + 55648126 => 'TIM', + 55648127 => 'TIM', + 55648128 => 'TIM', + 55648129 => 'TIM', + 55648131 => 'TIM', + 55648132 => 'TIM', + 55648133 => 'TIM', + 55648134 => 'TIM', + 55648135 => 'TIM', + 55648136 => 'TIM', + 55648137 => 'TIM', + 55648138 => 'TIM', + 55648139 => 'TIM', + 55648141 => 'TIM', + 55648401 => 'Brasil Telecom GSM', + 55648402 => 'Brasil Telecom GSM', + 55648403 => 'Brasil Telecom GSM', + 55648404 => 'Brasil Telecom GSM', + 55648405 => 'Brasil Telecom GSM', + 55648406 => 'Brasil Telecom GSM', + 55648407 => 'Brasil Telecom GSM', + 55648408 => 'Brasil Telecom GSM', + 55648409 => 'Brasil Telecom GSM', + 55648411 => 'Brasil Telecom GSM', + 55648412 => 'Brasil Telecom GSM', + 55648413 => 'Brasil Telecom GSM', + 55648414 => 'Brasil Telecom GSM', + 55648415 => 'Brasil Telecom GSM', + 55648416 => 'Brasil Telecom GSM', + 55648417 => 'Brasil Telecom GSM', + 55648418 => 'Brasil Telecom GSM', + 55648419 => 'Brasil Telecom GSM', + 55648421 => 'Brasil Telecom GSM', + 55648422 => 'Brasil Telecom GSM', + 55648423 => 'Brasil Telecom GSM', + 55648424 => 'Brasil Telecom GSM', + 55648425 => 'Brasil Telecom GSM', + 55648426 => 'Brasil Telecom GSM', + 55648427 => 'Brasil Telecom GSM', + 55648428 => 'Brasil Telecom GSM', + 55648429 => 'Brasil Telecom GSM', + 55648431 => 'Brasil Telecom GSM', + 55648432 => 'Brasil Telecom GSM', + 55648433 => 'Brasil Telecom GSM', + 55648434 => 'Brasil Telecom GSM', + 55648435 => 'Brasil Telecom GSM', + 55648436 => 'Brasil Telecom GSM', + 55648437 => 'Brasil Telecom GSM', + 55648438 => 'Brasil Telecom GSM', + 55648439 => 'Brasil Telecom GSM', + 55648441 => 'Brasil Telecom GSM', + 55649606 => 'Vivo', + 55649607 => 'Vivo', + 55649611 => 'Vivo', + 55649618 => 'Vivo', + 55649623 => 'Vivo', + 55649624 => 'Vivo', + 55649625 => 'Vivo', + 55649626 => 'Vivo', + 55649627 => 'Vivo', + 55649641 => 'Vivo', + 55649642 => 'Vivo', + 55649643 => 'Vivo', + 55649644 => 'Vivo', + 55649645 => 'Vivo', + 55649646 => 'Vivo', + 55649647 => 'Vivo', + 55649648 => 'Vivo', + 55649652 => 'Vivo', + 55649653 => 'Vivo', + 55649654 => 'Vivo', + 55649655 => 'Vivo', + 55649658 => 'Vivo', + 55649671 => 'Vivo', + 55649675 => 'Vivo', + 55649676 => 'Vivo', + 55649695 => 'Vivo', + 55649699 => 'Vivo', + 55649902 => 'Vivo', + 55649905 => 'Vivo', + 55649906 => 'Vivo', + 55649907 => 'Vivo', + 55649911 => 'Vivo', + 55649931 => 'Vivo', + 55649935 => 'Vivo', + 55649937 => 'Vivo', + 55649938 => 'Vivo', + 55649939 => 'Vivo', + 55649941 => 'Vivo', + 55649942 => 'Vivo', + 55649943 => 'Vivo', + 55649944 => 'Vivo', + 55649945 => 'Vivo', + 55649946 => 'Vivo', + 55649947 => 'Vivo', + 55649948 => 'Vivo', + 55649949 => 'Vivo', + 55649951 => 'Vivo', + 55649952 => 'Vivo', + 55649953 => 'Vivo', + 55649954 => 'Vivo', + 55649955 => 'Vivo', + 55649956 => 'Vivo', + 55649957 => 'Vivo', + 55649958 => 'Vivo', + 55649959 => 'Vivo', + 55649961 => 'Vivo', + 55649962 => 'Vivo', + 55649963 => 'Vivo', + 55649964 => 'Vivo', + 55649965 => 'Vivo', + 55649966 => 'Vivo', + 55649967 => 'Vivo', + 55649968 => 'Vivo', + 55649969 => 'Vivo', + 5564997 => 'Vivo', + 5564998 => 'Vivo', + 55649991 => 'Vivo', + 55649994 => 'Vivo', + 55649995 => 'Vivo', + 55649996 => 'Vivo', + 55649997 => 'Vivo', + 55649998 => 'Vivo', + 55658111 => 'TIM', + 55658112 => 'TIM', + 55658113 => 'TIM', + 55658114 => 'TIM', + 55658115 => 'TIM', + 55658116 => 'TIM', + 55658117 => 'TIM', + 55658118 => 'TIM', + 55658119 => 'TIM', + 55658121 => 'TIM', + 55658122 => 'TIM', + 55658123 => 'TIM', + 55658124 => 'TIM', + 55658125 => 'TIM', + 55658126 => 'TIM', + 55658127 => 'TIM', + 55658128 => 'TIM', + 55658129 => 'TIM', + 55658131 => 'TIM', + 55658132 => 'TIM', + 55658133 => 'TIM', + 55658134 => 'TIM', + 55658135 => 'TIM', + 55658136 => 'TIM', + 55658137 => 'TIM', + 55658138 => 'TIM', + 55658139 => 'TIM', + 55658141 => 'TIM', + 55658142 => 'TIM', + 55658401 => 'Brasil Telecom GSM', + 55658402 => 'Brasil Telecom GSM', + 55658403 => 'Brasil Telecom GSM', + 55658404 => 'Brasil Telecom GSM', + 55658405 => 'Brasil Telecom GSM', + 55658406 => 'Brasil Telecom GSM', + 55658407 => 'Brasil Telecom GSM', + 55658408 => 'Brasil Telecom GSM', + 55658409 => 'Brasil Telecom GSM', + 55658411 => 'Brasil Telecom GSM', + 55658412 => 'Brasil Telecom GSM', + 55658413 => 'Brasil Telecom GSM', + 55658414 => 'Brasil Telecom GSM', + 55658415 => 'Brasil Telecom GSM', + 55658416 => 'Brasil Telecom GSM', + 55658417 => 'Brasil Telecom GSM', + 55658418 => 'Brasil Telecom GSM', + 55658419 => 'Brasil Telecom GSM', + 55658421 => 'Brasil Telecom GSM', + 55658422 => 'Brasil Telecom GSM', + 55658423 => 'Brasil Telecom GSM', + 55658424 => 'Brasil Telecom GSM', + 55658425 => 'Brasil Telecom GSM', + 55658426 => 'Brasil Telecom GSM', + 55658427 => 'Brasil Telecom GSM', + 55658428 => 'Brasil Telecom GSM', + 55658429 => 'Brasil Telecom GSM', + 55658431 => 'Brasil Telecom GSM', + 55658432 => 'Brasil Telecom GSM', + 55658433 => 'Brasil Telecom GSM', + 55658434 => 'Brasil Telecom GSM', + 55658435 => 'Brasil Telecom GSM', + 55658436 => 'Brasil Telecom GSM', + 55658437 => 'Brasil Telecom GSM', + 55658438 => 'Brasil Telecom GSM', + 55658439 => 'Brasil Telecom GSM', + 55658441 => 'Brasil Telecom GSM', + 55658442 => 'Brasil Telecom GSM', + 55658443 => 'Brasil Telecom GSM', + 55658444 => 'Brasil Telecom GSM', + 55658445 => 'Brasil Telecom GSM', + 55658446 => 'Brasil Telecom GSM', + 55658447 => 'Brasil Telecom GSM', + 55658448 => 'Brasil Telecom GSM', + 55658449 => 'Brasil Telecom GSM', + 55658451 => 'Brasil Telecom GSM', + 55658452 => 'Brasil Telecom GSM', + 55658453 => 'Brasil Telecom GSM', + 55658454 => 'Brasil Telecom GSM', + 55658455 => 'Brasil Telecom GSM', + 55658456 => 'Brasil Telecom GSM', + 55658457 => 'Brasil Telecom GSM', + 55659601 => 'Vivo', + 55659602 => 'Vivo', + 55659603 => 'Vivo', + 55659604 => 'Vivo', + 55659605 => 'Vivo', + 55659606 => 'Vivo', + 55659607 => 'Vivo', + 55659608 => 'Vivo', + 55659609 => 'Vivo', + 55659611 => 'Vivo', + 55659612 => 'Vivo', + 55659613 => 'Vivo', + 55659614 => 'Vivo', + 55659615 => 'Vivo', + 55659616 => 'Vivo', + 55659617 => 'Vivo', + 55659618 => 'Vivo', + 55659619 => 'Vivo', + 55659621 => 'Vivo', + 55659622 => 'Vivo', + 55659623 => 'Vivo', + 55659624 => 'Vivo', + 55659625 => 'Vivo', + 55659626 => 'Vivo', + 55659627 => 'Vivo', + 55659628 => 'Vivo', + 55659629 => 'Vivo', + 55659631 => 'Vivo', + 55659632 => 'Vivo', + 55659633 => 'Vivo', + 55659634 => 'Vivo', + 55659635 => 'Vivo', + 55659636 => 'Vivo', + 55659637 => 'Vivo', + 55659638 => 'Vivo', + 55659639 => 'Vivo', + 55659641 => 'Vivo', + 55659642 => 'Vivo', + 55659643 => 'Vivo', + 55659644 => 'Vivo', + 55659645 => 'Vivo', + 55659646 => 'Vivo', + 55659647 => 'Vivo', + 55659648 => 'Vivo', + 55659649 => 'Vivo', + 55659651 => 'Vivo', + 55659652 => 'Vivo', + 55659653 => 'Vivo', + 55659654 => 'Vivo', + 55659655 => 'Vivo', + 55659656 => 'Vivo', + 55659657 => 'Vivo', + 55659658 => 'Vivo', + 55659659 => 'Vivo', + 55659661 => 'Vivo', + 55659662 => 'Vivo', + 55659663 => 'Vivo', + 55659664 => 'Vivo', + 55659665 => 'Vivo', + 55659666 => 'Vivo', + 55659667 => 'Vivo', + 55659668 => 'Vivo', + 55659669 => 'Vivo', + 55659671 => 'Vivo', + 55659672 => 'Vivo', + 55659673 => 'Vivo', + 55659674 => 'Vivo', + 55659675 => 'Vivo', + 55659676 => 'Vivo', + 55659677 => 'Vivo', + 55659901 => 'Vivo', + 55659902 => 'Vivo', + 55659903 => 'Vivo', + 55659904 => 'Vivo', + 55659905 => 'Vivo', + 55659906 => 'Vivo', + 55659907 => 'Vivo', + 55659908 => 'Vivo', + 55659909 => 'Vivo', + 55659911 => 'Vivo', + 55659912 => 'Vivo', + 55659913 => 'Vivo', + 55659914 => 'Vivo', + 55659915 => 'Vivo', + 55659916 => 'Vivo', + 55659917 => 'Vivo', + 55659918 => 'Vivo', + 55659919 => 'Vivo', + 55659921 => 'Vivo', + 55659922 => 'Vivo', + 55659923 => 'Vivo', + 55659924 => 'Vivo', + 55659925 => 'Vivo', + 55659926 => 'Vivo', + 55659927 => 'Vivo', + 55659928 => 'Vivo', + 55659929 => 'Vivo', + 55659931 => 'Vivo', + 55659932 => 'Vivo', + 55659933 => 'Vivo', + 55659934 => 'Vivo', + 55659935 => 'Vivo', + 55659936 => 'Vivo', + 55659937 => 'Vivo', + 55659938 => 'Vivo', + 55659939 => 'Vivo', + 55659941 => 'Vivo', + 55659942 => 'Vivo', + 55659943 => 'Vivo', + 55659944 => 'Vivo', + 55659945 => 'Vivo', + 55659946 => 'Vivo', + 55659947 => 'Vivo', + 55659948 => 'Vivo', + 55659949 => 'Vivo', + 55659951 => 'Vivo', + 55659952 => 'Vivo', + 55659953 => 'Vivo', + 55659954 => 'Vivo', + 55659955 => 'Vivo', + 55659956 => 'Vivo', + 55659957 => 'Vivo', + 55659958 => 'Vivo', + 55659959 => 'Vivo', + 5565996 => 'Vivo', + 5565997 => 'Vivo', + 5565998 => 'Vivo', + 55659991 => 'Vivo', + 55659992 => 'Vivo', + 55659993 => 'Vivo', + 55659994 => 'Vivo', + 55659995 => 'Vivo', + 55659996 => 'Vivo', + 55659997 => 'Vivo', + 55659998 => 'Vivo', + 55659999 => 'Vivo', + 55668111 => 'TIM', + 55668112 => 'TIM', + 55668113 => 'TIM', + 55668114 => 'TIM', + 55668115 => 'TIM', + 55668116 => 'TIM', + 55668117 => 'TIM', + 55668118 => 'TIM', + 55668119 => 'TIM', + 55668121 => 'TIM', + 55668122 => 'TIM', + 55668123 => 'TIM', + 55668124 => 'TIM', + 55668125 => 'TIM', + 55668126 => 'TIM', + 55668127 => 'TIM', + 55668128 => 'TIM', + 55668129 => 'TIM', + 55668131 => 'TIM', + 55668132 => 'TIM', + 55668401 => 'Brasil Telecom GSM', + 55668402 => 'Brasil Telecom GSM', + 55668403 => 'Brasil Telecom GSM', + 55668404 => 'Brasil Telecom GSM', + 55668405 => 'Brasil Telecom GSM', + 55668406 => 'Brasil Telecom GSM', + 55668407 => 'Brasil Telecom GSM', + 55668408 => 'Brasil Telecom GSM', + 55668409 => 'Brasil Telecom GSM', + 55668411 => 'Brasil Telecom GSM', + 55668412 => 'Brasil Telecom GSM', + 55668413 => 'Brasil Telecom GSM', + 55668414 => 'Brasil Telecom GSM', + 55668415 => 'Brasil Telecom GSM', + 55668416 => 'Brasil Telecom GSM', + 55668417 => 'Brasil Telecom GSM', + 55668418 => 'Brasil Telecom GSM', + 55668419 => 'Brasil Telecom GSM', + 55668421 => 'Brasil Telecom GSM', + 55668422 => 'Brasil Telecom GSM', + 55668423 => 'Brasil Telecom GSM', + 55668424 => 'Brasil Telecom GSM', + 55668425 => 'Brasil Telecom GSM', + 55668426 => 'Brasil Telecom GSM', + 55668427 => 'Brasil Telecom GSM', + 55668428 => 'Brasil Telecom GSM', + 55669601 => 'Vivo', + 55669602 => 'Vivo', + 55669603 => 'Vivo', + 55669604 => 'Vivo', + 55669605 => 'Vivo', + 55669606 => 'Vivo', + 55669607 => 'Vivo', + 55669608 => 'Vivo', + 55669609 => 'Vivo', + 55669611 => 'Vivo', + 55669612 => 'Vivo', + 55669613 => 'Vivo', + 55669614 => 'Vivo', + 55669615 => 'Vivo', + 55669616 => 'Vivo', + 55669617 => 'Vivo', + 55669618 => 'Vivo', + 55669619 => 'Vivo', + 55669621 => 'Vivo', + 55669622 => 'Vivo', + 55669623 => 'Vivo', + 55669624 => 'Vivo', + 55669625 => 'Vivo', + 55669626 => 'Vivo', + 55669627 => 'Vivo', + 55669628 => 'Vivo', + 55669629 => 'Vivo', + 55669631 => 'Vivo', + 55669632 => 'Vivo', + 55669633 => 'Vivo', + 55669634 => 'Vivo', + 55669635 => 'Vivo', + 55669636 => 'Vivo', + 55669637 => 'Vivo', + 55669638 => 'Vivo', + 55669639 => 'Vivo', + 55669641 => 'Vivo', + 55669642 => 'Vivo', + 55669643 => 'Vivo', + 55669644 => 'Vivo', + 55669645 => 'Vivo', + 55669646 => 'Vivo', + 55669647 => 'Vivo', + 55669648 => 'Vivo', + 55669649 => 'Vivo', + 55669651 => 'Vivo', + 55669652 => 'Vivo', + 55669653 => 'Vivo', + 55669654 => 'Vivo', + 55669655 => 'Vivo', + 55669656 => 'Vivo', + 55669657 => 'Vivo', + 55669658 => 'Vivo', + 55669659 => 'Vivo', + 55669661 => 'Vivo', + 55669662 => 'Vivo', + 55669663 => 'Vivo', + 55669664 => 'Vivo', + 55669665 => 'Vivo', + 55669666 => 'Vivo', + 55669667 => 'Vivo', + 55669668 => 'Vivo', + 55669669 => 'Vivo', + 55669671 => 'Vivo', + 55669672 => 'Vivo', + 55669673 => 'Vivo', + 55669674 => 'Vivo', + 55669675 => 'Vivo', + 55669676 => 'Vivo', + 55669677 => 'Vivo', + 55669678 => 'Vivo', + 55669679 => 'Vivo', + 55669681 => 'Vivo', + 55669682 => 'Vivo', + 55669683 => 'Vivo', + 55669684 => 'Vivo', + 55669685 => 'Vivo', + 55669686 => 'Vivo', + 55669687 => 'Vivo', + 55669688 => 'Vivo', + 55669689 => 'Vivo', + 55669691 => 'Vivo', + 55669692 => 'Vivo', + 55669693 => 'Vivo', + 55669694 => 'Vivo', + 55669695 => 'Vivo', + 55669696 => 'Vivo', + 55669697 => 'Vivo', + 55669698 => 'Vivo', + 55669699 => 'Vivo', + 55669901 => 'Vivo', + 55669902 => 'Vivo', + 55669903 => 'Vivo', + 55669904 => 'Vivo', + 55669905 => 'Vivo', + 55669906 => 'Vivo', + 55669907 => 'Vivo', + 55669908 => 'Vivo', + 55669909 => 'Vivo', + 55669911 => 'Vivo', + 55669912 => 'Vivo', + 55669913 => 'Vivo', + 55669951 => 'Vivo', + 55669952 => 'Vivo', + 55669953 => 'Vivo', + 55669954 => 'Vivo', + 55669955 => 'Vivo', + 55669956 => 'Vivo', + 55669957 => 'Vivo', + 55669958 => 'Vivo', + 55669959 => 'Vivo', + 55669961 => 'Vivo', + 55669962 => 'Vivo', + 55669963 => 'Vivo', + 55669964 => 'Vivo', + 55669965 => 'Vivo', + 55669966 => 'Vivo', + 55669967 => 'Vivo', + 55669968 => 'Vivo', + 55669969 => 'Vivo', + 5566997 => 'Vivo', + 5566998 => 'Vivo', + 55669991 => 'Vivo', + 55669992 => 'Vivo', + 55669993 => 'Vivo', + 55669994 => 'Vivo', + 55669995 => 'Vivo', + 55669996 => 'Vivo', + 55669997 => 'Vivo', + 55669998 => 'Vivo', + 55669999 => 'Vivo', + 55678111 => 'TIM', + 55678112 => 'TIM', + 55678113 => 'TIM', + 55678114 => 'TIM', + 55678115 => 'TIM', + 55678116 => 'TIM', + 55678117 => 'TIM', + 55678118 => 'TIM', + 55678119 => 'TIM', + 55678121 => 'TIM', + 55678122 => 'TIM', + 55678123 => 'TIM', + 55678124 => 'TIM', + 55678125 => 'TIM', + 55678126 => 'TIM', + 55678127 => 'TIM', + 55678128 => 'TIM', + 55678129 => 'TIM', + 55678131 => 'TIM', + 55678132 => 'TIM', + 55678133 => 'TIM', + 55678134 => 'TIM', + 55678135 => 'TIM', + 55678136 => 'TIM', + 55678137 => 'TIM', + 55678138 => 'TIM', + 55678139 => 'TIM', + 55678141 => 'TIM', + 55678142 => 'TIM', + 55678143 => 'TIM', + 55678144 => 'TIM', + 55678145 => 'TIM', + 55678146 => 'TIM', + 55678147 => 'TIM', + 55678148 => 'TIM', + 55678149 => 'TIM', + 55678151 => 'TIM', + 55678152 => 'TIM', + 55678153 => 'TIM', + 55678154 => 'TIM', + 55678155 => 'TIM', + 55678156 => 'TIM', + 55678157 => 'TIM', + 55678158 => 'TIM', + 55678159 => 'TIM', + 55678161 => 'TIM', + 55678162 => 'TIM', + 55678163 => 'TIM', + 55678164 => 'TIM', + 55678167 => 'TIM', + 55678401 => 'Brasil Telecom GSM', + 55678402 => 'Brasil Telecom GSM', + 55678403 => 'Brasil Telecom GSM', + 55678404 => 'Brasil Telecom GSM', + 55678405 => 'Brasil Telecom GSM', + 55678406 => 'Brasil Telecom GSM', + 55678407 => 'Brasil Telecom GSM', + 55678408 => 'Brasil Telecom GSM', + 55678409 => 'Brasil Telecom GSM', + 55678411 => 'Brasil Telecom GSM', + 55678412 => 'Brasil Telecom GSM', + 55678413 => 'Brasil Telecom GSM', + 55678414 => 'Brasil Telecom GSM', + 55678415 => 'Brasil Telecom GSM', + 55678416 => 'Brasil Telecom GSM', + 55678417 => 'Brasil Telecom GSM', + 55678418 => 'Brasil Telecom GSM', + 55678419 => 'Brasil Telecom GSM', + 55678421 => 'Brasil Telecom GSM', + 55678422 => 'Brasil Telecom GSM', + 55678423 => 'Brasil Telecom GSM', + 55678424 => 'Brasil Telecom GSM', + 55678425 => 'Brasil Telecom GSM', + 55678426 => 'Brasil Telecom GSM', + 55678427 => 'Brasil Telecom GSM', + 55678428 => 'Brasil Telecom GSM', + 55678429 => 'Brasil Telecom GSM', + 55678431 => 'Brasil Telecom GSM', + 55678432 => 'Brasil Telecom GSM', + 55678433 => 'Brasil Telecom GSM', + 55678434 => 'Brasil Telecom GSM', + 55678435 => 'Brasil Telecom GSM', + 55678436 => 'Brasil Telecom GSM', + 55678437 => 'Brasil Telecom GSM', + 55678438 => 'Brasil Telecom GSM', + 55678439 => 'Brasil Telecom GSM', + 55678441 => 'Brasil Telecom GSM', + 55678442 => 'Brasil Telecom GSM', + 55678443 => 'Brasil Telecom GSM', + 55678444 => 'Brasil Telecom GSM', + 55678445 => 'Brasil Telecom GSM', + 55678446 => 'Brasil Telecom GSM', + 55678447 => 'Brasil Telecom GSM', + 55678448 => 'Brasil Telecom GSM', + 55678449 => 'Brasil Telecom GSM', + 55678451 => 'Brasil Telecom GSM', + 55678452 => 'Brasil Telecom GSM', + 55678453 => 'Brasil Telecom GSM', + 55678454 => 'Brasil Telecom GSM', + 556796 => 'Vivo', + 5567980 => 'Vivo', + 55679810 => 'Vivo', + 55679811 => 'Vivo', + 55679812 => 'Vivo', + 55679813 => 'Vivo', + 55679814 => 'Vivo', + 556799 => 'Vivo', + 55688111 => 'TIM', + 55688112 => 'TIM', + 55688113 => 'TIM', + 55688114 => 'TIM', + 55688115 => 'TIM', + 55688117 => 'TIM', + 55688118 => 'TIM', + 55688119 => 'TIM', + 55688121 => 'TIM', + 55688401 => 'Brasil Telecom GSM', + 55688402 => 'Brasil Telecom GSM', + 55688403 => 'Brasil Telecom GSM', + 55688404 => 'Brasil Telecom GSM', + 55688405 => 'Brasil Telecom GSM', + 55688406 => 'Brasil Telecom GSM', + 55688407 => 'Brasil Telecom GSM', + 55688408 => 'Brasil Telecom GSM', + 55688409 => 'Brasil Telecom GSM', + 55688411 => 'Brasil Telecom GSM', + 55688412 => 'Brasil Telecom GSM', + 55688413 => 'Brasil Telecom GSM', + 55688414 => 'Brasil Telecom GSM', + 55688415 => 'Brasil Telecom GSM', + 55688416 => 'Brasil Telecom GSM', + 55688417 => 'Brasil Telecom GSM', + 55688418 => 'Brasil Telecom GSM', + 55689911 => 'Vivo', + 55689931 => 'Vivo', + 55689932 => 'Vivo', + 55689933 => 'Vivo', + 55689934 => 'Vivo', + 55689935 => 'Vivo', + 55689936 => 'Vivo', + 55689937 => 'Vivo', + 55689938 => 'Vivo', + 55689939 => 'Vivo', + 55689941 => 'Vivo', + 55689942 => 'Vivo', + 55689943 => 'Vivo', + 55689944 => 'Vivo', + 55689945 => 'Vivo', + 55689946 => 'Vivo', + 55689947 => 'Vivo', + 55689948 => 'Vivo', + 55689949 => 'Vivo', + 55689951 => 'Vivo', + 55689952 => 'Vivo', + 55689953 => 'Vivo', + 55689954 => 'Vivo', + 55689955 => 'Vivo', + 55689956 => 'Vivo', + 55689957 => 'Vivo', + 55689958 => 'Vivo', + 55689959 => 'Vivo', + 55689961 => 'Vivo', + 55689962 => 'Vivo', + 55689963 => 'Vivo', + 55689964 => 'Vivo', + 55689965 => 'Vivo', + 55689966 => 'Vivo', + 55689967 => 'Vivo', + 55689968 => 'Vivo', + 55689969 => 'Vivo', + 5568997 => 'Vivo', + 5568998 => 'Vivo', + 55689991 => 'Vivo', + 55689992 => 'Vivo', + 55689993 => 'Vivo', + 55689994 => 'Vivo', + 55689995 => 'Vivo', + 55689996 => 'Vivo', + 55689997 => 'Vivo', + 55689998 => 'Vivo', + 55689999 => 'Vivo', + 55698111 => 'TIM', + 55698112 => 'TIM', + 55698113 => 'TIM', + 55698114 => 'TIM', + 55698115 => 'TIM', + 55698116 => 'TIM', + 55698117 => 'TIM', + 55698118 => 'TIM', + 55698119 => 'TIM', + 55698121 => 'TIM', + 55698122 => 'TIM', + 55698123 => 'TIM', + 55698124 => 'TIM', + 55698125 => 'TIM', + 55698126 => 'TIM', + 55698127 => 'TIM', + 55698128 => 'TIM', + 55698401 => 'Brasil Telecom GSM', + 55698402 => 'Brasil Telecom GSM', + 55698403 => 'Brasil Telecom GSM', + 55698404 => 'Brasil Telecom GSM', + 55698405 => 'Brasil Telecom GSM', + 55698406 => 'Brasil Telecom GSM', + 55698407 => 'Brasil Telecom GSM', + 55698408 => 'Brasil Telecom GSM', + 55698409 => 'Brasil Telecom GSM', + 55698411 => 'Brasil Telecom GSM', + 55698412 => 'Brasil Telecom GSM', + 55698413 => 'Brasil Telecom GSM', + 55698414 => 'Brasil Telecom GSM', + 55698415 => 'Brasil Telecom GSM', + 55698416 => 'Brasil Telecom GSM', + 55698417 => 'Brasil Telecom GSM', + 55698418 => 'Brasil Telecom GSM', + 55698419 => 'Brasil Telecom GSM', + 55698421 => 'Brasil Telecom GSM', + 55698422 => 'Brasil Telecom GSM', + 55698423 => 'Brasil Telecom GSM', + 55698424 => 'Brasil Telecom GSM', + 55698425 => 'Brasil Telecom GSM', + 55698426 => 'Brasil Telecom GSM', + 55698427 => 'Brasil Telecom GSM', + 55698428 => 'Brasil Telecom GSM', + 55698429 => 'Brasil Telecom GSM', + 55698431 => 'Brasil Telecom GSM', + 55698432 => 'Brasil Telecom GSM', + 55698433 => 'Brasil Telecom GSM', + 55698434 => 'Brasil Telecom GSM', + 55698435 => 'Brasil Telecom GSM', + 55698436 => 'Brasil Telecom GSM', + 55698437 => 'Brasil Telecom GSM', + 55698438 => 'Brasil Telecom GSM', + 55698439 => 'Brasil Telecom GSM', + 55698441 => 'Brasil Telecom GSM', + 55698442 => 'Brasil Telecom GSM', + 55698443 => 'Brasil Telecom GSM', + 55698444 => 'Brasil Telecom GSM', + 55698445 => 'Brasil Telecom GSM', + 55698446 => 'Brasil Telecom GSM', + 55698447 => 'Brasil Telecom GSM', + 55698448 => 'Brasil Telecom GSM', + 55698449 => 'Brasil Telecom GSM', + 55698451 => 'Brasil Telecom GSM', + 55698452 => 'Brasil Telecom GSM', + 55698453 => 'Brasil Telecom GSM', + 55698454 => 'Brasil Telecom GSM', + 55698455 => 'Brasil Telecom GSM', + 55698456 => 'Brasil Telecom GSM', + 55698457 => 'Brasil Telecom GSM', + 55698458 => 'Brasil Telecom GSM', + 55698459 => 'Brasil Telecom GSM', + 55698461 => 'Brasil Telecom GSM', + 55698462 => 'Brasil Telecom GSM', + 55698463 => 'Brasil Telecom GSM', + 55698465 => 'Brasil Telecom GSM', + 55698466 => 'Brasil Telecom GSM', + 55698467 => 'Brasil Telecom GSM', + 55699901 => 'Vivo', + 55699902 => 'Vivo', + 55699903 => 'Vivo', + 55699904 => 'Vivo', + 55699905 => 'Vivo', + 55699906 => 'Vivo', + 55699907 => 'Vivo', + 55699908 => 'Vivo', + 55699909 => 'Vivo', + 55699911 => 'Vivo', + 55699912 => 'Vivo', + 55699913 => 'Vivo', + 55699914 => 'Vivo', + 55699915 => 'Vivo', + 55699916 => 'Vivo', + 55699917 => 'Vivo', + 55699918 => 'Vivo', + 55699919 => 'Vivo', + 55699921 => 'Vivo', + 55699922 => 'Vivo', + 55699923 => 'Vivo', + 55699924 => 'Vivo', + 55699925 => 'Vivo', + 55699926 => 'Vivo', + 55699927 => 'Vivo', + 55699928 => 'Vivo', + 55699929 => 'Vivo', + 55699931 => 'Vivo', + 55699932 => 'Vivo', + 55699951 => 'Vivo', + 55699952 => 'Vivo', + 55699953 => 'Vivo', + 55699954 => 'Vivo', + 55699955 => 'Vivo', + 55699956 => 'Vivo', + 55699957 => 'Vivo', + 55699958 => 'Vivo', + 55699959 => 'Vivo', + 5569996 => 'Vivo', + 5569997 => 'Vivo', + 5569998 => 'Vivo', + 55699991 => 'Vivo', + 55699992 => 'Vivo', + 55699993 => 'Vivo', + 55699994 => 'Vivo', + 55699995 => 'Vivo', + 55699996 => 'Vivo', + 55699997 => 'Vivo', + 55699998 => 'Vivo', + 55699999 => 'Vivo', + 557181 => 'Claro BR', + 557182 => 'Claro BR', + 5571830 => 'Claro BR', + 5571831 => 'Claro BR', + 5571832 => 'Claro BR', + 5571833 => 'Claro BR', + 5571834 => 'Claro BR', + 5571835 => 'Claro BR', + 55718360 => 'Claro BR', + 55718361 => 'Claro BR', + 55718362 => 'Claro BR', + 557185 => 'Oi', + 557186 => 'Oi', + 557187 => 'Oi', + 557188 => 'Oi', + 557189 => 'Oi', + 55719101 => 'TIM', + 55719102 => 'TIM', + 55719103 => 'TIM', + 55719104 => 'TIM', + 55719105 => 'TIM', + 55719106 => 'TIM', + 55719107 => 'TIM', + 55719108 => 'TIM', + 55719109 => 'TIM', + 55719111 => 'TIM', + 55719112 => 'TIM', + 55719113 => 'TIM', + 55719114 => 'TIM', + 55719115 => 'TIM', + 55719116 => 'TIM', + 55719117 => 'TIM', + 55719118 => 'TIM', + 55719119 => 'TIM', + 55719121 => 'TIM', + 55719122 => 'TIM', + 55719123 => 'TIM', + 55719124 => 'TIM', + 55719125 => 'TIM', + 55719126 => 'TIM', + 55719127 => 'TIM', + 55719128 => 'TIM', + 55719129 => 'TIM', + 55719131 => 'TIM', + 55719132 => 'TIM', + 55719133 => 'TIM', + 55719134 => 'TIM', + 55719135 => 'TIM', + 55719136 => 'TIM', + 55719137 => 'TIM', + 55719138 => 'TIM', + 55719139 => 'TIM', + 55719141 => 'TIM', + 55719142 => 'TIM', + 55719143 => 'TIM', + 55719144 => 'TIM', + 55719145 => 'TIM', + 55719146 => 'TIM', + 55719147 => 'TIM', + 55719148 => 'TIM', + 55719149 => 'TIM', + 55719151 => 'TIM', + 55719152 => 'TIM', + 55719153 => 'TIM', + 55719154 => 'TIM', + 55719155 => 'TIM', + 55719156 => 'TIM', + 55719157 => 'TIM', + 55719158 => 'TIM', + 55719159 => 'TIM', + 55719161 => 'TIM', + 55719162 => 'TIM', + 55719163 => 'TIM', + 55719164 => 'TIM', + 55719165 => 'TIM', + 55719166 => 'TIM', + 55719167 => 'TIM', + 55719168 => 'TIM', + 55719169 => 'TIM', + 55719171 => 'TIM', + 55719172 => 'TIM', + 55719173 => 'TIM', + 55719174 => 'TIM', + 55719175 => 'TIM', + 55719176 => 'TIM', + 55719177 => 'TIM', + 55719178 => 'TIM', + 55719179 => 'TIM', + 55719181 => 'TIM', + 55719182 => 'TIM', + 55719183 => 'TIM', + 55719184 => 'TIM', + 55719185 => 'TIM', + 55719186 => 'TIM', + 55719187 => 'TIM', + 55719188 => 'TIM', + 55719189 => 'TIM', + 55719191 => 'TIM', + 55719192 => 'TIM', + 55719193 => 'TIM', + 55719194 => 'TIM', + 55719195 => 'TIM', + 55719196 => 'TIM', + 55719197 => 'TIM', + 55719198 => 'TIM', + 55719199 => 'TIM', + 55719201 => 'TIM', + 55719202 => 'TIM', + 55719203 => 'TIM', + 55719204 => 'TIM', + 55719205 => 'TIM', + 55719206 => 'TIM', + 55719207 => 'TIM', + 55719208 => 'TIM', + 55719209 => 'TIM', + 55719211 => 'TIM', + 55719212 => 'TIM', + 55719213 => 'TIM', + 55719214 => 'TIM', + 55719215 => 'TIM', + 55719216 => 'TIM', + 55719217 => 'TIM', + 55719218 => 'TIM', + 55719219 => 'TIM', + 55719221 => 'TIM', + 55719222 => 'TIM', + 55719223 => 'TIM', + 55719224 => 'TIM', + 55719225 => 'TIM', + 55719226 => 'TIM', + 55719227 => 'TIM', + 55719228 => 'TIM', + 55719229 => 'TIM', + 55719231 => 'TIM', + 55719232 => 'TIM', + 55719233 => 'TIM', + 55719234 => 'TIM', + 55719235 => 'TIM', + 55719236 => 'TIM', + 55719237 => 'TIM', + 55719238 => 'TIM', + 55719239 => 'TIM', + 55719241 => 'TIM', + 55719242 => 'TIM', + 55719243 => 'TIM', + 55719244 => 'TIM', + 55719245 => 'TIM', + 55719246 => 'TIM', + 55719247 => 'TIM', + 55719248 => 'TIM', + 55719249 => 'TIM', + 55719251 => 'TIM', + 55719252 => 'TIM', + 55719253 => 'TIM', + 55719254 => 'TIM', + 55719255 => 'TIM', + 55719256 => 'TIM', + 55719257 => 'TIM', + 55719258 => 'TIM', + 55719259 => 'TIM', + 55719261 => 'TIM', + 55719262 => 'TIM', + 55719263 => 'TIM', + 55719264 => 'TIM', + 55719265 => 'TIM', + 55719266 => 'TIM', + 55719267 => 'TIM', + 55719268 => 'TIM', + 55719269 => 'TIM', + 55719271 => 'TIM', + 55719272 => 'TIM', + 55719273 => 'TIM', + 55719274 => 'TIM', + 55719275 => 'TIM', + 55719276 => 'TIM', + 55719277 => 'TIM', + 55719278 => 'TIM', + 55719279 => 'TIM', + 55719287 => 'TIM', + 5571960 => 'Vivo', + 5571961 => 'Vivo', + 5571962 => 'Vivo', + 5571963 => 'Vivo', + 5571964 => 'Vivo', + 5571965 => 'Vivo', + 5571966 => 'Vivo', + 5571967 => 'Vivo', + 5571968 => 'Vivo', + 55719690 => 'Vivo', + 55719691 => 'Vivo', + 55719692 => 'Vivo', + 55719901 => 'Vivo', + 55719902 => 'Vivo', + 55719903 => 'Vivo', + 55719904 => 'Vivo', + 55719905 => 'Vivo', + 55719906 => 'Vivo', + 55719907 => 'Vivo', + 55719908 => 'Vivo', + 55719909 => 'Vivo', + 55719911 => 'Vivo', + 55719912 => 'Vivo', + 55719913 => 'Vivo', + 55719914 => 'Vivo', + 55719915 => 'Vivo', + 55719916 => 'Vivo', + 55719917 => 'Vivo', + 55719918 => 'Vivo', + 55719919 => 'Vivo', + 55719921 => 'Vivo', + 55719922 => 'Vivo', + 55719923 => 'Vivo', + 55719924 => 'Vivo', + 55719925 => 'Vivo', + 55719926 => 'Vivo', + 55719927 => 'Vivo', + 55719928 => 'Vivo', + 55719929 => 'Vivo', + 55719931 => 'Vivo', + 55719932 => 'Vivo', + 55719933 => 'Vivo', + 55719934 => 'Vivo', + 55719935 => 'Vivo', + 55719936 => 'Vivo', + 55719937 => 'Vivo', + 55719938 => 'Vivo', + 55719939 => 'Vivo', + 55719941 => 'Vivo', + 55719942 => 'Vivo', + 55719943 => 'Vivo', + 55719944 => 'Vivo', + 55719945 => 'Vivo', + 55719946 => 'Vivo', + 55719947 => 'Vivo', + 55719948 => 'Vivo', + 55719949 => 'Vivo', + 55719951 => 'Vivo', + 55719952 => 'Vivo', + 55719953 => 'Vivo', + 55719954 => 'Vivo', + 55719955 => 'Vivo', + 55719956 => 'Vivo', + 55719957 => 'Vivo', + 55719958 => 'Vivo', + 55719959 => 'Vivo', + 5571996 => 'Vivo', + 55719971 => 'Vivo', + 55719972 => 'Vivo', + 55719973 => 'Vivo', + 55719974 => 'Vivo', + 55719975 => 'Vivo', + 55719976 => 'Vivo', + 55719977 => 'Vivo', + 55719978 => 'Vivo', + 55719979 => 'Vivo', + 55719981 => 'Vivo', + 55719982 => 'Vivo', + 55719983 => 'Vivo', + 55719984 => 'Vivo', + 55719985 => 'Vivo', + 55719986 => 'Vivo', + 55719987 => 'Vivo', + 55719988 => 'Vivo', + 55719989 => 'Vivo', + 55719991 => 'Vivo', + 55719992 => 'Vivo', + 55719993 => 'Vivo', + 55719994 => 'Vivo', + 55719995 => 'Vivo', + 55719996 => 'Vivo', + 55719997 => 'Vivo', + 55719998 => 'Vivo', + 55719999 => 'Vivo', + 557381 => 'Claro BR', + 557385 => 'Oi', + 557386 => 'Oi', + 557387 => 'Oi', + 557388 => 'Oi', + 557389 => 'Oi', + 55739111 => 'TIM', + 55739112 => 'TIM', + 55739113 => 'TIM', + 55739115 => 'TIM', + 55739116 => 'TIM', + 55739121 => 'TIM', + 55739122 => 'TIM', + 55739126 => 'TIM', + 55739128 => 'TIM', + 55739129 => 'TIM', + 55739131 => 'TIM', + 55739132 => 'TIM', + 55739133 => 'TIM', + 55739134 => 'TIM', + 55739136 => 'TIM', + 55739137 => 'TIM', + 55739141 => 'TIM', + 55739142 => 'TIM', + 55739147 => 'TIM', + 55739149 => 'TIM', + 55739157 => 'TIM', + 55739158 => 'TIM', + 55739191 => 'TIM', + 55739193 => 'TIM', + 55739194 => 'TIM', + 55739198 => 'TIM', + 55739199 => 'TIM', + 55739800 => 'Vivo', + 55739801 => 'Vivo', + 55739802 => 'Vivo', + 55739803 => 'Vivo', + 5573990 => 'Vivo', + 5573991 => 'Vivo', + 5573992 => 'Vivo', + 5573993 => 'Vivo', + 5573994 => 'Vivo', + 5573995 => 'Vivo', + 55739961 => 'Vivo', + 55739962 => 'Vivo', + 55739963 => 'Vivo', + 55739964 => 'Vivo', + 55739965 => 'Vivo', + 55739966 => 'Vivo', + 55739967 => 'Vivo', + 55739968 => 'Vivo', + 55739969 => 'Vivo', + 55739970 => 'Vivo', + 55739971 => 'Vivo', + 55739972 => 'Vivo', + 55739973 => 'Vivo', + 55739976 => 'Vivo', + 55739977 => 'Vivo', + 55739978 => 'Vivo', + 55739979 => 'Vivo', + 55739980 => 'Vivo', + 55739981 => 'Vivo', + 55739983 => 'Vivo', + 55739984 => 'Vivo', + 55739985 => 'Vivo', + 55739986 => 'Vivo', + 55739987 => 'Vivo', + 55739988 => 'Vivo', + 55739989 => 'Vivo', + 55739990 => 'Vivo', + 55739991 => 'Vivo', + 55739993 => 'Vivo', + 55739994 => 'Vivo', + 55739995 => 'Vivo', + 55739997 => 'Vivo', + 55739999 => 'Vivo', + 5574810 => 'Claro BR', + 5574811 => 'Claro BR', + 5574812 => 'Claro BR', + 55748130 => 'Claro BR', + 55748131 => 'Claro BR', + 557485 => 'Oi', + 557486 => 'Oi', + 557487 => 'Oi', + 557488 => 'Oi', + 557489 => 'Oi', + 55749115 => 'TIM', + 55749116 => 'TIM', + 55749121 => 'TIM', + 55749122 => 'TIM', + 55749123 => 'TIM', + 55749124 => 'TIM', + 55749125 => 'TIM', + 55749135 => 'TIM', + 55749147 => 'TIM', + 55749148 => 'TIM', + 55749149 => 'TIM', + 55749188 => 'TIM', + 55749189 => 'TIM', + 55749191 => 'TIM', + 55749193 => 'TIM', + 55749194 => 'TIM', + 55749195 => 'TIM', + 55749198 => 'TIM', + 55749199 => 'TIM', + 55749941 => 'Vivo', + 55749942 => 'Vivo', + 55749943 => 'Vivo', + 55749944 => 'Vivo', + 55749945 => 'Vivo', + 55749946 => 'Vivo', + 55749947 => 'Vivo', + 55749948 => 'Vivo', + 55749949 => 'Vivo', + 5574995 => 'Vivo', + 55749961 => 'Vivo', + 55749962 => 'Vivo', + 55749963 => 'Vivo', + 55749964 => 'Vivo', + 55749965 => 'Vivo', + 55749967 => 'Vivo', + 55749968 => 'Vivo', + 55749969 => 'Vivo', + 55749970 => 'Vivo', + 55749971 => 'Vivo', + 55749972 => 'Vivo', + 55749973 => 'Vivo', + 55749975 => 'Vivo', + 55749976 => 'Vivo', + 55749977 => 'Vivo', + 55749978 => 'Vivo', + 55749979 => 'Vivo', + 5574998 => 'Vivo', + 55749991 => 'Vivo', + 55749995 => 'Vivo', + 55749996 => 'Vivo', + 55749998 => 'Vivo', + 55749999 => 'Vivo', + 557581 => 'Claro BR', + 5575820 => 'Claro BR', + 5575821 => 'Claro BR', + 5575822 => 'Claro BR', + 5575823 => 'Claro BR', + 5575824 => 'Claro BR', + 5575825 => 'Claro BR', + 5575826 => 'Claro BR', + 55758270 => 'Claro BR', + 55758271 => 'Claro BR', + 55758272 => 'Claro BR', + 55758273 => 'Claro BR', + 55758274 => 'Claro BR', + 55758275 => 'Claro BR', + 55758276 => 'Claro BR', + 557585 => 'Oi', + 557586 => 'Oi', + 557587 => 'Oi', + 557588 => 'Oi', + 557589 => 'Oi', + 55759111 => 'TIM', + 55759112 => 'TIM', + 55759113 => 'TIM', + 55759114 => 'TIM', + 55759115 => 'TIM', + 55759116 => 'TIM', + 55759117 => 'TIM', + 55759118 => 'TIM', + 55759119 => 'TIM', + 55759121 => 'TIM', + 55759122 => 'TIM', + 55759123 => 'TIM', + 55759124 => 'TIM', + 55759125 => 'TIM', + 55759126 => 'TIM', + 55759127 => 'TIM', + 55759129 => 'TIM', + 55759131 => 'TIM', + 55759132 => 'TIM', + 55759133 => 'TIM', + 55759134 => 'TIM', + 55759135 => 'TIM', + 55759136 => 'TIM', + 55759137 => 'TIM', + 55759138 => 'TIM', + 55759139 => 'TIM', + 55759141 => 'TIM', + 55759142 => 'TIM', + 55759143 => 'TIM', + 55759144 => 'TIM', + 55759145 => 'TIM', + 55759146 => 'TIM', + 55759147 => 'TIM', + 55759148 => 'TIM', + 55759149 => 'TIM', + 55759165 => 'TIM', + 55759168 => 'TIM', + 55759169 => 'TIM', + 55759172 => 'TIM', + 55759173 => 'TIM', + 55759174 => 'TIM', + 55759175 => 'TIM', + 55759176 => 'TIM', + 55759177 => 'TIM', + 55759178 => 'TIM', + 55759179 => 'TIM', + 55759181 => 'TIM', + 55759182 => 'TIM', + 55759183 => 'TIM', + 55759191 => 'TIM', + 55759192 => 'TIM', + 55759193 => 'TIM', + 55759194 => 'TIM', + 55759198 => 'TIM', + 55759199 => 'TIM', + 55759801 => 'Vivo', + 55759802 => 'Vivo', + 55759803 => 'Vivo', + 55759804 => 'Vivo', + 55759805 => 'Vivo', + 55759806 => 'Vivo', + 55759807 => 'Vivo', + 55759808 => 'Vivo', + 55759809 => 'Vivo', + 5575981 => 'Vivo', + 5575982 => 'Vivo', + 5575983 => 'Vivo', + 55759840 => 'Vivo', + 55759841 => 'Vivo', + 55759842 => 'Vivo', + 55759843 => 'Vivo', + 5575990 => 'Vivo', + 5575991 => 'Vivo', + 5575992 => 'Vivo', + 5575993 => 'Vivo', + 5575994 => 'Vivo', + 5575995 => 'Vivo', + 55759961 => 'Vivo', + 55759962 => 'Vivo', + 55759963 => 'Vivo', + 55759964 => 'Vivo', + 55759965 => 'Vivo', + 55759966 => 'Vivo', + 55759967 => 'Vivo', + 55759970 => 'Vivo', + 55759972 => 'Vivo', + 55759973 => 'Vivo', + 55759975 => 'Vivo', + 55759976 => 'Vivo', + 55759977 => 'Vivo', + 55759978 => 'Vivo', + 55759979 => 'Vivo', + 55759980 => 'Vivo', + 55759981 => 'Vivo', + 55759982 => 'Vivo', + 55759983 => 'Vivo', + 55759985 => 'Vivo', + 55759986 => 'Vivo', + 55759987 => 'Vivo', + 55759988 => 'Vivo', + 55759990 => 'Vivo', + 55759992 => 'Vivo', + 55759993 => 'Vivo', + 55759994 => 'Vivo', + 55759996 => 'Vivo', + 55759997 => 'Vivo', + 55759998 => 'Vivo', + 55759999 => 'Vivo', + 5577810 => 'Claro BR', + 5577811 => 'Claro BR', + 5577812 => 'Claro BR', + 5577813 => 'Claro BR', + 5577814 => 'Claro BR', + 55778150 => 'Claro BR', + 55778151 => 'Claro BR', + 55778152 => 'Claro BR', + 55778153 => 'Claro BR', + 557785 => 'Oi', + 557786 => 'Oi', + 557787 => 'Oi', + 557788 => 'Oi', + 557789 => 'Oi', + 55779115 => 'TIM', + 55779116 => 'TIM', + 55779117 => 'TIM', + 55779118 => 'TIM', + 55779119 => 'TIM', + 55779121 => 'TIM', + 55779125 => 'TIM', + 55779127 => 'TIM', + 55779128 => 'TIM', + 55779129 => 'TIM', + 55779131 => 'TIM', + 55779135 => 'TIM', + 55779136 => 'TIM', + 55779148 => 'TIM', + 55779149 => 'TIM', + 55779191 => 'TIM', + 55779193 => 'TIM', + 55779194 => 'TIM', + 55779198 => 'TIM', + 55779199 => 'TIM', + 5577980 => 'Vivo', + 55779810 => 'Vivo', + 55779811 => 'Vivo', + 55779812 => 'Vivo', + 55779813 => 'Vivo', + 55779814 => 'Vivo', + 55779815 => 'Vivo', + 5577990 => 'Vivo', + 5577991 => 'Vivo', + 5577992 => 'Vivo', + 5577993 => 'Vivo', + 5577994 => 'Vivo', + 5577995 => 'Vivo', + 55779961 => 'Vivo', + 55779962 => 'Vivo', + 55779963 => 'Vivo', + 55779964 => 'Vivo', + 55779966 => 'Vivo', + 55779967 => 'Vivo', + 55779968 => 'Vivo', + 55779969 => 'Vivo', + 55779970 => 'Vivo', + 55779971 => 'Vivo', + 55779972 => 'Vivo', + 55779973 => 'Vivo', + 55779974 => 'Vivo', + 55779975 => 'Vivo', + 55779976 => 'Vivo', + 55779977 => 'Vivo', + 55779978 => 'Vivo', + 5577998 => 'Vivo', + 55779990 => 'Vivo', + 55779992 => 'Vivo', + 55779993 => 'Vivo', + 55779999 => 'Vivo', + 5579810 => 'Claro BR', + 5579811 => 'Claro BR', + 5579812 => 'Claro BR', + 5579813 => 'Claro BR', + 5579814 => 'Claro BR', + 5579815 => 'Claro BR', + 5579816 => 'Claro BR', + 55798171 => 'Claro BR', + 55798172 => 'Claro BR', + 557985 => 'Oi', + 557986 => 'Oi', + 557987 => 'Oi', + 557988 => 'Oi', + 557989 => 'Oi', + 55799116 => 'TIM', + 55799121 => 'TIM', + 55799124 => 'TIM', + 55799131 => 'TIM', + 55799132 => 'TIM', + 55799133 => 'TIM', + 55799134 => 'TIM', + 55799135 => 'TIM', + 55799136 => 'TIM', + 55799137 => 'TIM', + 55799138 => 'TIM', + 55799139 => 'TIM', + 55799141 => 'TIM', + 55799142 => 'TIM', + 55799143 => 'TIM', + 55799145 => 'TIM', + 55799147 => 'TIM', + 55799148 => 'TIM', + 55799149 => 'TIM', + 55799151 => 'TIM', + 55799152 => 'TIM', + 55799153 => 'TIM', + 55799154 => 'TIM', + 55799159 => 'TIM', + 55799191 => 'TIM', + 55799192 => 'TIM', + 55799193 => 'TIM', + 55799198 => 'TIM', + 55799199 => 'TIM', + 55799600 => 'Vivo', + 55799601 => 'Vivo', + 55799602 => 'Vivo', + 55799603 => 'Vivo', + 55799604 => 'Vivo', + 55799605 => 'Vivo', + 55799606 => 'Vivo', + 55799607 => 'Vivo', + 557998 => 'Vivo', + 557999 => 'Vivo', + 558181 => 'Vivo', + 5581820 => 'Vivo', + 5581821 => 'Vivo', + 5581822 => 'Vivo', + 5581823 => 'Vivo', + 5581824 => 'Vivo', + 5581825 => 'Vivo', + 55818260 => 'Vivo', + 55818261 => 'Vivo', + 55818262 => 'Vivo', + 55818263 => 'Vivo', + 558185 => 'Oi', + 558186 => 'Oi', + 558187 => 'Oi', + 558188 => 'Oi', + 558189 => 'Oi', + 558191 => 'Claro BR', + 558192 => 'Claro BR', + 5581930 => 'Claro BR', + 5581931 => 'Claro BR', + 5581932 => 'Claro BR', + 5581933 => 'Claro BR', + 5581934 => 'Claro BR', + 5581935 => 'Claro BR', + 5581936 => 'Claro BR', + 55819370 => 'Claro BR', + 55819371 => 'Claro BR', + 55819372 => 'Claro BR', + 55819373 => 'Claro BR', + 55819374 => 'Claro BR', + 55819375 => 'Claro BR', + 558194 => 'Claro BR', + 558196 => 'TIM', + 5581970 => 'TIM', + 5581971 => 'TIM', + 5581972 => 'TIM', + 55819730 => 'TIM', + 55819731 => 'TIM', + 55819732 => 'TIM', + 55819733 => 'TIM', + 55819734 => 'TIM', + 55819735 => 'TIM', + 55819736 => 'TIM', + 55819737 => 'TIM', + 55819738 => 'TIM', + 55819747 => 'TIM', + 55819748 => 'TIM', + 55819749 => 'TIM', + 55819750 => 'TIM', + 558199 => 'TIM', + 5582810 => 'Vivo', + 5582811 => 'Vivo', + 5582812 => 'Vivo', + 5582813 => 'Vivo', + 55828140 => 'Vivo', + 55828141 => 'Vivo', + 55828142 => 'Vivo', + 55828143 => 'Vivo', + 558285 => 'Oi', + 558286 => 'Oi', + 558287 => 'Oi', + 558288 => 'Oi', + 558289 => 'Oi', + 558291 => 'Claro BR', + 5582930 => 'Claro BR', + 55829310 => 'Claro BR', + 55829311 => 'Claro BR', + 55829312 => 'Claro BR', + 55829313 => 'Claro BR', + 55829314 => 'Claro BR', + 55829315 => 'Claro BR', + 55829316 => 'Claro BR', + 55829317 => 'Claro BR', + 55829318 => 'Claro BR', + 5582932 => 'Claro BR', + 5582933 => 'Claro BR', + 55829340 => 'Claro BR', + 55829341 => 'Claro BR', + 55829342 => 'Claro BR', + 55829343 => 'Claro BR', + 55829351 => 'Claro BR', + 55829361 => 'Claro BR', + 55829371 => 'Claro BR', + 55829381 => 'Claro BR', + 55829444 => 'Claro BR', + 55829600 => 'TIM', + 55829601 => 'TIM', + 55829602 => 'TIM', + 55829603 => 'TIM', + 55829604 => 'TIM', + 55829605 => 'TIM', + 55829606 => 'TIM', + 55829607 => 'TIM', + 55829608 => 'TIM', + 55829621 => 'TIM', + 55829622 => 'TIM', + 55829623 => 'TIM', + 55829624 => 'TIM', + 55829625 => 'TIM', + 55829627 => 'TIM', + 55829628 => 'TIM', + 55829629 => 'TIM', + 55829631 => 'TIM', + 5582990 => 'TIM', + 5582991 => 'TIM', + 5582992 => 'TIM', + 5582993 => 'TIM', + 5582994 => 'TIM', + 5582995 => 'TIM', + 5582996 => 'TIM', + 5582997 => 'TIM', + 5582998 => 'TIM', + 55829991 => 'TIM', + 55829992 => 'TIM', + 55829993 => 'TIM', + 55829994 => 'TIM', + 55829995 => 'TIM', + 55829996 => 'TIM', + 55829997 => 'TIM', + 55829998 => 'TIM', + 55829999 => 'TIM', + 5583810 => 'Vivo', + 5583811 => 'Vivo', + 5583812 => 'Vivo', + 5583813 => 'Vivo', + 5583814 => 'Vivo', + 5583815 => 'Vivo', + 55838160 => 'Vivo', + 55838161 => 'Vivo', + 55838162 => 'Vivo', + 55838163 => 'Vivo', + 55838164 => 'Vivo', + 55838165 => 'Vivo', + 558385 => 'Oi', + 558386 => 'Oi', + 558387 => 'Oi', + 558388 => 'Oi', + 558389 => 'Oi', + 558391 => 'Claro BR', + 5583930 => 'Claro BR', + 5583931 => 'Claro BR', + 5583932 => 'Claro BR', + 55839330 => 'Claro BR', + 55839331 => 'Claro BR', + 55839332 => 'Claro BR', + 55839333 => 'Claro BR', + 55839334 => 'Claro BR', + 55839342 => 'Claro BR', + 55839352 => 'Claro BR', + 55839362 => 'Claro BR', + 55839372 => 'Claro BR', + 55839382 => 'Claro BR', + 55839444 => 'Claro BR', + 55839600 => 'TIM', + 55839601 => 'TIM', + 5583990 => 'TIM', + 5583991 => 'TIM', + 5583992 => 'TIM', + 5583993 => 'TIM', + 55839940 => 'TIM', + 55839941 => 'TIM', + 55839942 => 'TIM', + 55839943 => 'TIM', + 55839944 => 'TIM', + 55839945 => 'TIM', + 55839946 => 'TIM', + 55839947 => 'TIM', + 55839948 => 'TIM', + 5583995 => 'TIM', + 5583996 => 'TIM', + 5583997 => 'TIM', + 5583998 => 'TIM', + 5583999 => 'TIM', + 5584810 => 'Vivo', + 5584811 => 'Vivo', + 5584812 => 'Vivo', + 5584813 => 'Vivo', + 55848140 => 'Vivo', + 55848141 => 'Vivo', + 55848142 => 'Vivo', + 55848143 => 'Vivo', + 55848144 => 'Vivo', + 55848145 => 'Vivo', + 55848146 => 'Vivo', + 55848147 => 'Vivo', + 558485 => 'Oi', + 558486 => 'Oi', + 558487 => 'Oi', + 558488 => 'Oi', + 558489 => 'Oi', + 558491 => 'Claro BR', + 5584940 => 'Claro BR', + 5584941 => 'Claro BR', + 5584942 => 'Claro BR', + 5584943 => 'Claro BR', + 5584944 => 'Claro BR', + 5584945 => 'Claro BR', + 55849461 => 'Claro BR', + 55849462 => 'Claro BR', + 55849463 => 'Claro BR', + 55849464 => 'Claro BR', + 55849465 => 'Claro BR', + 55849466 => 'Claro BR', + 55849467 => 'Claro BR', + 55849468 => 'Claro BR', + 55849471 => 'Claro BR', + 55849481 => 'Claro BR', + 5584960 => 'TIM', + 55849610 => 'TIM', + 55849611 => 'TIM', + 55849612 => 'TIM', + 55849615 => 'TIM', + 55849616 => 'TIM', + 55849617 => 'TIM', + 55849618 => 'TIM', + 55849619 => 'TIM', + 55849620 => 'TIM', + 558499 => 'TIM', + 558581 => 'Vivo', + 5585820 => 'Vivo', + 55858210 => 'Vivo', + 55858211 => 'Vivo', + 55858212 => 'Vivo', + 55858213 => 'Vivo', + 55858214 => 'Vivo', + 55858215 => 'Vivo', + 55858216 => 'Vivo', + 55858217 => 'Vivo', + 558585 => 'Oi', + 558586 => 'Oi', + 558587 => 'Oi', + 558588 => 'Oi', + 558589 => 'Oi', + 558591 => 'Claro BR', + 5585920 => 'Claro BR', + 5585921 => 'Claro BR', + 5585922 => 'Claro BR', + 5585923 => 'Claro BR', + 5585924 => 'Claro BR', + 55859401 => 'Claro BR', + 55859402 => 'Claro BR', + 55859403 => 'Claro BR', + 55859404 => 'Claro BR', + 55859444 => 'Claro BR', + 55859601 => 'TIM', + 55859602 => 'TIM', + 55859603 => 'TIM', + 55859604 => 'TIM', + 55859605 => 'TIM', + 55859606 => 'TIM', + 55859607 => 'TIM', + 55859608 => 'TIM', + 55859609 => 'TIM', + 55859611 => 'TIM', + 55859612 => 'TIM', + 55859613 => 'TIM', + 55859614 => 'TIM', + 55859615 => 'TIM', + 55859616 => 'TIM', + 55859617 => 'TIM', + 55859618 => 'TIM', + 55859619 => 'TIM', + 55859621 => 'TIM', + 55859622 => 'TIM', + 55859623 => 'TIM', + 55859624 => 'TIM', + 55859625 => 'TIM', + 55859626 => 'TIM', + 55859627 => 'TIM', + 55859628 => 'TIM', + 55859629 => 'TIM', + 55859631 => 'TIM', + 55859632 => 'TIM', + 55859633 => 'TIM', + 55859634 => 'TIM', + 55859635 => 'TIM', + 55859636 => 'TIM', + 55859637 => 'TIM', + 55859638 => 'TIM', + 55859639 => 'TIM', + 55859641 => 'TIM', + 55859642 => 'TIM', + 55859643 => 'TIM', + 55859644 => 'TIM', + 55859645 => 'TIM', + 55859646 => 'TIM', + 55859647 => 'TIM', + 55859648 => 'TIM', + 55859649 => 'TIM', + 55859651 => 'TIM', + 55859652 => 'TIM', + 55859653 => 'TIM', + 55859654 => 'TIM', + 55859655 => 'TIM', + 55859656 => 'TIM', + 55859657 => 'TIM', + 55859658 => 'TIM', + 55859659 => 'TIM', + 55859661 => 'TIM', + 55859662 => 'TIM', + 55859663 => 'TIM', + 55859664 => 'TIM', + 55859665 => 'TIM', + 55859666 => 'TIM', + 55859667 => 'TIM', + 55859668 => 'TIM', + 55859669 => 'TIM', + 55859671 => 'TIM', + 55859672 => 'TIM', + 55859673 => 'TIM', + 55859674 => 'TIM', + 55859675 => 'TIM', + 55859676 => 'TIM', + 55859677 => 'TIM', + 55859901 => 'TIM', + 55859902 => 'TIM', + 55859903 => 'TIM', + 55859904 => 'TIM', + 55859905 => 'TIM', + 55859906 => 'TIM', + 55859907 => 'TIM', + 55859908 => 'TIM', + 55859909 => 'TIM', + 55859911 => 'TIM', + 55859912 => 'TIM', + 55859913 => 'TIM', + 55859914 => 'TIM', + 55859915 => 'TIM', + 55859916 => 'TIM', + 55859917 => 'TIM', + 55859918 => 'TIM', + 55859919 => 'TIM', + 55859921 => 'TIM', + 55859922 => 'TIM', + 55859923 => 'TIM', + 55859924 => 'TIM', + 55859925 => 'TIM', + 55859926 => 'TIM', + 55859927 => 'TIM', + 55859928 => 'TIM', + 55859929 => 'TIM', + 55859931 => 'TIM', + 55859932 => 'TIM', + 55859933 => 'TIM', + 55859934 => 'TIM', + 55859935 => 'TIM', + 55859936 => 'TIM', + 55859937 => 'TIM', + 55859938 => 'TIM', + 55859939 => 'TIM', + 55859941 => 'TIM', + 55859942 => 'TIM', + 55859943 => 'TIM', + 55859944 => 'TIM', + 55859945 => 'TIM', + 55859946 => 'TIM', + 55859947 => 'TIM', + 55859948 => 'TIM', + 55859949 => 'TIM', + 55859951 => 'TIM', + 55859952 => 'TIM', + 55859953 => 'TIM', + 55859954 => 'TIM', + 55859955 => 'TIM', + 55859956 => 'TIM', + 55859957 => 'TIM', + 55859958 => 'TIM', + 55859959 => 'TIM', + 55859961 => 'TIM', + 55859962 => 'TIM', + 55859963 => 'TIM', + 55859969 => 'TIM', + 55859971 => 'TIM', + 55859972 => 'TIM', + 55859973 => 'TIM', + 55859974 => 'TIM', + 55859975 => 'TIM', + 55859976 => 'TIM', + 55859977 => 'TIM', + 55859978 => 'TIM', + 55859979 => 'TIM', + 55859981 => 'TIM', + 55859982 => 'TIM', + 55859983 => 'TIM', + 55859984 => 'TIM', + 55859985 => 'TIM', + 55859986 => 'TIM', + 55859987 => 'TIM', + 55859988 => 'TIM', + 55859989 => 'TIM', + 5585999 => 'TIM', + 5586810 => 'Vivo', + 5586811 => 'Vivo', + 5586812 => 'Vivo', + 5586813 => 'Vivo', + 55868140 => 'Vivo', + 55868141 => 'Vivo', + 55868142 => 'Vivo', + 55868143 => 'Vivo', + 55868144 => 'Vivo', + 558685 => 'Oi', + 558686 => 'Oi', + 558687 => 'Oi', + 558688 => 'Oi', + 558689 => 'Oi', + 558694 => 'Claro BR', + 5586950 => 'Claro BR', + 55869510 => 'Claro BR', + 55869511 => 'Claro BR', + 55869512 => 'Claro BR', + 55869513 => 'Claro BR', + 55869514 => 'Claro BR', + 55869515 => 'Claro BR', + 55869516 => 'Claro BR', + 55869517 => 'Claro BR', + 5586992 => 'TIM', + 5586993 => 'TIM', + 5586994 => 'TIM', + 55869950 => 'TIM', + 55869951 => 'TIM', + 55869971 => 'TIM', + 55869972 => 'TIM', + 55869973 => 'TIM', + 55869974 => 'TIM', + 55869975 => 'TIM', + 55869976 => 'TIM', + 55869977 => 'TIM', + 55869978 => 'TIM', + 55869979 => 'TIM', + 55869981 => 'TIM', + 55869982 => 'TIM', + 55869983 => 'TIM', + 55869984 => 'TIM', + 55869985 => 'TIM', + 55869986 => 'TIM', + 55869987 => 'TIM', + 55869988 => 'TIM', + 55869989 => 'TIM', + 55869991 => 'TIM', + 55869992 => 'TIM', + 55869993 => 'TIM', + 55869994 => 'TIM', + 55869995 => 'TIM', + 55869996 => 'TIM', + 55869997 => 'TIM', + 55869998 => 'TIM', + 55869999 => 'TIM', + 5587810 => 'Vivo', + 5587811 => 'Vivo', + 55878120 => 'Vivo', + 55878121 => 'Vivo', + 55878122 => 'Vivo', + 55878123 => 'Vivo', + 55878124 => 'Vivo', + 55878125 => 'Vivo', + 558785 => 'Oi', + 558786 => 'Oi', + 558787 => 'Oi', + 558788 => 'Oi', + 558789 => 'Oi', + 5587910 => 'Claro BR', + 5587911 => 'Claro BR', + 5587912 => 'Claro BR', + 5587913 => 'Claro BR', + 5587914 => 'Claro BR', + 5587915 => 'Claro BR', + 5587916 => 'Claro BR', + 55879170 => 'Claro BR', + 55879171 => 'Claro BR', + 55879172 => 'Claro BR', + 55879173 => 'Claro BR', + 55879174 => 'Claro BR', + 55879175 => 'Claro BR', + 55879243 => 'Claro BR', + 55879253 => 'Claro BR', + 55879601 => 'TIM', + 55879602 => 'TIM', + 55879603 => 'TIM', + 55879604 => 'TIM', + 55879605 => 'TIM', + 55879606 => 'TIM', + 55879607 => 'TIM', + 55879608 => 'TIM', + 55879609 => 'TIM', + 55879611 => 'TIM', + 55879612 => 'TIM', + 55879613 => 'TIM', + 55879614 => 'TIM', + 55879615 => 'TIM', + 55879616 => 'TIM', + 55879617 => 'TIM', + 55879618 => 'TIM', + 55879619 => 'TIM', + 55879621 => 'TIM', + 55879622 => 'TIM', + 55879623 => 'TIM', + 55879624 => 'TIM', + 55879625 => 'TIM', + 55879626 => 'TIM', + 55879627 => 'TIM', + 55879628 => 'TIM', + 55879629 => 'TIM', + 55879631 => 'TIM', + 55879632 => 'TIM', + 55879633 => 'TIM', + 55879634 => 'TIM', + 55879635 => 'TIM', + 55879636 => 'TIM', + 55879637 => 'TIM', + 55879638 => 'TIM', + 55879639 => 'TIM', + 55879901 => 'TIM', + 55879902 => 'TIM', + 55879911 => 'TIM', + 55879912 => 'TIM', + 55879913 => 'TIM', + 55879914 => 'TIM', + 55879915 => 'TIM', + 55879916 => 'TIM', + 55879917 => 'TIM', + 55879918 => 'TIM', + 55879919 => 'TIM', + 55879921 => 'TIM', + 55879922 => 'TIM', + 55879923 => 'TIM', + 55879924 => 'TIM', + 55879925 => 'TIM', + 55879926 => 'TIM', + 55879927 => 'TIM', + 55879928 => 'TIM', + 55879929 => 'TIM', + 55879931 => 'TIM', + 55879932 => 'TIM', + 55879933 => 'TIM', + 55879934 => 'TIM', + 55879935 => 'TIM', + 55879936 => 'TIM', + 55879937 => 'TIM', + 55879938 => 'TIM', + 55879939 => 'TIM', + 55879988 => 'TIM', + 55879991 => 'TIM', + 55879992 => 'TIM', + 55879993 => 'TIM', + 55879994 => 'TIM', + 55879995 => 'TIM', + 55879996 => 'TIM', + 55879997 => 'TIM', + 55879998 => 'TIM', + 55879999 => 'TIM', + 5588810 => 'Vivo', + 5588811 => 'Vivo', + 5588812 => 'Vivo', + 55888130 => 'Vivo', + 558885 => 'Oi', + 558886 => 'Oi', + 558887 => 'Oi', + 558888 => 'Oi', + 558889 => 'Oi', + 558892 => 'Claro BR', + 5588940 => 'Claro BR', + 5588941 => 'Claro BR', + 5588942 => 'Claro BR', + 5588943 => 'Claro BR', + 5588944 => 'Claro BR', + 5588945 => 'Claro BR', + 55889460 => 'Claro BR', + 55889461 => 'Claro BR', + 55889462 => 'Claro BR', + 55889463 => 'Claro BR', + 55889464 => 'Claro BR', + 55889601 => 'TIM', + 55889602 => 'TIM', + 55889603 => 'TIM', + 55889604 => 'TIM', + 55889605 => 'TIM', + 55889606 => 'TIM', + 55889607 => 'TIM', + 55889608 => 'TIM', + 55889609 => 'TIM', + 5588961 => 'TIM', + 55889621 => 'TIM', + 55889622 => 'TIM', + 55889623 => 'TIM', + 55889624 => 'TIM', + 55889625 => 'TIM', + 55889626 => 'TIM', + 55889627 => 'TIM', + 55889628 => 'TIM', + 55889630 => 'TIM', + 55889634 => 'TIM', + 55889635 => 'TIM', + 55889636 => 'TIM', + 55889640 => 'TIM', + 55889650 => 'TIM', + 55889901 => 'TIM', + 55889902 => 'TIM', + 55889903 => 'TIM', + 55889904 => 'TIM', + 55889905 => 'TIM', + 55889906 => 'TIM', + 55889907 => 'TIM', + 55889908 => 'TIM', + 55889909 => 'TIM', + 55889911 => 'TIM', + 55889912 => 'TIM', + 55889913 => 'TIM', + 55889914 => 'TIM', + 55889915 => 'TIM', + 55889916 => 'TIM', + 55889917 => 'TIM', + 55889918 => 'TIM', + 55889919 => 'TIM', + 55889921 => 'TIM', + 55889922 => 'TIM', + 55889923 => 'TIM', + 55889924 => 'TIM', + 55889925 => 'TIM', + 55889926 => 'TIM', + 55889927 => 'TIM', + 55889928 => 'TIM', + 55889929 => 'TIM', + 55889931 => 'TIM', + 55889932 => 'TIM', + 55889933 => 'TIM', + 55889934 => 'TIM', + 55889935 => 'TIM', + 55889936 => 'TIM', + 55889937 => 'TIM', + 55889938 => 'TIM', + 55889939 => 'TIM', + 55889941 => 'TIM', + 55889942 => 'TIM', + 55889943 => 'TIM', + 55889944 => 'TIM', + 55889945 => 'TIM', + 55889946 => 'TIM', + 55889947 => 'TIM', + 55889951 => 'TIM', + 55889952 => 'TIM', + 55889953 => 'TIM', + 55889954 => 'TIM', + 55889955 => 'TIM', + 55889956 => 'TIM', + 55889957 => 'TIM', + 55889958 => 'TIM', + 55889959 => 'TIM', + 55889961 => 'TIM', + 55889962 => 'TIM', + 55889963 => 'TIM', + 55889964 => 'TIM', + 55889965 => 'TIM', + 55889966 => 'TIM', + 55889967 => 'TIM', + 55889968 => 'TIM', + 55889969 => 'TIM', + 5589810 => 'Vivo', + 5589811 => 'Vivo', + 55898120 => 'Vivo', + 558985 => 'Oi', + 558986 => 'Oi', + 558987 => 'Oi', + 558988 => 'Oi', + 558989 => 'Oi', + 5589940 => 'Claro BR', + 5589941 => 'Claro BR', + 5589942 => 'Claro BR', + 5589943 => 'Claro BR', + 55899443 => 'Claro BR', + 55899444 => 'Claro BR', + 55899445 => 'Claro BR', + 55899446 => 'Claro BR', + 55899921 => 'TIM', + 55899922 => 'TIM', + 55899924 => 'TIM', + 55899925 => 'TIM', + 55899926 => 'TIM', + 55899927 => 'TIM', + 55899928 => 'TIM', + 55899929 => 'TIM', + 55899971 => 'TIM', + 55899972 => 'TIM', + 55899973 => 'TIM', + 55899974 => 'TIM', + 55899975 => 'TIM', + 55899976 => 'TIM', + 55899978 => 'TIM', + 55899979 => 'TIM', + 55899984 => 'TIM', + 55899985 => 'TIM', + 55899997 => 'TIM', + 559181 => 'TIM', + 55918201 => 'TIM', + 55918202 => 'TIM', + 55918203 => 'TIM', + 55918204 => 'TIM', + 55918205 => 'TIM', + 55918206 => 'TIM', + 55918207 => 'TIM', + 55918208 => 'TIM', + 55918209 => 'TIM', + 55918211 => 'TIM', + 55918212 => 'TIM', + 55918213 => 'TIM', + 55918214 => 'TIM', + 55918215 => 'TIM', + 55918216 => 'TIM', + 55918217 => 'TIM', + 55918218 => 'TIM', + 55918219 => 'TIM', + 55918221 => 'TIM', + 55918222 => 'TIM', + 55918223 => 'TIM', + 55918224 => 'TIM', + 55918225 => 'TIM', + 55918226 => 'TIM', + 55918227 => 'TIM', + 55918228 => 'TIM', + 55918229 => 'TIM', + 55918231 => 'TIM', + 55918232 => 'TIM', + 55918233 => 'TIM', + 55918234 => 'TIM', + 55918235 => 'TIM', + 55918236 => 'TIM', + 55918237 => 'TIM', + 55918238 => 'TIM', + 55918239 => 'TIM', + 55918241 => 'TIM', + 55918242 => 'TIM', + 55918243 => 'TIM', + 55918244 => 'TIM', + 55918245 => 'TIM', + 55918246 => 'TIM', + 5591840 => 'Claro BR', + 5591841 => 'Claro BR', + 5591842 => 'Claro BR', + 5591843 => 'Claro BR', + 5591844 => 'Claro BR', + 5591845 => 'Claro BR', + 5591846 => 'Claro BR', + 5591847 => 'Claro BR', + 55918480 => 'Claro BR', + 55918481 => 'Claro BR', + 55918482 => 'Claro BR', + 55918483 => 'Claro BR', + 55918484 => 'Claro BR', + 55918485 => 'Claro BR', + 55918486 => 'Claro BR', + 559185 => 'Oi', + 559186 => 'Oi', + 559187 => 'Oi', + 559188 => 'Oi', + 559189 => 'Oi', + 559191 => 'Vivo', + 5591920 => 'Vivo', + 5591921 => 'Vivo', + 5591922 => 'Vivo', + 5591923 => 'Vivo', + 5591924 => 'Vivo', + 5591925 => 'Vivo', + 5591926 => 'Vivo', + 5591927 => 'Vivo', + 55919280 => 'Vivo', + 55919281 => 'Vivo', + 55919282 => 'Vivo', + 55919283 => 'Vivo', + 55919284 => 'Vivo', + 55919285 => 'Vivo', + 55919286 => 'Vivo', + 55919601 => 'Oi', + 55919602 => 'Oi', + 55919603 => 'Oi', + 55919604 => 'Oi', + 55919605 => 'Oi', + 55919606 => 'Oi', + 55919607 => 'Oi', + 55919608 => 'Oi', + 55919609 => 'Oi', + 55919611 => 'Oi', + 55919612 => 'Oi', + 55919613 => 'Oi', + 55919614 => 'Oi', + 55919615 => 'Oi', + 55919616 => 'Oi', + 55919617 => 'Oi', + 55919618 => 'Oi', + 55919619 => 'Oi', + 55919621 => 'Oi', + 55919622 => 'Oi', + 55919623 => 'Oi', + 55919624 => 'Oi', + 55919625 => 'Oi', + 55919626 => 'Oi', + 55919627 => 'Oi', + 55919628 => 'Oi', + 55919629 => 'Oi', + 55919631 => 'Oi', + 55919632 => 'Oi', + 55919633 => 'Oi', + 55919634 => 'Oi', + 55919635 => 'Oi', + 55919636 => 'Oi', + 55919637 => 'Oi', + 55919638 => 'Oi', + 55919639 => 'Oi', + 55919641 => 'Oi', + 55919642 => 'Oi', + 55919901 => 'Oi', + 55919902 => 'Oi', + 55919903 => 'Oi', + 55919904 => 'Oi', + 55919905 => 'Oi', + 55919906 => 'Oi', + 55919907 => 'Oi', + 55919908 => 'Oi', + 55919912 => 'Oi', + 55919913 => 'Oi', + 55919914 => 'Oi', + 55919915 => 'Oi', + 55919916 => 'Oi', + 55919917 => 'Oi', + 55919918 => 'Oi', + 55919919 => 'Oi', + 55919921 => 'Oi', + 55919922 => 'Oi', + 55919923 => 'Oi', + 55919924 => 'Oi', + 55919925 => 'Oi', + 55919926 => 'Oi', + 55919933 => 'Oi', + 55919940 => 'Oi', + 55919941 => 'Oi', + 55919942 => 'Oi', + 55919943 => 'Oi', + 55919944 => 'Oi', + 55919949 => 'Oi', + 5591996 => 'Oi', + 55919971 => 'Oi', + 55919975 => 'Oi', + 55919977 => 'Oi', + 55919978 => 'Oi', + 55919979 => 'Oi', + 5591998 => 'Oi', + 559281 => 'TIM', + 55928211 => 'TIM', + 5592840 => 'Claro BR', + 5592841 => 'Claro BR', + 5592842 => 'Claro BR', + 5592843 => 'Claro BR', + 5592844 => 'Claro BR', + 55928450 => 'Claro BR', + 55928451 => 'Claro BR', + 559285 => 'Oi', + 559286 => 'Oi', + 559287 => 'Oi', + 559288 => 'Oi', + 559289 => 'Oi', + 559291 => 'Vivo', + 559292 => 'Vivo', + 5592930 => 'Vivo', + 5592931 => 'Vivo', + 5592932 => 'Vivo', + 5592933 => 'Vivo', + 5592934 => 'Vivo', + 5592935 => 'Vivo', + 5592936 => 'Vivo', + 5592937 => 'Vivo', + 5592938 => 'Vivo', + 55929390 => 'Vivo', + 55929391 => 'Vivo', + 55929392 => 'Vivo', + 55929393 => 'Vivo', + 55929394 => 'Vivo', + 55929395 => 'Vivo', + 55929631 => 'Oi', + 55929901 => 'Oi', + 55929902 => 'Oi', + 55929903 => 'Oi', + 55929904 => 'Oi', + 55929905 => 'Oi', + 55929906 => 'Oi', + 55929907 => 'Oi', + 55929908 => 'Oi', + 55929909 => 'Oi', + 55929911 => 'Oi', + 55929912 => 'Oi', + 55929913 => 'Oi', + 55929933 => 'Oi', + 55929944 => 'Oi', + 55929951 => 'Oi', + 55929961 => 'Oi', + 55929962 => 'Oi', + 55929963 => 'Oi', + 55929964 => 'Oi', + 55929965 => 'Oi', + 55929966 => 'Oi', + 55929967 => 'Oi', + 55929968 => 'Oi', + 55929969 => 'Oi', + 55929971 => 'Oi', + 55929972 => 'Oi', + 55929973 => 'Oi', + 55929974 => 'Oi', + 55929975 => 'Oi', + 55929976 => 'Oi', + 55929977 => 'Oi', + 55929978 => 'Oi', + 5592998 => 'Oi', + 55929991 => 'Oi', + 55929994 => 'Oi', + 55929995 => 'Oi', + 55929996 => 'Oi', + 55929997 => 'Oi', + 55929998 => 'Oi', + 55929999 => 'Oi', + 55938111 => 'TIM', + 55938112 => 'TIM', + 55938113 => 'TIM', + 55938114 => 'TIM', + 55938115 => 'TIM', + 55938116 => 'TIM', + 55938117 => 'TIM', + 55938118 => 'TIM', + 55938119 => 'TIM', + 55938121 => 'TIM', + 55938122 => 'TIM', + 55938123 => 'TIM', + 55938124 => 'TIM', + 55938125 => 'TIM', + 55938401 => 'Claro BR', + 55938402 => 'Claro BR', + 55938403 => 'Claro BR', + 55938404 => 'Claro BR', + 55938405 => 'Claro BR', + 55938406 => 'Claro BR', + 55938407 => 'Claro BR', + 55938408 => 'Claro BR', + 55938409 => 'Claro BR', + 55938411 => 'Claro BR', + 55938412 => 'Claro BR', + 55938413 => 'Claro BR', + 55938414 => 'Claro BR', + 55938415 => 'Claro BR', + 55938416 => 'Claro BR', + 559385 => 'Oi', + 559386 => 'Oi', + 559387 => 'Oi', + 559388 => 'Oi', + 559389 => 'Oi', + 55939101 => 'Vivo', + 55939102 => 'Vivo', + 55939103 => 'Vivo', + 55939104 => 'Vivo', + 55939105 => 'Vivo', + 55939106 => 'Vivo', + 55939107 => 'Vivo', + 55939111 => 'Vivo', + 55939112 => 'Vivo', + 55939113 => 'Vivo', + 55939114 => 'Vivo', + 55939115 => 'Vivo', + 55939116 => 'Vivo', + 55939117 => 'Vivo', + 55939118 => 'Vivo', + 55939119 => 'Vivo', + 55939121 => 'Vivo', + 55939122 => 'Vivo', + 55939123 => 'Vivo', + 55939124 => 'Vivo', + 55939125 => 'Vivo', + 55939126 => 'Vivo', + 55939127 => 'Vivo', + 55939128 => 'Vivo', + 55939129 => 'Vivo', + 55939131 => 'Vivo', + 55939132 => 'Vivo', + 55939133 => 'Vivo', + 55939134 => 'Vivo', + 55939135 => 'Vivo', + 55939136 => 'Vivo', + 55939137 => 'Vivo', + 55939138 => 'Vivo', + 55939139 => 'Vivo', + 55939141 => 'Vivo', + 55939142 => 'Vivo', + 55939143 => 'Vivo', + 55939144 => 'Vivo', + 55939145 => 'Vivo', + 55939146 => 'Vivo', + 55939147 => 'Vivo', + 55939148 => 'Vivo', + 55939149 => 'Vivo', + 55939151 => 'Vivo', + 55939152 => 'Vivo', + 55939153 => 'Vivo', + 55939154 => 'Vivo', + 55939155 => 'Vivo', + 55939156 => 'Vivo', + 55939157 => 'Vivo', + 55939158 => 'Vivo', + 55939159 => 'Vivo', + 55939161 => 'Vivo', + 55939162 => 'Vivo', + 55939163 => 'Vivo', + 55939164 => 'Vivo', + 55939165 => 'Vivo', + 55939166 => 'Vivo', + 55939167 => 'Vivo', + 55939168 => 'Vivo', + 55939169 => 'Vivo', + 55939171 => 'Vivo', + 55939172 => 'Vivo', + 55939173 => 'Vivo', + 55939174 => 'Vivo', + 55939175 => 'Vivo', + 55939176 => 'Vivo', + 55939177 => 'Vivo', + 55939178 => 'Vivo', + 55939179 => 'Vivo', + 55939181 => 'Vivo', + 55939182 => 'Vivo', + 55939183 => 'Vivo', + 55939184 => 'Vivo', + 55939185 => 'Vivo', + 55939186 => 'Vivo', + 55939187 => 'Vivo', + 55939188 => 'Vivo', + 55939189 => 'Vivo', + 55939191 => 'Vivo', + 55939192 => 'Vivo', + 55939193 => 'Vivo', + 55939194 => 'Vivo', + 55939195 => 'Vivo', + 55939196 => 'Vivo', + 55939197 => 'Vivo', + 55939198 => 'Vivo', + 55939199 => 'Vivo', + 55939651 => 'Oi', + 55939652 => 'Oi', + 55939653 => 'Oi', + 55939654 => 'Oi', + 55939655 => 'Oi', + 55939656 => 'Oi', + 55939657 => 'Oi', + 55939658 => 'Oi', + 55939659 => 'Oi', + 55939901 => 'Oi', + 55939902 => 'Oi', + 55939903 => 'Oi', + 55939904 => 'Oi', + 55939908 => 'Oi', + 55939933 => 'Oi', + 55939951 => 'Oi', + 55939952 => 'Oi', + 55939954 => 'Oi', + 55939970 => 'Oi', + 55939973 => 'Oi', + 55939974 => 'Oi', + 55939975 => 'Oi', + 55939976 => 'Oi', + 55939977 => 'Oi', + 55939978 => 'Oi', + 55939979 => 'Oi', + 55948111 => 'TIM', + 55948112 => 'TIM', + 55948113 => 'TIM', + 55948114 => 'TIM', + 55948115 => 'TIM', + 55948116 => 'TIM', + 55948117 => 'TIM', + 55948118 => 'TIM', + 55948119 => 'TIM', + 55948121 => 'TIM', + 55948122 => 'TIM', + 55948123 => 'TIM', + 55948124 => 'TIM', + 55948125 => 'TIM', + 55948126 => 'TIM', + 55948127 => 'TIM', + 55948128 => 'TIM', + 55948129 => 'TIM', + 55948131 => 'TIM', + 55948132 => 'TIM', + 55948133 => 'TIM', + 55948134 => 'TIM', + 55948135 => 'TIM', + 55948136 => 'TIM', + 55948137 => 'TIM', + 55948138 => 'TIM', + 55948139 => 'TIM', + 55948141 => 'TIM', + 55948142 => 'TIM', + 55948143 => 'TIM', + 55948144 => 'TIM', + 55948145 => 'TIM', + 55948146 => 'TIM', + 55948147 => 'TIM', + 55948148 => 'TIM', + 55948149 => 'TIM', + 55948154 => 'TIM', + 55948155 => 'TIM', + 55948156 => 'TIM', + 55948157 => 'TIM', + 55948401 => 'Claro BR', + 55948402 => 'Claro BR', + 55948403 => 'Claro BR', + 55948404 => 'Claro BR', + 55948405 => 'Claro BR', + 55948406 => 'Claro BR', + 55948407 => 'Claro BR', + 55948408 => 'Claro BR', + 55948409 => 'Claro BR', + 55948411 => 'Claro BR', + 55948412 => 'Claro BR', + 55948413 => 'Claro BR', + 55948414 => 'Claro BR', + 559485 => 'Oi', + 559486 => 'Oi', + 559487 => 'Oi', + 559488 => 'Oi', + 559489 => 'Oi', + 559491 => 'Vivo', + 5594920 => 'Vivo', + 5594921 => 'Vivo', + 5594922 => 'Vivo', + 55949230 => 'Vivo', + 55949231 => 'Vivo', + 55949232 => 'Vivo', + 55949233 => 'Vivo', + 55949661 => 'Oi', + 55949662 => 'Oi', + 55949663 => 'Oi', + 55949664 => 'Oi', + 55949665 => 'Oi', + 55949666 => 'Oi', + 55949667 => 'Oi', + 55949668 => 'Oi', + 55949901 => 'Oi', + 55949903 => 'Oi', + 55949904 => 'Oi', + 55949908 => 'Oi', + 55949909 => 'Oi', + 55949933 => 'Oi', + 55949934 => 'Oi', + 55949944 => 'Oi', + 55949953 => 'Oi', + 55949955 => 'Oi', + 55949969 => 'Oi', + 55949970 => 'Oi', + 55949972 => 'Oi', + 55949973 => 'Oi', + 55949974 => 'Oi', + 55949975 => 'Oi', + 55949977 => 'Oi', + 55949979 => 'Oi', + 55958111 => 'TIM', + 55958112 => 'TIM', + 55958113 => 'TIM', + 55958114 => 'TIM', + 55958115 => 'TIM', + 55958116 => 'TIM', + 55958117 => 'TIM', + 55958118 => 'TIM', + 55958119 => 'TIM', + 55958121 => 'TIM', + 55958122 => 'TIM', + 55958123 => 'TIM', + 5595840 => 'Claro BR', + 55958410 => 'Claro BR', + 55958411 => 'Claro BR', + 55958412 => 'Claro BR', + 559585 => 'Oi', + 559586 => 'Oi', + 559587 => 'Oi', + 559588 => 'Oi', + 559589 => 'Oi', + 55959111 => 'Vivo', + 55959112 => 'Vivo', + 55959113 => 'Vivo', + 55959114 => 'Vivo', + 55959115 => 'Vivo', + 55959116 => 'Vivo', + 55959117 => 'Vivo', + 55959118 => 'Vivo', + 55959119 => 'Vivo', + 55959121 => 'Vivo', + 55959122 => 'Vivo', + 55959123 => 'Vivo', + 55959124 => 'Vivo', + 55959125 => 'Vivo', + 55959126 => 'Vivo', + 55959127 => 'Vivo', + 55959128 => 'Vivo', + 55959129 => 'Vivo', + 55959131 => 'Vivo', + 55959132 => 'Vivo', + 55959133 => 'Vivo', + 55959134 => 'Vivo', + 55959135 => 'Vivo', + 55959136 => 'Vivo', + 55959137 => 'Vivo', + 55959138 => 'Vivo', + 55959139 => 'Vivo', + 55959141 => 'Vivo', + 55959142 => 'Vivo', + 55959143 => 'Vivo', + 55959144 => 'Vivo', + 55959145 => 'Vivo', + 55959146 => 'Vivo', + 55959147 => 'Vivo', + 55959148 => 'Vivo', + 55959149 => 'Vivo', + 55959151 => 'Vivo', + 55959152 => 'Vivo', + 55959153 => 'Vivo', + 55959154 => 'Vivo', + 55959155 => 'Vivo', + 55959156 => 'Vivo', + 55959157 => 'Vivo', + 55959158 => 'Vivo', + 55959159 => 'Vivo', + 55959161 => 'Vivo', + 55959162 => 'Vivo', + 55959163 => 'Vivo', + 55959164 => 'Vivo', + 55959165 => 'Vivo', + 55959166 => 'Vivo', + 55959167 => 'Vivo', + 55959168 => 'Vivo', + 55959901 => 'Oi', + 55959902 => 'Oi', + 55959903 => 'Oi', + 55959904 => 'Oi', + 55959905 => 'Oi', + 55959933 => 'Oi', + 55959959 => 'Oi', + 55959961 => 'Oi', + 55959962 => 'Oi', + 55959963 => 'Oi', + 55959964 => 'Oi', + 55959965 => 'Oi', + 55959967 => 'Oi', + 55959970 => 'Oi', + 55959971 => 'Oi', + 55959972 => 'Oi', + 55959974 => 'Oi', + 55959976 => 'Oi', + 55959977 => 'Oi', + 55959981 => 'Oi', + 55968111 => 'TIM', + 55968112 => 'TIM', + 55968113 => 'TIM', + 55968114 => 'TIM', + 55968115 => 'TIM', + 55968116 => 'TIM', + 55968117 => 'TIM', + 55968118 => 'TIM', + 55968119 => 'TIM', + 55968121 => 'TIM', + 55968122 => 'TIM', + 55968123 => 'TIM', + 55968124 => 'TIM', + 55968125 => 'TIM', + 55968126 => 'TIM', + 55968127 => 'TIM', + 55968128 => 'TIM', + 55968129 => 'TIM', + 55968131 => 'TIM', + 55968132 => 'TIM', + 55968133 => 'TIM', + 55968134 => 'TIM', + 55968135 => 'TIM', + 5596840 => 'Claro BR', + 55968410 => 'Claro BR', + 55968411 => 'Claro BR', + 55968412 => 'Claro BR', + 55968413 => 'Claro BR', + 559685 => 'Oi', + 559686 => 'Oi', + 559687 => 'Oi', + 559688 => 'Oi', + 559689 => 'Oi', + 55969111 => 'Vivo', + 55969112 => 'Vivo', + 55969113 => 'Vivo', + 55969114 => 'Vivo', + 55969115 => 'Vivo', + 55969116 => 'Vivo', + 55969117 => 'Vivo', + 55969118 => 'Vivo', + 55969119 => 'Vivo', + 55969121 => 'Vivo', + 55969122 => 'Vivo', + 55969123 => 'Vivo', + 55969124 => 'Vivo', + 55969125 => 'Vivo', + 55969126 => 'Vivo', + 55969127 => 'Vivo', + 55969128 => 'Vivo', + 55969129 => 'Vivo', + 55969131 => 'Vivo', + 55969132 => 'Vivo', + 55969133 => 'Vivo', + 55969134 => 'Vivo', + 55969135 => 'Vivo', + 55969136 => 'Vivo', + 55969137 => 'Vivo', + 55969138 => 'Vivo', + 55969139 => 'Vivo', + 55969141 => 'Vivo', + 55969142 => 'Vivo', + 55969143 => 'Vivo', + 55969144 => 'Vivo', + 55969145 => 'Vivo', + 55969146 => 'Vivo', + 55969147 => 'Vivo', + 55969148 => 'Vivo', + 55969149 => 'Vivo', + 55969151 => 'Vivo', + 55969152 => 'Vivo', + 55969153 => 'Vivo', + 55969154 => 'Vivo', + 55969155 => 'Vivo', + 55969156 => 'Vivo', + 55969157 => 'Vivo', + 55969158 => 'Vivo', + 55969159 => 'Vivo', + 55969161 => 'Vivo', + 55969162 => 'Vivo', + 55969163 => 'Vivo', + 55969164 => 'Vivo', + 55969165 => 'Vivo', + 55969166 => 'Vivo', + 55969167 => 'Vivo', + 55969168 => 'Vivo', + 55969169 => 'Vivo', + 55969171 => 'Vivo', + 55969172 => 'Vivo', + 55969173 => 'Vivo', + 55969174 => 'Vivo', + 55969175 => 'Vivo', + 55969176 => 'Vivo', + 55969177 => 'Vivo', + 55969178 => 'Vivo', + 55969179 => 'Vivo', + 55969181 => 'Vivo', + 55969901 => 'Oi', + 55969902 => 'Oi', + 55969903 => 'Oi', + 55969904 => 'Oi', + 55969905 => 'Oi', + 55969906 => 'Oi', + 55969907 => 'Oi', + 55969908 => 'Oi', + 55969909 => 'Oi', + 55969911 => 'Oi', + 55969912 => 'Oi', + 55969913 => 'Oi', + 55969914 => 'Oi', + 55969915 => 'Oi', + 55969916