SYMBOL INDEX (2374 symbols across 584 files) FILE: src/Faker/Calculator/Ean.php class Ean (line 10) | class Ean method checksum (line 23) | public static function checksum($digits) method isValid (line 47) | public static function isValid($ean) FILE: src/Faker/Calculator/Iban.php class Iban (line 5) | class Iban method checksum (line 13) | public static function checksum($iban) method alphaToNumberCallback (line 32) | private static function alphaToNumberCallback($match) method alphaToNumber (line 43) | public static function alphaToNumber($char) method mod97 (line 54) | public static function mod97($number) method isValid (line 69) | public static function isValid($iban) FILE: src/Faker/Calculator/Inn.php class Inn (line 4) | class Inn method checksum (line 14) | public static function checksum($inn) method isValid (line 30) | public static function isValid($inn) FILE: src/Faker/Calculator/Luhn.php class Luhn (line 15) | class Luhn method checksum (line 21) | private static function checksum($number) method computeCheckDigit (line 40) | public static function computeCheckDigit($partialNumber) method isValid (line 56) | public static function isValid($number) method generateLuhnNumber (line 68) | public static function generateLuhnNumber($partialValue) FILE: src/Faker/Calculator/TCNo.php class TCNo (line 7) | class TCNo method checksum (line 18) | public static function checksum($identityPrefix) method isValid (line 48) | public static function isValid($tcNo) FILE: src/Faker/DefaultGenerator.php class DefaultGenerator (line 9) | class DefaultGenerator method __construct (line 13) | public function __construct($default = null) method __get (line 23) | public function __get($attribute) method __call (line 34) | public function __call($method, $attributes) FILE: src/Faker/Documentor.php class Documentor (line 5) | class Documentor method __construct (line 12) | public function __construct(Generator $generator) method getFormatters (line 20) | public function getFormatters() FILE: src/Faker/Factory.php class Factory (line 5) | class Factory method create (line 17) | public static function create($locale = self::DEFAULT_LOCALE) method getProviderClassname (line 33) | protected static function getProviderClassname($provider, $locale = '') method findProviderClassname (line 54) | protected static function findProviderClassname($provider, $locale = '') FILE: src/Faker/Generator.php class Generator (line 200) | class Generator method addProvider (line 205) | public function addProvider($provider) method getProviders (line 210) | public function getProviders() method seed (line 215) | public function seed($seed = null) method format (line 228) | public function format($formatter, $arguments = array()) method getFormatter (line 238) | public function getFormatter($formatter) method parse (line 259) | public function parse($string) method callFormatWithMatches (line 264) | protected function callFormatWithMatches($matches) method __get (line 274) | public function __get($attribute) method __call (line 285) | public function __call($method, $attributes) method __destruct (line 290) | public function __destruct() method __wakeup (line 295) | public function __wakeup() FILE: src/Faker/Guesser/Name.php class Name (line 7) | class Name method __construct (line 14) | public function __construct(\Faker\Generator $generator) method guessFormat (line 24) | public function guessFormat($name, $size = null) FILE: src/Faker/ORM/CakePHP/ColumnTypeGuesser.php class ColumnTypeGuesser (line 5) | class ColumnTypeGuesser method __construct (line 9) | public function __construct(\Faker\Generator $generator) method guessFormat (line 17) | public function guessFormat($column, $table) FILE: src/Faker/ORM/CakePHP/EntityPopulator.php class EntityPopulator (line 7) | class EntityPopulator method __construct (line 14) | public function __construct($class) method __get (line 22) | public function __get($name) method __set (line 30) | public function __set($name, $value) method mergeColumnFormattersWith (line 35) | public function mergeColumnFormattersWith($columnFormatters) method mergeModifiersWith (line 40) | public function mergeModifiersWith($modifiers) method guessColumnFormatters (line 48) | public function guessColumnFormatters($populator) method guessModifiers (line 85) | public function guessModifiers() method execute (line 126) | public function execute($class, $insertedEntities, $options = []) method setConnection (line 153) | public function setConnection($name) method getTable (line 158) | protected function getTable($class) FILE: src/Faker/ORM/CakePHP/Populator.php class Populator (line 5) | class Populator method __construct (line 16) | public function __construct(\Faker\Generator $generator) method getGenerator (line 24) | public function getGenerator() method getGuessers (line 32) | public function getGuessers() method removeGuesser (line 40) | public function removeGuesser($name) method addGuesser (line 52) | public function addGuesser($class) method addEntity (line 71) | public function addEntity($entity, $number, $customColumnFormatters = ... method execute (line 97) | public function execute($options = []) FILE: src/Faker/ORM/Doctrine/ColumnTypeGuesser.php class ColumnTypeGuesser (line 7) | class ColumnTypeGuesser method __construct (line 14) | public function __construct(\Faker\Generator $generator) method guessFormat (line 23) | public function guessFormat($fieldName, ClassMetadata $class) FILE: src/Faker/ORM/Doctrine/EntityPopulator.php class EntityPopulator (line 11) | class EntityPopulator method __construct (line 31) | public function __construct(ClassMetadata $class) method getClass (line 39) | public function getClass() method setColumnFormatters (line 47) | public function setColumnFormatters($columnFormatters) method getColumnFormatters (line 55) | public function getColumnFormatters() method mergeColumnFormattersWith (line 60) | public function mergeColumnFormattersWith($columnFormatters) method setModifiers (line 68) | public function setModifiers(array $modifiers) method getModifiers (line 76) | public function getModifiers() method mergeModifiersWith (line 84) | public function mergeModifiersWith(array $modifiers) method guessColumnFormatters (line 93) | public function guessColumnFormatters(\Faker\Generator $generator) method execute (line 177) | public function execute(ObjectManager $manager, $insertedEntities, $ge... method fillColumns (line 197) | private function fillColumns($obj, $insertedEntities) method callMethods (line 223) | private function callMethods($obj, $insertedEntities) method generateId (line 234) | private function generateId($obj, $column, ObjectManager $manager) FILE: src/Faker/ORM/Doctrine/Populator.php class Populator (line 12) | class Populator method __construct (line 38) | public function __construct(Generator $generator, ObjectManager $manag... method addEntity (line 51) | public function addEntity($entity, $number, $customColumnFormatters = ... method execute (line 81) | public function execute($entityManager = null) FILE: src/Faker/ORM/Mandango/ColumnTypeGuesser.php class ColumnTypeGuesser (line 5) | class ColumnTypeGuesser method __construct (line 12) | public function __construct(\Faker\Generator $generator) method guessFormat (line 20) | public function guessFormat($field) FILE: src/Faker/ORM/Mandango/EntityPopulator.php class EntityPopulator (line 11) | class EntityPopulator method __construct (line 21) | public function __construct($class) method getClass (line 29) | public function getClass() method setColumnFormatters (line 34) | public function setColumnFormatters($columnFormatters) method getColumnFormatters (line 42) | public function getColumnFormatters() method mergeColumnFormattersWith (line 47) | public function mergeColumnFormattersWith($columnFormatters) method guessColumnFormatters (line 57) | public function guessColumnFormatters(\Faker\Generator $generator, Man... method execute (line 98) | public function execute(Mandango $mandango, $insertedEntities) FILE: src/Faker/ORM/Mandango/Populator.php class Populator (line 11) | class Populator method __construct (line 22) | public function __construct(\Faker\Generator $generator, Mandango $man... method addEntity (line 34) | public function addEntity($entity, $number, $customColumnFormatters = ... method execute (line 53) | public function execute() FILE: src/Faker/ORM/Propel/ColumnTypeGuesser.php class ColumnTypeGuesser (line 8) | class ColumnTypeGuesser method __construct (line 15) | public function __construct(\Faker\Generator $generator) method guessFormat (line 24) | public function guessFormat(ColumnMap $column) FILE: src/Faker/ORM/Propel/EntityPopulator.php class EntityPopulator (line 11) | class EntityPopulator method __construct (line 22) | public function __construct($class) method getClass (line 30) | public function getClass() method setColumnFormatters (line 35) | public function setColumnFormatters($columnFormatters) method getColumnFormatters (line 43) | public function getColumnFormatters() method mergeColumnFormattersWith (line 48) | public function mergeColumnFormattersWith($columnFormatters) method guessColumnFormatters (line 57) | public function guessColumnFormatters(\Faker\Generator $generator) method isColumnBehavior (line 97) | protected function isColumnBehavior(ColumnMap $columnMap) method setModifiers (line 120) | public function setModifiers($modifiers) method getModifiers (line 128) | public function getModifiers() method mergeModifiersWith (line 133) | public function mergeModifiersWith($modifiers) method guessModifiers (line 142) | public function guessModifiers(\Faker\Generator $generator) method execute (line 176) | public function execute($con, $insertedEntities) FILE: src/Faker/ORM/Propel/Populator.php class Populator (line 9) | class Populator method __construct (line 18) | public function __construct(\Faker\Generator $generator) method addEntity (line 29) | public function addEntity($entity, $number, $customColumnFormatters = ... method execute (line 54) | public function execute($con = null) method getConnection (line 76) | protected function getConnection() FILE: src/Faker/ORM/Propel2/ColumnTypeGuesser.php class ColumnTypeGuesser (line 8) | class ColumnTypeGuesser method __construct (line 15) | public function __construct(\Faker\Generator $generator) method guessFormat (line 24) | public function guessFormat(ColumnMap $column) FILE: src/Faker/ORM/Propel2/EntityPopulator.php class EntityPopulator (line 11) | class EntityPopulator method __construct (line 22) | public function __construct($class) method getClass (line 30) | public function getClass() method setColumnFormatters (line 35) | public function setColumnFormatters($columnFormatters) method getColumnFormatters (line 43) | public function getColumnFormatters() method mergeColumnFormattersWith (line 48) | public function mergeColumnFormattersWith($columnFormatters) method guessColumnFormatters (line 57) | public function guessColumnFormatters(\Faker\Generator $generator) method isColumnBehavior (line 98) | protected function isColumnBehavior(ColumnMap $columnMap) method setModifiers (line 121) | public function setModifiers($modifiers) method getModifiers (line 129) | public function getModifiers() method mergeModifiersWith (line 134) | public function mergeModifiersWith($modifiers) method guessModifiers (line 143) | public function guessModifiers(\Faker\Generator $generator) method execute (line 177) | public function execute($con, $insertedEntities) FILE: src/Faker/ORM/Propel2/Populator.php class Populator (line 12) | class Populator method __construct (line 21) | public function __construct(\Faker\Generator $generator) method addEntity (line 32) | public function addEntity($entity, $number, $customColumnFormatters = ... method execute (line 57) | public function execute($con = null) method getConnection (line 79) | protected function getConnection() FILE: src/Faker/ORM/Spot/ColumnTypeGuesser.php class ColumnTypeGuesser (line 7) | class ColumnTypeGuesser method __construct (line 16) | public function __construct(Generator $generator) method guessFormat (line 25) | public function guessFormat(array $field) FILE: src/Faker/ORM/Spot/EntityPopulator.php class EntityPopulator (line 14) | class EntityPopulator method __construct (line 52) | public function __construct(Mapper $mapper, Locator $locator, $useExis... method getMapper (line 62) | public function getMapper() method setColumnFormatters (line 70) | public function setColumnFormatters($columnFormatters) method getColumnFormatters (line 78) | public function getColumnFormatters() method mergeColumnFormattersWith (line 86) | public function mergeColumnFormattersWith($columnFormatters) method setModifiers (line 94) | public function setModifiers(array $modifiers) method getModifiers (line 102) | public function getModifiers() method mergeModifiersWith (line 110) | public function mergeModifiersWith(array $modifiers) method guessColumnFormatters (line 119) | public function guessColumnFormatters(Generator $generator) method execute (line 182) | public function execute($insertedEntities) method fillColumns (line 199) | private function fillColumns($obj, $insertedEntities) method callMethods (line 213) | private function callMethods($obj, $insertedEntities) FILE: src/Faker/ORM/Spot/Populator.php class Populator (line 11) | class Populator method __construct (line 23) | public function __construct(\Faker\Generator $generator, Locator $loca... method addEntity (line 38) | public function addEntity( method execute (line 68) | public function execute($locator = null) FILE: src/Faker/Provider/Address.php class Address (line 5) | class Address extends Base method citySuffix (line 29) | public static function citySuffix() method streetSuffix (line 37) | public static function streetSuffix() method buildingNumber (line 45) | public static function buildingNumber() method city (line 53) | public function city() method streetName (line 63) | public function streetName() method streetAddress (line 73) | public function streetAddress() method postcode (line 83) | public static function postcode() method address (line 91) | public function address() method country (line 101) | public static function country() method latitude (line 112) | public static function latitude($min = -90, $max = 90) method longitude (line 123) | public static function longitude($min = -180, $max = 180) method localCoordinates (line 132) | public static function localCoordinates() FILE: src/Faker/Provider/Barcode.php class Barcode (line 9) | class Barcode extends Base method ean (line 11) | private function ean($length = 13) method eanChecksum (line 25) | protected static function eanChecksum($input) method isbnChecksum (line 44) | protected static function isbnChecksum($input) method ean13 (line 72) | public function ean13() method ean8 (line 82) | public function ean8() method isbn10 (line 94) | public function isbn10() method isbn13 (line 108) | public function isbn13() FILE: src/Faker/Provider/Base.php class Base (line 10) | class Base method __construct (line 25) | public function __construct(Generator $generator) method randomDigit (line 35) | public static function randomDigit() method randomDigitNotNull (line 45) | public static function randomDigitNotNull() method randomDigitNot (line 56) | public static function randomDigitNot($except) method randomNumber (line 76) | public static function randomNumber($nbDigits = null, $strict = false) method randomFloat (line 105) | public static function randomFloat($nbMaxDecimals = null, $min = 0, $m... method numberBetween (line 136) | public static function numberBetween($int1 = 0, $int2 = 2147483647) method passthrough (line 150) | public static function passthrough($value) method randomLetter (line 160) | public static function randomLetter() method randomAscii (line 168) | public static function randomAscii() method randomElements (line 183) | public static function randomElements($array = array('a', 'b', 'c'), $... method randomElement (line 229) | public static function randomElement($array = array('a', 'b', 'c')) method randomKey (line 245) | public static function randomKey($array = array()) method shuffle (line 270) | public static function shuffle($arg = '') method shuffleArray (line 296) | public static function shuffleArray($array = array()) method shuffleString (line 335) | public static function shuffleString($string = '', $encoding = 'UTF-8') method replaceWildcard (line 350) | private static function replaceWildcard($string, $wildcard = '#', $cal... method numerify (line 370) | public static function numerify($string = '###') method lexify (line 406) | public static function lexify($string = '????') method bothify (line 418) | public static function bothify($string = '## ??') method asciify (line 434) | public static function asciify($string = '****') method regexify (line 465) | public static function regexify($regex = '') method toLower (line 519) | public static function toLower($string = '') method toUpper (line 531) | public static function toUpper($string = '') method optional (line 545) | public function optional($weight = 0.5, $default = null) method unique (line 576) | public function unique($reset = false, $maxRetries = 10000) method valid (line 608) | public function valid($validator = null, $maxRetries = 10000) FILE: src/Faker/Provider/Biased.php class Biased (line 5) | class Biased extends Base method biasedNumberBetween (line 22) | public function biasedNumberBetween($min = 0, $max = 100, $function = ... method unbiased (line 38) | protected static function unbiased() method linearLow (line 49) | protected static function linearLow($x) method linearHigh (line 60) | protected static function linearHigh($x) FILE: src/Faker/Provider/Color.php class Color (line 8) | class Color extends Base method hexColor (line 48) | public static function hexColor() method safeHexColor (line 56) | public static function safeHexColor() method rgbColorAsArray (line 66) | public static function rgbColorAsArray() method rgbColor (line 80) | public static function rgbColor() method rgbCssColor (line 88) | public static function rgbCssColor() method rgbaCssColor (line 96) | public static function rgbaCssColor() method safeColorName (line 104) | public static function safeColorName() method colorName (line 112) | public static function colorName() method hslColor (line 121) | public static function hslColor() method hslColorAsArray (line 135) | public static function hslColorAsArray() FILE: src/Faker/Provider/Company.php class Company (line 5) | class Company extends Base method company (line 22) | public function company() method companySuffix (line 34) | public static function companySuffix() method jobTitle (line 44) | public function jobTitle() FILE: src/Faker/Provider/DateTime.php class DateTime (line 5) | class DateTime extends Base method getMaxTimestamp (line 15) | protected static function getMaxTimestamp($max = 'now') method unixTime (line 36) | public static function unixTime($max = 'now') method dateTime (line 51) | public static function dateTime($max = 'now', $timezone = null) method dateTimeAD (line 69) | public static function dateTimeAD($max = 'now', $timezone = null) method iso8601 (line 85) | public static function iso8601($max = 'now') method date (line 98) | public static function date($format = 'Y-m-d', $max = 'now') method time (line 111) | public static function time($format = 'H:i:s', $max = 'now') method dateTimeBetween (line 128) | public static function dateTimeBetween($startDate = '-30 years', $endD... method dateTimeInInterval (line 158) | public static function dateTimeInInterval($date = '-30 years', $interv... method dateTimeThisCentury (line 181) | public static function dateTimeThisCentury($max = 'now', $timezone = n... method dateTimeThisDecade (line 192) | public static function dateTimeThisDecade($max = 'now', $timezone = null) method dateTimeThisYear (line 203) | public static function dateTimeThisYear($max = 'now', $timezone = null) method dateTimeThisMonth (line 214) | public static function dateTimeThisMonth($max = 'now', $timezone = null) method amPm (line 224) | public static function amPm($max = 'now') method dayOfMonth (line 234) | public static function dayOfMonth($max = 'now') method dayOfWeek (line 244) | public static function dayOfWeek($max = 'now') method month (line 254) | public static function month($max = 'now') method monthName (line 264) | public static function monthName($max = 'now') method year (line 274) | public static function year($max = 'now') method century (line 283) | public static function century() method timezone (line 292) | public static function timezone() method setTimezone (line 305) | private static function setTimezone(\DateTime $dt, $timezone) method setDefaultTimezone (line 317) | public static function setDefaultTimezone($timezone = null) method getDefaultTimezone (line 327) | public static function getDefaultTimezone() method resolveTimezone (line 336) | private static function resolveTimezone($timezone) FILE: src/Faker/Provider/File.php class File (line 4) | class File extends Base method mimeType (line 546) | public static function mimeType() method fileExtension (line 557) | public static function fileExtension() method file (line 572) | public static function file($sourceDirectory = '/tmp', $targetDirector... FILE: src/Faker/Provider/HtmlLorem.php class HtmlLorem (line 8) | class HtmlLorem extends Base method __construct (line 36) | public function __construct(Generator $generator) method randomHtml (line 49) | public function randomHtml($maxDepth = 4, $maxWidth = 4) method addRandomSubTree (line 69) | private function addRandomSubTree(\DOMElement $root, $maxDepth, $maxWi... method addRandomLeaf (line 90) | private function addRandomLeaf(\DOMElement $node) method addRandomAttribute (line 124) | private function addRandomAttribute(\DOMElement $node) method addRandomP (line 137) | private function addRandomP(\DOMElement $element, $maxLength = 10) method addRandomText (line 145) | private function addRandomText(\DOMElement $element, $maxLength = 10) method addRandomA (line 151) | private function addRandomA(\DOMElement $element, $maxLength = 10) method addRandomTitle (line 160) | private function addRandomTitle(\DOMElement $element, $maxLength = 10) method addRandomH (line 168) | private function addRandomH(\DOMElement $element, $maxLength = 10) method addRandomB (line 177) | private function addRandomB(\DOMElement $element, $maxLength = 10) method addRandomI (line 185) | private function addRandomI(\DOMElement $element, $maxLength = 10) method addRandomSpan (line 193) | private function addRandomSpan(\DOMElement $element, $maxLength = 10) method addLoginForm (line 201) | private function addLoginForm(\DOMElement $element) method addRandomTable (line 234) | private function addRandomTable(\DOMElement $element, $maxRows = 10, $... method addRandomUL (line 265) | private function addRandomUL(\DOMElement $element, $maxItems = 11, $ma... FILE: src/Faker/Provider/Image.php class Image (line 8) | class Image extends Base method imageUrl (line 31) | public static function imageUrl($width = 640, $height = 480, $category... method image (line 64) | public static function image($dir = null, $width = 640, $height = 480,... FILE: src/Faker/Provider/Internet.php class Internet (line 5) | class Internet extends Base method email (line 36) | public function email() method safeEmail (line 46) | final public function safeEmail() method freeEmail (line 54) | public function freeEmail() method companyEmail (line 62) | public function companyEmail() method freeEmailDomain (line 70) | public static function freeEmailDomain() method safeEmailDomain (line 78) | final public static function safeEmailDomain() method userName (line 91) | public function userName() method password (line 112) | public function password($minLength = 6, $maxLength = 20) method domainName (line 122) | public function domainName() method domainWord (line 130) | public function domainWord() method tld (line 150) | public function tld() method url (line 158) | public function url() method slug (line 168) | public function slug($nbWords = 6, $variableNbWords = true) method ipv4 (line 184) | public function ipv4() method ipv6 (line 192) | public function ipv6() method localIpv4 (line 205) | public static function localIpv4() method macAddress (line 219) | public static function macAddress() method transliterate (line 229) | protected static function transliterate($string) method toAscii (line 245) | protected static function toAscii($string) FILE: src/Faker/Provider/Lorem.php class Lorem (line 5) | class Lorem extends Base method word (line 51) | public static function word() method words (line 64) | public static function words($nb = 3, $asText = false) method sentence (line 83) | public static function sentence($nbWords = 6, $variableNbWords = true) method sentences (line 106) | public static function sentences($nb = 3, $asText = false) method paragraph (line 125) | public static function paragraph($nbSentences = 3, $variableNbSentence... method paragraphs (line 145) | public static function paragraphs($nb = 3, $asText = false) method text (line 165) | public static function text($maxNbChars = 200) method randomizeNbElements (line 199) | protected static function randomizeNbElements($nbElements) FILE: src/Faker/Provider/Miscellaneous.php class Miscellaneous (line 5) | class Miscellaneous extends Base method boolean (line 239) | public static function boolean($chanceOfGettingTrue = 50) method md5 (line 247) | public static function md5() method sha1 (line 255) | public static function sha1() method sha256 (line 263) | public static function sha256() method locale (line 271) | public static function locale() method countryCode (line 281) | public static function countryCode() method countryISOAlpha3 (line 291) | public static function countryISOAlpha3() method languageCode (line 299) | public static function languageCode() method currencyCode (line 309) | public static function currencyCode() method emoji (line 319) | public static function emoji() FILE: src/Faker/Provider/Payment.php class Payment (line 8) | class Payment extends Base method creditCardType (line 141) | public static function creditCardType() method creditCardNumber (line 156) | public static function creditCardNumber($type = null, $formatted = fal... method creditCardExpirationDate (line 182) | public function creditCardExpirationDate($valid = true) method creditCardExpirationDateString (line 197) | public function creditCardExpirationDateString($valid = true, $expirat... method creditCardDetails (line 206) | public function creditCardDetails($valid = true) method iban (line 227) | public static function iban($countryCode = null, $prefix = '', $length... method swiftBicNumber (line 282) | public static function swiftBicNumber() FILE: src/Faker/Provider/Person.php class Person (line 5) | class Person extends Base method name (line 47) | public function name($gender = null) method firstName (line 65) | public function firstName($gender = null) method firstNameMale (line 76) | public static function firstNameMale() method firstNameFemale (line 81) | public static function firstNameFemale() method lastName (line 90) | public function lastName() method title (line 100) | public function title($gender = null) method titleMale (line 114) | public static function titleMale() method titleFemale (line 122) | public static function titleFemale() FILE: src/Faker/Provider/PhoneNumber.php class PhoneNumber (line 7) | class PhoneNumber extends Base method phoneNumber (line 14) | public function phoneNumber() method e164PhoneNumber (line 23) | public function e164PhoneNumber() method imei (line 37) | public function imei() FILE: src/Faker/Provider/Text.php class Text (line 5) | abstract class Text extends Base method realText (line 29) | public function realText($maxNbChars = 200, $indexSize = 2) method getConsecutiveWords (line 77) | protected function getConsecutiveWords($indexSize) method getExplodedText (line 104) | protected function getExplodedText() method explode (line 113) | protected static function explode($text) method implode (line 118) | protected static function implode($words) method strlen (line 123) | protected static function strlen($text) method validStart (line 128) | protected static function validStart($word) method appendEnd (line 137) | protected static function appendEnd($text) FILE: src/Faker/Provider/UserAgent.php class UserAgent (line 5) | class UserAgent extends Base method macProcessor (line 35) | public static function macProcessor() method linuxProcessor (line 45) | public static function linuxProcessor() method userAgent (line 55) | public static function userAgent() method chrome (line 67) | public static function chrome() method firefox (line 85) | public static function firefox() method safari (line 103) | public static function safari() method opera (line 131) | public static function opera() method internetExplorer (line 146) | public static function internetExplorer() method windowsPlatformToken (line 151) | public static function windowsPlatformToken() method macPlatformToken (line 156) | public static function macPlatformToken() method linuxPlatformToken (line 161) | public static function linuxPlatformToken() FILE: src/Faker/Provider/Uuid.php class Uuid (line 5) | class Uuid extends Base method uuid (line 11) | public static function uuid() FILE: src/Faker/Provider/ar_JO/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 108) | public static function cityPrefix() method cityName (line 116) | public static function cityName() method streetPrefix (line 124) | public static function streetPrefix() method secondaryAddress (line 132) | public static function secondaryAddress() method state (line 140) | public static function state() method stateAbbr (line 148) | public static function stateAbbr() FILE: src/Faker/Provider/ar_JO/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 33) | public function companyPrefix() method catchPhrase (line 41) | public function catchPhrase() method bs (line 54) | public function bs() FILE: src/Faker/Provider/ar_JO/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method lastNameAscii (line 28) | public static function lastNameAscii() method firstNameAscii (line 33) | public static function firstNameAscii() method userName (line 41) | public function userName() method domainName (line 51) | public function domainName() FILE: src/Faker/Provider/ar_JO/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method prefix (line 104) | public static function prefix() FILE: src/Faker/Provider/ar_JO/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method validStart (line 7) | protected static function validStart($word) FILE: src/Faker/Provider/ar_SA/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 102) | public static function cityPrefix() method cityName (line 110) | public static function cityName() method streetPrefix (line 118) | public static function streetPrefix() method secondaryAddress (line 126) | public static function secondaryAddress() method subdivision (line 134) | public static function subdivision() method governorate (line 142) | public static function governorate() FILE: src/Faker/Provider/ar_SA/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/ar_SA/Company.php class Company (line 7) | class Company extends \Faker\Provider\Company method companyPrefix (line 35) | public function companyPrefix() method catchPhrase (line 43) | public function catchPhrase() method bs (line 56) | public function bs() method companyIdNumber (line 69) | public static function companyIdNumber() FILE: src/Faker/Provider/ar_SA/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method lastNameAscii (line 28) | public static function lastNameAscii() method firstNameAscii (line 33) | public static function firstNameAscii() method userName (line 41) | public function userName() method domainName (line 51) | public function domainName() FILE: src/Faker/Provider/ar_SA/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/ar_SA/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method prefix (line 85) | public static function prefix() method idNumber (line 93) | public static function idNumber() method nationalIdNumber (line 104) | public static function nationalIdNumber() method foreignerIdNumber (line 113) | public static function foreignerIdNumber() FILE: src/Faker/Provider/ar_SA/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method validStart (line 7) | protected static function validStart($word) FILE: src/Faker/Provider/at_AT/Payment.php class Payment (line 10) | class Payment extends \Faker\Provider\Payment method vat (line 25) | public static function vat($spacedNationalPrefix = true) method bankAccountNumber (line 40) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/bg_BG/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/bg_BG/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... method vat (line 32) | public static function vat($spacedNationalPrefix = true) FILE: src/Faker/Provider/bg_BG/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 94) | public function lastName($gender = null) method lastNameMale (line 105) | public static function lastNameMale() method lastNameFemale (line 110) | public static function lastNameFemale() FILE: src/Faker/Provider/bg_BG/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/bn_BD/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 291) | public static function cityPrefix() method state (line 296) | public static function state() method streetNumber (line 301) | public static function streetNumber() method banglaStreetName (line 306) | public static function banglaStreetName() FILE: src/Faker/Provider/bn_BD/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyType (line 19) | public static function companyType() method companyName (line 24) | public static function companyName() FILE: src/Faker/Provider/bn_BD/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/bn_BD/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber (line 7) | public function phoneNumber() FILE: src/Faker/Provider/bn_BD/Utils.php class Utils (line 5) | class Utils method getBanglaNumber (line 7) | public static function getBanglaNumber($number) FILE: src/Faker/Provider/cs_CZ/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method city (line 120) | public function city() method region (line 132) | public static function region() method streetName (line 145) | public function streetName() FILE: src/Faker/Provider/cs_CZ/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhraseNoun (line 62) | public function catchPhraseNoun() method catchPhraseAttribute (line 72) | public function catchPhraseAttribute() method catchPhraseVerb (line 82) | public function catchPhraseVerb() method catchPhrase (line 90) | public function catchPhrase() method ico (line 103) | public function ico() FILE: src/Faker/Provider/cs_CZ/DateTime.php class DateTime (line 8) | class DateTime extends \Faker\Provider\DateTime method monthName (line 25) | public static function monthName($max = 'now') method monthNameGenitive (line 30) | public static function monthNameGenitive($max = 'now') method dayOfWeek (line 35) | public static function dayOfWeek($max = 'now') method dayOfMonth (line 45) | public static function dayOfMonth($max = 'now') method formattedDate (line 55) | public function formattedDate() FILE: src/Faker/Provider/cs_CZ/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/cs_CZ/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/cs_CZ/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method birthNumber (line 435) | public function birthNumber($gender = null, $minAge = 0, $maxAge = 100... method birthNumberMale (line 478) | public static function birthNumberMale() method birthNumberFemale (line 483) | public static function birthNumberFemale() method title (line 488) | public function title($gender = null) method titleMale (line 496) | public static function titleMale() method titleFemale (line 504) | public static function titleFemale() method lastName (line 513) | public function lastName($gender = null) method lastNameMale (line 524) | public static function lastNameMale() method lastNameFemale (line 529) | public static function lastNameFemale() FILE: src/Faker/Provider/cs_CZ/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/cs_CZ/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method realText (line 7) | public function realText($maxNbChars = 200, $indexSize = 2) FILE: src/Faker/Provider/da_DK/Address.php class Address (line 8) | class Address extends \Faker\Provider\Address method cityName (line 223) | public static function cityName() method streetSuffixWord (line 233) | public static function streetSuffixWord() method buildingNumber (line 243) | public static function buildingNumber() method buildingLevel (line 253) | public static function buildingLevel() method buildingSide (line 263) | public static function buildingSide() method kommune (line 273) | public static function kommune() method region (line 283) | public static function region() FILE: src/Faker/Provider/da_DK/Company.php class Company (line 8) | class Company extends \Faker\Provider\Company method cvr (line 56) | public static function cvr() method p (line 66) | public static function p() FILE: src/Faker/Provider/da_DK/Internet.php class Internet (line 8) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/da_DK/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/da_DK/Person.php class Person (line 10) | class Person extends \Faker\Provider\Person method middleName (line 176) | public static function middleName() method cpr (line 189) | public static function cpr() FILE: src/Faker/Provider/da_DK/PhoneNumber.php class PhoneNumber (line 8) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/de_AT/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 100) | public function cityName() method streetSuffixShort (line 105) | public function streetSuffixShort() method streetSuffixLong (line 110) | public function streetSuffixLong() method state (line 118) | public static function state() method buildingNumber (line 123) | public static function buildingNumber() FILE: src/Faker/Provider/de_AT/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/de_AT/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/de_AT/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/de_AT/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 116) | public static function suffix() FILE: src/Faker/Provider/de_AT/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/de_AT/Text.php class Text (line 5) | class Text extends \Faker\Provider\de_DE\Text FILE: src/Faker/Provider/de_CH/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 126) | public function cityName() method streetSuffixShort (line 136) | public function streetSuffixShort() method streetSuffixLong (line 146) | public function streetSuffixLong() method canton (line 156) | public static function canton() method cantonShort (line 165) | public static function cantonShort() method cantonName (line 175) | public static function cantonName() method buildingNumber (line 181) | public static function buildingNumber() FILE: src/Faker/Provider/de_CH/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/de_CH/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/de_CH/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/de_CH/Person.php class Person (line 5) | class Person extends \Faker\Provider\de_DE\Person method ahv13 (line 100) | public static function ahv13() method avs13 (line 113) | public static function avs13() FILE: src/Faker/Provider/de_CH/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 39) | public static function mobileNumber() FILE: src/Faker/Provider/de_CH/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/de_DE/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 98) | public function cityName() method streetSuffixShort (line 103) | public function streetSuffixShort() method streetSuffixLong (line 108) | public function streetSuffixLong() method state (line 116) | public static function state() method buildingNumber (line 121) | public static function buildingNumber() FILE: src/Faker/Provider/de_DE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/de_DE/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/de_DE/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... method bank (line 52) | public static function bank() FILE: src/Faker/Provider/de_DE/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 125) | public static function suffix() FILE: src/Faker/Provider/de_DE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/de_DE/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/el_CY/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 51) | public static function streetPrefix() FILE: src/Faker/Provider/el_CY/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/el_CY/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/el_CY/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 18) | public static function bankAccountNumber($prefix = '', $countryCode = ... method bank (line 45) | public static function bank() FILE: src/Faker/Provider/el_CY/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/el_CY/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 28) | public static function mobileNumber() FILE: src/Faker/Provider/el_GR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 49) | public static function streetPrefix() method prefecture (line 57) | public static function prefecture() FILE: src/Faker/Provider/el_GR/Company.php class Company (line 3) | class Company extends \Faker\Provider\Company method doy (line 70) | public static function doy() method object (line 80) | public static function object() FILE: src/Faker/Provider/el_GR/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/el_GR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 152) | public function lastName($gender = null) method lastNameMale (line 166) | public static function lastNameMale() method lastNameFemale (line 174) | public static function lastNameFemale() FILE: src/Faker/Provider/el_GR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobilePhoneNumber (line 62) | public static function mobilePhoneNumber() method tollFreeNumber (line 81) | public static function tollFreeNumber() FILE: src/Faker/Provider/el_GR/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/en_AU/Address.php class Address (line 10) | class Address extends \Faker\Provider\en_US\Address method buildingLetter (line 79) | public static function buildingLetter() method cityPrefix (line 88) | public static function cityPrefix() method streetSuffix (line 97) | public static function streetSuffix() method state (line 106) | public static function state() FILE: src/Faker/Provider/en_AU/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_AU/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 47) | public static function mobileNumber() method areaCode (line 52) | public static function areaCode() FILE: src/Faker/Provider/en_CA/Address.php class Address (line 9) | class Address extends \Faker\Provider\en_US\Address method province (line 30) | public static function province() method provinceAbbr (line 38) | public static function provinceAbbr() method randomPostcodeLetter (line 47) | public static function randomPostcodeLetter() method postcode (line 55) | public static function postcode() FILE: src/Faker/Provider/en_CA/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\en_US\PhoneNumber FILE: src/Faker/Provider/en_GB/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 114) | public static function cityPrefix() method secondaryAddress (line 122) | public static function secondaryAddress() method county (line 130) | public static function county() method postcode (line 139) | public static function postcode() FILE: src/Faker/Provider/en_GB/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_GB/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/en_GB/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/en_GB/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 39) | public static function mobileNumber() FILE: src/Faker/Provider/en_HK/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method city (line 196) | public function city() method town (line 201) | public function town() method syllable (line 206) | public function syllable() method direction (line 211) | public function direction() method englishStreetName (line 216) | public function englishStreetName() method villageSuffix (line 221) | public function villageSuffix() method estateSuffix (line 226) | public function estateSuffix() method village (line 231) | public function village() method estate (line 236) | public function estate() FILE: src/Faker/Provider/en_HK/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_HK/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 16) | public static function mobileNumber() method landlineNumber (line 25) | public static function landlineNumber() method faxNumber (line 34) | public static function faxNumber() FILE: src/Faker/Provider/en_IN/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method societySuffix (line 127) | public function societySuffix() method societyName (line 134) | public function societyName() method city (line 141) | public function city() method locality (line 148) | public function locality() method localityName (line 155) | public function localityName() method areaSuffix (line 162) | public function areaSuffix() method state (line 170) | public static function state() method stateAbbr (line 178) | public static function stateAbbr() FILE: src/Faker/Provider/en_IN/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_IN/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method middleNameMale (line 123) | public function middleNameMale() FILE: src/Faker/Provider/en_IN/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 31) | public static function mobileNumber() FILE: src/Faker/Provider/en_NG/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method county (line 82) | public static function county() method region (line 94) | public static function region() FILE: src/Faker/Provider/en_NG/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_NG/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/en_NG/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/en_NZ/Address.php class Address (line 5) | class Address extends \Faker\Provider\en_US\Address method postcode (line 65) | public static function postcode() method region (line 74) | public static function region() FILE: src/Faker/Provider/en_NZ/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_NZ/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 62) | public static function mobileNumber() method tollFreeNumber (line 71) | public static function tollFreeNumber() method areaCode (line 80) | public static function areaCode() method beginningNumber (line 89) | public static function beginningNumber() FILE: src/Faker/Provider/en_PH/Address.php class Address (line 5) | class Address extends \Faker\Provider\en_US\Address method province (line 398) | public function province() method city (line 403) | public function city() method municipality (line 408) | public function municipality() method barangay (line 413) | public function barangay() FILE: src/Faker/Provider/en_PH/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 54) | public static function mobileNumber() FILE: src/Faker/Provider/en_SG/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 97) | public function streetPrefix() method streetNumber (line 102) | public function streetNumber() method blockNumber (line 107) | public function blockNumber() method floorNumber (line 112) | public function floorNumber() method apartmentNumber (line 117) | public function apartmentNumber() method townName (line 122) | public function townName() FILE: src/Faker/Provider/en_SG/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method tollFreeInternationalNumber (line 55) | public function tollFreeInternationalNumber() method tollFreeLineNumber (line 60) | public function tollFreeLineNumber() method premiumPhoneNumber (line 65) | public function premiumPhoneNumber() method mobileNumber (line 70) | public function mobileNumber() method fixedLineNumber (line 77) | public function fixedLineNumber() method voipNumber (line 84) | public function voipNumber() method internationalCodePrefix (line 91) | public function internationalCodePrefix() method zeroToEight (line 98) | public function zeroToEight() method oneToEight (line 103) | public function oneToEight() FILE: src/Faker/Provider/en_UG/Address.php class Address (line 5) | class Address extends \Faker\Provider\en_US\Address method cityName (line 81) | public static function cityName() method district (line 89) | public static function district() method region (line 97) | public static function region() FILE: src/Faker/Provider/en_UG/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_UG/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 111) | public function lastName($gender = null) method lastNameMale (line 123) | public static function lastNameMale() method lastNameFemale (line 128) | public static function lastNameFemale() FILE: src/Faker/Provider/en_UG/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/en_US/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 69) | public static function cityPrefix() method secondaryAddress (line 77) | public static function secondaryAddress() method state (line 85) | public static function state() method stateAbbr (line 93) | public static function stateAbbr() FILE: src/Faker/Provider/en_US/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 80) | public function catchPhrase() method bs (line 93) | public function bs() method ein (line 109) | public static function ein() FILE: src/Faker/Provider/en_US/Payment.php class Payment (line 6) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 8) | public function bankAccountNumber() method bankRoutingNumber (line 16) | public function bankRoutingNumber() method calculateRoutingNumberChecksum (line 29) | public static function calculateRoutingNumberChecksum($routing) FILE: src/Faker/Provider/en_US/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 115) | public static function suffix() method ssn (line 123) | public static function ssn() FILE: src/Faker/Provider/en_US/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method tollFreeAreaCode (line 60) | public function tollFreeAreaCode() method tollFreePhoneNumber (line 65) | public function tollFreePhoneNumber() method areaCode (line 79) | public static function areaCode() method exchangeCode (line 95) | public static function exchangeCode() FILE: src/Faker/Provider/en_US/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/en_ZA/Address.php class Address (line 5) | class Address extends \Faker\Provider\en_US\Address method cityPrefix (line 42) | public static function cityPrefix() method secondaryAddress (line 50) | public static function secondaryAddress() method province (line 58) | public static function province() method provinceAbbr (line 66) | public static function provinceAbbr() FILE: src/Faker/Provider/en_ZA/Company.php class Company (line 8) | class Company extends \Faker\Provider\Company method companyNumber (line 20) | public function companyNumber() FILE: src/Faker/Provider/en_ZA/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/en_ZA/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method idNumber (line 144) | public function idNumber(\DateTime $birthdate = null, $citizen = true,... method licenceCode (line 174) | public function licenceCode() FILE: src/Faker/Provider/en_ZA/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method areaCode (line 36) | public static function areaCode() method cellphoneCode (line 63) | public static function cellphoneCode() method specialCode (line 82) | public static function specialCode() method mobileNumber (line 87) | public function mobileNumber() method tollFreeNumber (line 94) | public function tollFreeNumber() FILE: src/Faker/Provider/es_AR/Address.php class Address (line 5) | class Address extends \Faker\Provider\es_ES\Address method cityPrefix (line 40) | public static function cityPrefix() method secondaryAddress (line 48) | public static function secondaryAddress() method state (line 56) | public static function state() method stateAbbr (line 64) | public static function stateAbbr() FILE: src/Faker/Provider/es_AR/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 44) | public function catchPhrase() method bs (line 57) | public function bs() FILE: src/Faker/Provider/es_AR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 86) | public static function suffix() FILE: src/Faker/Provider/es_AR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/es_ES/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 65) | public static function streetPrefix() method cityPrefix (line 73) | public static function cityPrefix() method secondaryAddress (line 81) | public static function secondaryAddress() method state (line 89) | public static function state() method community (line 97) | public static function community() FILE: src/Faker/Provider/es_ES/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/es_ES/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 50) | public static function companyPrefix() method catchPhrase (line 58) | public function catchPhrase() method bs (line 71) | public function bs() FILE: src/Faker/Provider/es_ES/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/es_ES/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 17) | public static function bankAccountNumber($prefix = '', $countryCode = ... method vat (line 32) | public static function vat() FILE: src/Faker/Provider/es_ES/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 120) | public static function suffix() method dni (line 132) | public static function dni() method licenceCode (line 145) | public function licenceCode() FILE: src/Faker/Provider/es_ES/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 38) | public static function mobileNumber() method tollFreeNumber (line 43) | public static function tollFreeNumber() FILE: src/Faker/Provider/es_ES/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/es_PE/Address.php class Address (line 5) | class Address extends \Faker\Provider\es_ES\Address method cityPrefix (line 37) | public static function cityPrefix() method streetPrefix (line 45) | public static function streetPrefix() method secondaryAddress (line 53) | public static function secondaryAddress() method state (line 61) | public static function state() FILE: src/Faker/Provider/es_PE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 44) | public function catchPhrase() method bs (line 57) | public function bs() FILE: src/Faker/Provider/es_PE/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 86) | public static function suffix() method dni (line 102) | public static function dni() FILE: src/Faker/Provider/es_PE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/es_VE/Address.php class Address (line 5) | class Address extends \Faker\Provider\es_ES\Address method streetPrefix (line 44) | public static function streetPrefix() method cityPrefix (line 52) | public static function cityPrefix() method secondaryAddress (line 60) | public static function secondaryAddress() method state (line 68) | public static function state() FILE: src/Faker/Provider/es_VE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 26) | public static function companyPrefix() method taxpayerIdentificationNumber (line 36) | public function taxpayerIdentificationNumber($separator = '') FILE: src/Faker/Provider/es_VE/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/es_VE/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 146) | public static function suffix() method nationalId (line 158) | public function nationalId($separator = '') FILE: src/Faker/Provider/es_VE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/et_EE/Person.php class Person (line 10) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/fa_IR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 46) | public static function cityPrefix() method cityName (line 54) | public static function cityName() method streetPrefix (line 62) | public static function streetPrefix() method buildingNamePrefix (line 70) | public static function buildingNamePrefix() method buildingNumberPrefix (line 78) | public static function buildingNumberPrefix() method building (line 86) | public function building() method postcodePrefix (line 96) | public static function postcodePrefix() FILE: src/Faker/Provider/fa_IR/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 35) | public static function companyPrefix() method companyField (line 44) | public static function companyField() method contract (line 53) | public function contract() FILE: src/Faker/Provider/fa_IR/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method lastNameAscii (line 75) | public static function lastNameAscii() method firstNameAscii (line 80) | public static function firstNameAscii() method userName (line 88) | public function userName() method domainName (line 98) | public function domainName() FILE: src/Faker/Provider/fa_IR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method nationalCode (line 144) | public static function nationalCode() method createAreaCode (line 157) | private static function createAreaCode() method createCoreCode (line 172) | private static function createCoreCode() method createControlCode (line 184) | private static function createControlCode($area, $core) FILE: src/Faker/Provider/fa_IR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 71) | public static function mobileNumber() FILE: src/Faker/Provider/fa_IR/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method realText (line 16) | public function realText($maxNbChars = 200, $indexSize = 2) FILE: src/Faker/Provider/fi_FI/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 65) | public static function cityPrefix() method secondaryAddress (line 73) | public static function secondaryAddress() method state (line 81) | public static function state() FILE: src/Faker/Provider/fi_FI/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 42) | public function catchPhrase() method bs (line 55) | public function bs() FILE: src/Faker/Provider/fi_FI/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/fi_FI/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/fi_FI/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method personalIdentityNumber (line 96) | public function personalIdentityNumber(\DateTime $birthdate = null, $g... FILE: src/Faker/Provider/fi_FI/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method landLineAreaCode (line 55) | public function landLineAreaCode() method e164landLineAreaCode (line 63) | public function e164landLineAreaCode() method mobileNetworkAreaCode (line 71) | public function mobileNetworkAreaCode() method e164MobileNetworkAreaCode (line 79) | public function e164MobileNetworkAreaCode() method numberFormat (line 87) | public function numberFormat() method separator (line 95) | public function separator() FILE: src/Faker/Provider/fr_BE/Address.php class Address (line 5) | class Address extends \Faker\Provider\fr_FR\Address method province (line 60) | public static function province() method cityName (line 68) | public function cityName() FILE: src/Faker/Provider/fr_BE/Company.php class Company (line 5) | class Company extends \Faker\Provider\fr_FR\Company FILE: src/Faker/Provider/fr_BE/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/fr_BE/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... method vat (line 33) | public static function vat($spacedNationalPrefix = true) FILE: src/Faker/Provider/fr_BE/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/fr_BE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/fr_CA/Address.php class Address (line 5) | class Address extends \Faker\Provider\fr_FR\Address method cityPrefix (line 89) | public static function cityPrefix() method citySuffix (line 97) | public static function citySuffix() method secondaryAddress (line 105) | public static function secondaryAddress() method state (line 113) | public static function state() method stateAbbr (line 121) | public static function stateAbbr() FILE: src/Faker/Provider/fr_CA/Company.php class Company (line 5) | class Company extends \Faker\Provider\fr_FR\Company FILE: src/Faker/Provider/fr_CA/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/fr_CA/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/fr_CH/Address.php class Address (line 5) | class Address extends \Faker\Provider\fr_FR\Address method streetPrefix (line 96) | public static function streetPrefix() method cityName (line 106) | public function cityName() method canton (line 116) | public static function canton() method cantonShort (line 125) | public static function cantonShort() method cantonName (line 135) | public static function cantonName() FILE: src/Faker/Provider/fr_CH/Company.php class Company (line 5) | class Company extends \Faker\Provider\fr_FR\Company FILE: src/Faker/Provider/fr_CH/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/fr_CH/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/fr_CH/Person.php class Person (line 5) | class Person extends \Faker\Provider\fr_FR\Person method avs13 (line 100) | public static function avs13() FILE: src/Faker/Provider/fr_CH/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 39) | public static function mobileNumber() FILE: src/Faker/Provider/fr_CH/Text.php class Text (line 5) | class Text extends \Faker\Provider\fr_FR\Text FILE: src/Faker/Provider/fr_FR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method secondaryAddress (line 83) | public static function secondaryAddress() method streetPrefix (line 91) | public static function streetPrefix() method region (line 103) | public static function region() method department (line 115) | public static function department() method departmentName (line 127) | public static function departmentName() method departmentNumber (line 141) | public static function departmentNumber() FILE: src/Faker/Provider/fr_FR/Company.php class Company (line 7) | class Company extends \Faker\Provider\Company method catchPhraseNoun (line 63) | public function catchPhraseNoun() method catchPhraseAttribute (line 73) | public function catchPhraseAttribute() method catchPhraseVerb (line 83) | public function catchPhraseVerb() method catchPhrase (line 93) | public function catchPhrase() method siret (line 113) | public function siret($formatted = true) method siren (line 132) | public static function siren($formatted = true) method isCatchPhraseValid (line 155) | protected static function isCatchPhraseValid($catchPhrase) FILE: src/Faker/Provider/fr_FR/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/fr_FR/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method vat (line 20) | public function vat($spacedNationalPrefix = true) method bankAccountNumber (line 40) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/fr_FR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method prefix (line 66) | public static function prefix() method nir (line 77) | public function nir($gender = null, $formatted = false) FILE: src/Faker/Provider/fr_FR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber07 (line 72) | public function phoneNumber07() method phoneNumber07WithSeparator (line 84) | public function phoneNumber07WithSeparator() method phoneNumber08 (line 91) | public function phoneNumber08() method phoneNumber08WithSeparator (line 117) | public function phoneNumber08WithSeparator() method mobileNumber (line 126) | public function mobileNumber() method serviceNumber (line 135) | public function serviceNumber() FILE: src/Faker/Provider/fr_FR/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/he_IL/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method secondaryAddress (line 118) | public static function secondaryAddress() FILE: src/Faker/Provider/he_IL/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/he_IL/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/he_IL/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/he_IL/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/hr_HR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method street (line 60) | public static function street() method cityName (line 65) | public function cityName() FILE: src/Faker/Provider/hr_HR/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 21) | public static function companyPrefix() FILE: src/Faker/Provider/hr_HR/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/hr_HR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/hr_HR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/hu_HU/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method secondaryAddress (line 31) | public static function secondaryAddress() method state (line 39) | public static function state() method capital (line 47) | public static function capital() method bigCity (line 55) | public static function bigCity() method smallerCity (line 63) | public static function smallerCity() method localCoordinates (line 76) | public static function localCoordinates() FILE: src/Faker/Provider/hu_HU/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/hu_HU/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/hu_HU/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method title (line 55) | public function title($gender = null) method titleMale (line 63) | public static function titleMale() method firstNameMaleNe (line 71) | public static function firstNameMaleNe() method titleFemale (line 79) | public static function titleFemale() method suffix (line 87) | public static function suffix() FILE: src/Faker/Provider/hu_HU/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/hu_HU/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/hy_AM/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 81) | public static function buildingNumber() method address (line 86) | public function address() method country (line 93) | public static function country() method postcode (line 98) | public static function postcode() method regionSuffix (line 103) | public static function regionSuffix() method region (line 108) | public static function region() method cityPrefix (line 113) | public static function cityPrefix() method city (line 118) | public function city() method streetPrefix (line 123) | public function streetPrefix() method street (line 128) | public static function street() FILE: src/Faker/Provider/hy_AM/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/hy_AM/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 32) | public function catchPhrase() method bs (line 45) | public function bs() FILE: src/Faker/Provider/hy_AM/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/hy_AM/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 108) | public static function suffix() FILE: src/Faker/Provider/hy_AM/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber (line 23) | public function phoneNumber() method code (line 28) | public function code() method numberFormat (line 36) | public function numberFormat() FILE: src/Faker/Provider/id_ID/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method state (line 277) | public static function state() method stateAbbr (line 285) | public static function stateAbbr() method streetPrefix (line 290) | public static function streetPrefix() method cityName (line 295) | public static function cityName() method city (line 300) | public function city() method street (line 307) | public static function street() method buildingNumber (line 312) | public static function buildingNumber() FILE: src/Faker/Provider/id_ID/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/id_ID/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 29) | public static function companyPrefix() method companySuffix (line 39) | public static function companySuffix() FILE: src/Faker/Provider/id_ID/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/id_ID/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 249) | public function lastName($gender = null) method lastNameMale (line 268) | public static function lastNameMale() method lastNameFemale (line 279) | public static function lastNameFemale() method suffix (line 290) | public static function suffix() method nik (line 304) | public function nik($gender = null, $birthDate = null) method birthPlaceCode (line 339) | protected function birthPlaceCode() FILE: src/Faker/Provider/id_ID/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/is_IS/Address.php class Address (line 8) | class Address extends \Faker\Provider\Address method cityName (line 144) | public static function cityName() method streetPrefix (line 154) | public static function streetPrefix() method buildingNumber (line 164) | public static function buildingNumber() method region (line 174) | public static function region() FILE: src/Faker/Provider/is_IS/Company.php class Company (line 8) | class Company extends \Faker\Provider\Company method vsk (line 49) | public static function vsk() FILE: src/Faker/Provider/is_IS/Internet.php class Internet (line 8) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/is_IS/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/is_IS/Person.php class Person (line 8) | class Person extends \Faker\Provider\Person method middleName (line 49) | public static function middleName() method lastName (line 59) | public function lastName() method lastNameMale (line 79) | public function lastNameMale() method lastNameFemale (line 89) | public function lastNameFemale() method ssn (line 101) | public static function ssn() FILE: src/Faker/Provider/is_IS/PhoneNumber.php class PhoneNumber (line 8) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/it_CH/Address.php class Address (line 5) | class Address extends \Faker\Provider\it_IT\Address method streetPrefix (line 95) | public static function streetPrefix() method cityName (line 105) | public function cityName() method canton (line 115) | public static function canton() method cantonShort (line 124) | public static function cantonShort() method cantonName (line 134) | public static function cantonName() FILE: src/Faker/Provider/it_CH/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/it_CH/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/it_CH/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/it_CH/Person.php class Person (line 5) | class Person extends \Faker\Provider\it_IT\Person method avs13 (line 97) | public static function avs13() FILE: src/Faker/Provider/it_CH/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 39) | public static function mobileNumber() FILE: src/Faker/Provider/it_CH/Text.php class Text (line 5) | class Text extends \Faker\Provider\it_IT\Text FILE: src/Faker/Provider/it_IT/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 69) | public static function cityPrefix() method secondaryAddress (line 77) | public static function secondaryAddress() method state (line 85) | public static function state() method stateAbbr (line 93) | public static function stateAbbr() FILE: src/Faker/Provider/it_IT/Company.php class Company (line 7) | class Company extends \Faker\Provider\Company method catchPhrase (line 44) | public function catchPhrase() method bs (line 57) | public function bs() method vatId (line 72) | public static function vatId() FILE: src/Faker/Provider/it_IT/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/it_IT/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/it_IT/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 84) | public static function suffix() method taxId (line 94) | public static function taxId() FILE: src/Faker/Provider/it_IT/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/it_IT/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/ja_JP/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method postcode1 (line 73) | public static function postcode1() method postcode2 (line 81) | public static function postcode2() method postcode (line 89) | public static function postcode() method prefecture (line 100) | public static function prefecture() method ward (line 108) | public static function ward() method areaNumber (line 121) | public static function areaNumber() method buildingNumber (line 126) | public static function buildingNumber() method secondaryAddress (line 131) | public function secondaryAddress() FILE: src/Faker/Provider/ja_JP/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 13) | public static function companyPrefix() FILE: src/Faker/Provider/ja_JP/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method lastNameAscii (line 66) | public static function lastNameAscii() method firstNameAscii (line 71) | public static function firstNameAscii() method userName (line 79) | public function userName() method domainName (line 89) | public function domainName() FILE: src/Faker/Provider/ja_JP/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method kanaName (line 89) | public function kanaName($gender = null) method firstKanaName (line 107) | public function firstKanaName($gender = null) method firstKanaNameMale (line 121) | public static function firstKanaNameMale() method firstKanaNameFemale (line 129) | public static function firstKanaNameFemale() method lastKanaName (line 137) | public static function lastKanaName() FILE: src/Faker/Provider/ja_JP/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/ja_JP/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method explode (line 598) | protected static function explode($text) method strlen (line 609) | protected static function strlen($text) method validStart (line 614) | protected static function validStart($word) method appendEnd (line 619) | protected static function appendEnd($text) FILE: src/Faker/Provider/ka_GE/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method regionSuffix (line 106) | public static function regionSuffix() method region (line 111) | public static function region() method regionGenitiveForm (line 116) | public static function regionGenitiveForm() method cityName (line 121) | public static function cityName() method cityPrefix (line 126) | public static function cityPrefix() method streetSuffix (line 131) | public static function streetSuffix() method street (line 136) | public static function street() FILE: src/Faker/Provider/ka_GE/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/ka_GE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method company (line 33) | public function company() method companyPrefix (line 40) | public static function companyPrefix() method companyNameElement (line 45) | public static function companyNameElement() method companyNameSuffix (line 50) | public static function companyNameSuffix() FILE: src/Faker/Provider/ka_GE/DateTime.php class DateTime (line 5) | class DateTime extends \Faker\Provider\DateTime method dayOfWeek (line 8) | public static function dayOfWeek($max = 'now') method monthName (line 23) | public static function monthName($max = 'now') FILE: src/Faker/Provider/ka_GE/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/ka_GE/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 36) | public static function bank() method bankAccountNumber (line 49) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/ka_GE/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/ka_GE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/ka_GE/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/kk_KZ/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 81) | public static function buildingNumber() method regionSuffix (line 86) | public static function regionSuffix() method region (line 91) | public static function region() method city (line 96) | public function city() method street (line 101) | public static function street() FILE: src/Faker/Provider/kk_KZ/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/kk_KZ/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method company (line 30) | public function company() method companyPrefix (line 37) | public static function companyPrefix() method companyNameElement (line 42) | public static function companyNameElement() method companyNameSuffix (line 47) | public static function companyNameSuffix() method businessIdentificationNumber (line 59) | public static function businessIdentificationNumber(\DateTime $registr... FILE: src/Faker/Provider/kk_KZ/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/kk_KZ/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 16) | public static function bank() method bankAccountNumber (line 29) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/kk_KZ/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method getCenturyByYear (line 184) | private static function getCenturyByYear($year) method individualIdentificationNumber (line 206) | public static function individualIdentificationNumber(\DateTime $birth... method checkSum (line 230) | public static function checkSum($iinValue) method getControlDigit (line 247) | protected static function getControlDigit($iinValue, $sequence) FILE: src/Faker/Provider/kk_KZ/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/kk_KZ/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/ko_KR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method metropolitanCity (line 60) | public function metropolitanCity() method province (line 68) | public static function province() method city (line 76) | public function city() method borough (line 84) | public function borough() method streetName (line 92) | public function streetName() FILE: src/Faker/Provider/ko_KR/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 22) | public static function companyPrefix() method companySuffix (line 27) | public static function companySuffix() FILE: src/Faker/Provider/ko_KR/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method lastNameAscii (line 59) | public static function lastNameAscii() method firstNameAscii (line 64) | public static function firstNameAscii() method userName (line 72) | public function userName() method domainName (line 82) | public function domainName() FILE: src/Faker/Provider/ko_KR/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/ko_KR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method localAreaPhoneNumber (line 27) | public function localAreaPhoneNumber() method cellPhoneNumber (line 36) | public function cellPhoneNumber() FILE: src/Faker/Provider/ko_KR/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/lt_LT/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 80) | public static function buildingNumber() method address (line 85) | public function address() method country (line 92) | public static function country() method postcode (line 97) | public static function postcode() method regionSuffix (line 102) | public static function regionSuffix() method region (line 107) | public static function region() method citySuffix (line 112) | public static function citySuffix() method city (line 117) | public function city() method streetSuffix (line 122) | public static function streetSuffix() method street (line 127) | public static function street() FILE: src/Faker/Provider/lt_LT/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/lt_LT/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/lt_LT/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/lt_LT/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 260) | public function lastName($gender = null) method lastNameMale (line 276) | public function lastNameMale() method lastNameFemale (line 286) | public function lastNameFemale() method driverLicence (line 296) | public function driverLicence() method passportNumber (line 306) | public function passportNumber() method personalIdentityNumber (line 320) | public function personalIdentityNumber($gender = 'male', \DateTime $bi... method calculateSum (line 356) | private static function calculateSum($numbers, $time = 1) FILE: src/Faker/Provider/lt_LT/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/lv_LV/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 66) | public static function buildingNumber() method address (line 71) | public function address() method country (line 78) | public static function country() method postcode (line 83) | public static function postcode() method regionSuffix (line 88) | public static function regionSuffix() method region (line 93) | public static function region() method cityPrefix (line 98) | public static function cityPrefix() method city (line 103) | public function city() method streetPrefix (line 108) | public static function streetPrefix() method street (line 113) | public static function street() FILE: src/Faker/Provider/lv_LV/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/lv_LV/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/lv_LV/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/lv_LV/Person.php class Person (line 8) | class Person extends \Faker\Provider\Person method driverLicence (line 99) | public function driverLicence() method passportNumber (line 104) | public function passportNumber() method personalIdentityNumber (line 115) | public function personalIdentityNumber(\DateTime $birthdate = null) FILE: src/Faker/Provider/lv_LV/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/me_ME/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 97) | public static function streetPrefix() method street (line 102) | public static function street() method cityName (line 107) | public function cityName() method localCoordinates (line 112) | public static function localCoordinates() FILE: src/Faker/Provider/me_ME/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyType (line 40) | public static function companyType() method companyName (line 45) | public static function companyName() FILE: src/Faker/Provider/me_ME/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/me_ME/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/me_ME/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/mn_MN/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method idNumber (line 78) | public function idNumber() method alphabet (line 87) | public function alphabet() method namePrefix (line 96) | public function namePrefix() FILE: src/Faker/Provider/mn_MN/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/ms_MY/Address.php class Address (line 7) | class Address extends \Faker\Provider\Address method buildingPrefix (line 505) | public static function buildingPrefix() method buildingNumber (line 517) | public static function buildingNumber() method streetPrefix (line 527) | public function streetPrefix() method streetName (line 541) | public function streetName() method township (line 555) | public function township() method townshipPrefixAbbr (line 569) | public function townshipPrefixAbbr() method townshipPrefix (line 581) | public function townshipPrefix() method townshipSuffix (line 591) | public function townshipSuffix() method postcode (line 606) | public static function postcode($state = null) method townState (line 673) | public function townState() method city (line 690) | public function city() method state (line 703) | public function state() FILE: src/Faker/Provider/ms_MY/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyName (line 91) | public static function companyName() method industry (line 101) | public static function industry() FILE: src/Faker/Provider/ms_MY/Miscellaneous.php class Miscellaneous (line 5) | class Miscellaneous extends \Faker\Provider\Miscellaneous method jpjNumberPlate (line 91) | public function jpjNumberPlate() method peninsularPrefix (line 105) | public static function peninsularPrefix() method sarawakPrefix (line 117) | public static function sarawakPrefix() method sabahPrefix (line 129) | public static function sabahPrefix() method specialPrefix (line 141) | public static function specialPrefix() method validAlphabet (line 153) | public static function validAlphabet() method numberSequence (line 165) | public static function numberSequence() FILE: src/Faker/Provider/ms_MY/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 152) | public function bank() method bankAccountNumber (line 166) | public function bankAccountNumber() method localBank (line 180) | public static function localBank() method foreignBank (line 192) | public static function foreignBank() method governmentBank (line 204) | public static function governmentBank() method insurance (line 216) | public static function insurance() method swiftCode (line 228) | public static function swiftCode() method currencySymbol (line 240) | public static function currencySymbol() FILE: src/Faker/Provider/ms_MY/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method firstNameMaleMalay (line 550) | public static function firstNameMaleMalay() method firstNameFemaleMalay (line 562) | public static function firstNameFemaleMalay() method lastNameMalay (line 574) | public function lastNameMalay() method muhammadName (line 586) | public static function muhammadName() method nurName (line 598) | public static function nurName() method haji (line 610) | public static function haji() method hajjah (line 622) | public static function hajjah() method titleMaleMalay (line 634) | public static function titleMaleMalay() method lastNameChinese (line 646) | public static function lastNameChinese() method firstNameMaleChinese (line 658) | public static function firstNameMaleChinese() method firstNameFemaleChinese (line 670) | public static function firstNameFemaleChinese() method firstNameMaleChristian (line 682) | public static function firstNameMaleChristian() method firstNameFemaleChristian (line 694) | public static function firstNameFemaleChristian() method initialIndian (line 706) | public static function initialIndian() method firstNameMaleIndian (line 718) | public static function firstNameMaleIndian() method firstNameFemaleIndian (line 730) | public static function firstNameFemaleIndian() method lastNameIndian (line 742) | public static function lastNameIndian() method lastName (line 754) | public function lastName() method myKadNumber (line 777) | public static function myKadNumber($gender = null, $hyphen = false) FILE: src/Faker/Provider/ms_MY/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 99) | public function mobileNumber($countryCodePrefix = true, $formatting = ... method zeroOneOnePrefix (line 121) | public static function zeroOneOnePrefix() method zeroOneFourPrefix (line 133) | public static function zeroOneFourPrefix() method zeroOneFivePrefix (line 145) | public static function zeroOneFivePrefix() method fixedLineNumber (line 160) | public function fixedLineNumber($countryCodePrefix = true, $formatting... method voipNumber (line 185) | public function voipNumber($countryCodePrefix = true, $formatting = true) method countryCodePrefix (line 209) | public static function countryCodePrefix($formatting = true) FILE: src/Faker/Provider/nb_NO/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 171) | public static function cityName() method streetSuffixWord (line 176) | public static function streetSuffixWord() method streetPrefix (line 181) | public static function streetPrefix() method buildingNumber (line 191) | public static function buildingNumber() FILE: src/Faker/Provider/nb_NO/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/nb_NO/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/nb_NO/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method personalIdentityNumber (line 290) | public function personalIdentityNumber(\DateTime $birthdate = null, $g... FILE: src/Faker/Provider/nb_NO/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 35) | public function mobileNumber() FILE: src/Faker/Provider/ne_NP/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 109) | public static function cityName() method wardNumber (line 117) | public static function wardNumber() method district (line 125) | public static function district() FILE: src/Faker/Provider/ne_NP/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/ne_NP/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method middleNameMale (line 109) | public static function middleNameMale() method middleNameFemale (line 117) | public static function middleNameFemale() FILE: src/Faker/Provider/ne_NP/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/nl_BE/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method postcode (line 104) | public static function postcode() method state (line 112) | public static function state() method cityName (line 120) | public function cityName() FILE: src/Faker/Provider/nl_BE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/nl_BE/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/nl_BE/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... method vat (line 33) | public static function vat($spacedNationalPrefix = true) FILE: src/Faker/Provider/nl_BE/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method rrn (line 87) | public static function rrn($gender = null) FILE: src/Faker/Provider/nl_BE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/nl_BE/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/nl_NL/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 128) | public static function buildingNumber() method state (line 136) | public static function state() method cityName (line 144) | public function cityName() method postcode (line 149) | public static function postcode() FILE: src/Faker/Provider/nl_NL/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/nl_NL/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method company (line 70) | public function company() method vat (line 101) | public static function vat() method btw (line 111) | public static function btw() FILE: src/Faker/Provider/nl_NL/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/nl_NL/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/nl_NL/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method lastName (line 265) | public function lastName() method title (line 281) | public function title($gender = null) method titleMale (line 289) | public static function titleMale() method titleFemale (line 297) | public static function titleFemale() method suffix (line 305) | public static function suffix() method prefix (line 313) | public static function prefix() method idNumber (line 323) | public function idNumber() FILE: src/Faker/Provider/nl_NL/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/nl_NL/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/pl_PL/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method city (line 196) | public function city() method streetName (line 201) | public function streetName() method state (line 206) | public function state() FILE: src/Faker/Provider/pl_PL/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 25) | public static function companyPrefix() method regon (line 35) | public static function regon() method regonLocal (line 61) | public static function regonLocal() FILE: src/Faker/Provider/pl_PL/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/pl_PL/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 83) | public static function bank() method bankAccountNumber (line 96) | public static function bankAccountNumber($prefix = '', $countryCode = ... method addBankCodeChecksum (line 101) | protected static function addBankCodeChecksum($iban, $countryCode = 'PL') FILE: src/Faker/Provider/pl_PL/Person.php class Person (line 9) | class Person extends \Faker\Provider\Person method lastName (line 94) | public function lastName($gender = null) method lastNameMale (line 105) | public static function lastNameMale() method lastNameFemale (line 110) | public static function lastNameFemale() method title (line 115) | public function title($gender = null) method titleMale (line 123) | public static function titleMale() method titleFemale (line 131) | public static function titleFemale() method pesel (line 143) | public static function pesel($birthdate = null, $sex = null) method personalIdentityNumber (line 183) | public static function personalIdentityNumber() method taxpayerIdentificationNumber (line 207) | public static function taxpayerIdentificationNumber() FILE: src/Faker/Provider/pl_PL/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/pl_PL/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/pt_BR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 102) | public static function streetPrefix() method cityPrefix (line 110) | public static function cityPrefix() method secondaryAddress (line 118) | public static function secondaryAddress() method state (line 126) | public static function state() method stateAbbr (line 134) | public static function stateAbbr() method region (line 142) | public static function region() method regionAbbr (line 150) | public static function regionAbbr() FILE: src/Faker/Provider/pt_BR/Company.php class Company (line 7) | class Company extends \Faker\Provider\Company method cnpj (line 25) | public function cnpj($formatted = true) FILE: src/Faker/Provider/pt_BR/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/pt_BR/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 68) | public static function bankAccountNumber($prefix = '', $countryCode = ... method bank (line 142) | public static function bank() FILE: src/Faker/Provider/pt_BR/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method suffix (line 100) | public static function suffix() method cpf (line 111) | public function cpf($formatted = true) method rg (line 126) | public function rg($formatted = true) FILE: src/Faker/Provider/pt_BR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method areaCode (line 20) | public static function areaCode() method cellphone (line 39) | public static function cellphone($formatted = true) method landline (line 55) | public static function landline($formatted = true) method phone (line 71) | public static function phone($formatted = true) method anyPhoneNumber (line 88) | protected static function anyPhoneNumber($type, $formatted = true) method cellphoneNumber (line 103) | public static function cellphoneNumber($formatted = true) method landlineNumber (line 113) | public static function landlineNumber($formatted = true) method phoneNumber (line 122) | public function phoneNumber() method phoneNumberCleared (line 132) | public static function phoneNumberCleared() FILE: src/Faker/Provider/pt_BR/check_digit.php function check_digit (line 14) | function check_digit($numbers) FILE: src/Faker/Provider/pt_PT/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method secondaryAddress (line 60) | public static function secondaryAddress() method streetPrefix (line 112) | public static function streetPrefix() method city (line 120) | public function city() FILE: src/Faker/Provider/pt_PT/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/pt_PT/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/pt_PT/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/pt_PT/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method taxpayerIdentificationNumber (line 58) | public static function taxpayerIdentificationNumber() method dvCalcMod11 (line 75) | public static function dvCalcMod11($number) FILE: src/Faker/Provider/pt_PT/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 46) | public static function mobileNumber() FILE: src/Faker/Provider/ro_MD/Address.php class Address (line 4) | class Address extends \Faker\Provider\Address method cityName (line 87) | public function cityName() method block (line 92) | public static function block() method blockSegment (line 97) | public function blockSegment() method floor (line 102) | public static function floor() method apartmentNumber (line 107) | public static function apartmentNumber() method streetPrefix (line 112) | public function streetPrefix() method streetPlainName (line 120) | public function streetPlainName() method streetName (line 128) | public function streetName() method address (line 135) | public function address() method streetAddress (line 142) | public function streetAddress() FILE: src/Faker/Provider/ro_MD/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/ro_MD/Person.php class Person (line 4) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/ro_MD/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/ro_MD/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/ro_RO/Address.php class Address (line 4) | class Address extends \Faker\Provider\Address method cityName (line 107) | public function cityName() method block (line 112) | public static function block() method blockSegment (line 117) | public function blockSegment() method floor (line 122) | public static function floor() method apartmentNumber (line 127) | public static function apartmentNumber() method streetPrefix (line 132) | public function streetPrefix() method streetPlainName (line 140) | public function streetPlainName() method streetName (line 148) | public function streetName() method county (line 158) | public function county() method address (line 163) | public function address() method streetAddress (line 170) | public function streetAddress() FILE: src/Faker/Provider/ro_RO/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/ro_RO/Person.php class Person (line 4) | class Person extends \Faker\Provider\Person method cnp (line 115) | public function cnp($gender = null, $dateOfBirth = null, $county = nul... method getDateOfBirth (line 149) | protected function getDateOfBirth($dateOfBirth) method getGenderDigit (line 194) | protected static function getGenderDigit(\DateTime $dateOfBirth, $gend... method getChecksumDigit (line 226) | protected function getChecksumDigit($value) FILE: src/Faker/Provider/ro_RO/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber (line 46) | public function phoneNumber() method tollFreePhoneNumber (line 53) | public static function tollFreePhoneNumber() method premiumRatePhoneNumber (line 60) | public static function premiumRatePhoneNumber() FILE: src/Faker/Provider/ro_RO/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/ru_RU/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method buildingNumber (line 88) | public static function buildingNumber() method address (line 93) | public function address() method country (line 100) | public static function country() method postcode (line 105) | public static function postcode() method regionSuffix (line 110) | public static function regionSuffix() method region (line 115) | public static function region() method cityPrefix (line 120) | public static function cityPrefix() method city (line 125) | public function city() method streetPrefix (line 130) | public static function streetPrefix() method street (line 135) | public static function street() FILE: src/Faker/Provider/ru_RU/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/ru_RU/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 64) | public function catchPhrase() method company (line 77) | public function company() method companyPrefix (line 84) | public static function companyPrefix() method companyNameElement (line 89) | public static function companyNameElement() method companyNameSuffix (line 94) | public static function companyNameSuffix() method inn (line 99) | public static function inn($area_code = "") method kpp (line 112) | public static function kpp($inn = "") FILE: src/Faker/Provider/ru_RU/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/ru_RU/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 807) | public static function bank() FILE: src/Faker/Provider/ru_RU/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method middleNameMale (line 119) | public function middleNameMale() method middleNameFemale (line 133) | public function middleNameFemale() method middleName (line 146) | public function middleName($gender = null) method lastName (line 167) | public function lastName($gender = null) FILE: src/Faker/Provider/ru_RU/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/ru_RU/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method realText (line 7) | public function realText($maxNbChars = 200, $indexSize = 2) FILE: src/Faker/Provider/sk_SK/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 340) | public static function cityName() FILE: src/Faker/Provider/sk_SK/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method catchPhrase (line 42) | public function catchPhrase() method bs (line 55) | public function bs() FILE: src/Faker/Provider/sk_SK/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/sk_SK/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sk_SK/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method title (line 115) | public function title($gender = null) method titleMale (line 123) | public static function titleMale() method titleFemale (line 131) | public static function titleFemale() method lastName (line 140) | public function lastName($gender = null) method lastNameMale (line 151) | public static function lastNameMale() method lastNameFemale (line 156) | public static function lastNameFemale() method suffix (line 164) | public static function suffix() FILE: src/Faker/Provider/sk_SK/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/sl_SI/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 98) | public static function cityName() method streetName (line 103) | public function streetName() FILE: src/Faker/Provider/sl_SI/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company FILE: src/Faker/Provider/sl_SI/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/sl_SI/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sl_SI/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method title (line 126) | public function title($gender = null) method lastName (line 135) | public function lastName($gender = null) method lastNameMale (line 140) | public static function lastNameMale() method lastNameFemale (line 145) | public static function lastNameFemale() FILE: src/Faker/Provider/sl_SI/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/sr_Cyrl_RS/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 44) | public static function streetPrefix() method street (line 49) | public static function street() method cityName (line 54) | public function cityName() FILE: src/Faker/Provider/sr_Cyrl_RS/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sr_Cyrl_RS/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/sr_Latn_RS/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 44) | public static function streetPrefix() method street (line 49) | public static function street() method cityName (line 54) | public function cityName() FILE: src/Faker/Provider/sr_Latn_RS/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sr_Latn_RS/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/sr_RS/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method streetPrefix (line 44) | public static function streetPrefix() method street (line 49) | public static function street() method cityName (line 54) | public function cityName() FILE: src/Faker/Provider/sr_RS/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sr_RS/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/sv_SE/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 126) | public static function cityName() method streetSuffixWord (line 131) | public static function streetSuffixWord() method streetPrefix (line 136) | public static function streetPrefix() method buildingNumber (line 146) | public static function buildingNumber() FILE: src/Faker/Provider/sv_SE/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method jobTitle (line 22) | public function jobTitle() FILE: src/Faker/Provider/sv_SE/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/sv_SE/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method personalIdentityNumber (line 123) | public function personalIdentityNumber(\DateTime $birthdate = null, $g... FILE: src/Faker/Provider/sv_SE/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/th_TH/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityPrefix (line 119) | public static function cityPrefix() method streetPrefix (line 127) | public static function streetPrefix() method province (line 135) | public static function province() FILE: src/Faker/Provider/th_TH/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/th_TH/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method slogan (line 22) | public function slogan() FILE: src/Faker/Provider/th_TH/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/th_TH/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 39) | public static function bank() FILE: src/Faker/Provider/th_TH/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method suffix (line 69) | public static function suffix() method ssn (line 77) | public static function ssn() FILE: src/Faker/Provider/th_TH/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method mobileNumber (line 33) | public static function mobileNumber() FILE: src/Faker/Provider/tr_TR/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method cityName (line 89) | public function cityName() FILE: src/Faker/Provider/tr_TR/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/tr_TR/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyField (line 95) | public static function companyField() FILE: src/Faker/Provider/tr_TR/DateTime.php class DateTime (line 5) | class DateTime extends \Faker\Provider\DateTime method amPm (line 7) | public static function amPm($max = 'now') method dayOfWeek (line 12) | public static function dayOfWeek($max = 'now') method monthName (line 27) | public static function monthName($max = 'now') FILE: src/Faker/Provider/tr_TR/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/tr_TR/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bankAccountNumber (line 15) | public static function bankAccountNumber($prefix = '', $countryCode = ... FILE: src/Faker/Provider/tr_TR/Person.php class Person (line 7) | class Person extends \Faker\Provider\Person method title (line 79) | public function title($gender = null) method titleMale (line 87) | public static function titleMale() method titleFemale (line 95) | public static function titleFemale() method tcNo (line 105) | public function tcNo() FILE: src/Faker/Provider/tr_TR/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/uk_UA/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method citySuffix (line 300) | public static function citySuffix() method streetSuffix (line 306) | public static function streetSuffix() method streetName (line 312) | public function streetName() method postcode (line 317) | public static function postcode() method regionSuffix (line 322) | public static function regionSuffix() method region (line 327) | public static function region() method cityPrefix (line 332) | public static function cityPrefix() method city (line 337) | public function city() method cityAndRegion (line 348) | public function cityAndRegion() method streetPrefix (line 358) | public static function streetPrefix() FILE: src/Faker/Provider/uk_UA/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/uk_UA/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyUrl (line 58) | public function companyUrl() method companyPrefix (line 65) | public static function companyPrefix() method companyName (line 70) | public static function companyName() FILE: src/Faker/Provider/uk_UA/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/uk_UA/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 37) | public static function bank() FILE: src/Faker/Provider/uk_UA/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method middleNameMale (line 61) | public function middleNameMale() method middleNameFemale (line 73) | public function middleNameFemale() method middleName (line 86) | public function middleName($gender = null) FILE: src/Faker/Provider/uk_UA/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/uk_UA/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text FILE: src/Faker/Provider/vi_VN/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method hamletName (line 119) | public function hamletName() method hamletPrefix (line 126) | public function hamletPrefix() method wardName (line 131) | public function wardName() method wardPrefix (line 138) | public function wardPrefix() method districtName (line 143) | public function districtName() method districtPrefix (line 150) | public function districtPrefix() method city (line 158) | public function city() method province (line 166) | public static function province() FILE: src/Faker/Provider/vi_VN/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/vi_VN/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/vi_VN/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method middleName (line 164) | public function middleName($gender = null) method middleNameMale (line 175) | public static function middleNameMale() method middleNameFemale (line 180) | public static function middleNameFemale() FILE: src/Faker/Provider/vi_VN/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber (line 49) | public function phoneNumber() FILE: src/Faker/Provider/zh_CN/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method city (line 112) | public function city() method state (line 117) | public function state() method stateAbbr (line 122) | public function stateAbbr() method area (line 127) | public static function area() method country (line 132) | public static function country() method address (line 137) | public function address() method postcode (line 142) | public static function postcode() FILE: src/Faker/Provider/zh_CN/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/zh_CN/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyPrefix (line 220) | public static function companyPrefix() method companySuffix (line 225) | public static function companySuffix() method catchPhrase (line 230) | public function catchPhrase() FILE: src/Faker/Provider/zh_CN/DateTime.php class DateTime (line 5) | class DateTime extends \Faker\Provider\DateTime method amPm (line 7) | public static function amPm($max = 'now') method dayOfWeek (line 12) | public static function dayOfWeek($max = 'now') method monthName (line 27) | public static function monthName($max = 'now') FILE: src/Faker/Provider/zh_CN/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet FILE: src/Faker/Provider/zh_CN/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method bank (line 37) | public static function bank() FILE: src/Faker/Provider/zh_CN/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person FILE: src/Faker/Provider/zh_CN/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber method phoneNumber (line 16) | public function phoneNumber() FILE: src/Faker/Provider/zh_TW/Address.php class Address (line 5) | class Address extends \Faker\Provider\Address method street (line 355) | public function street() method randomChineseNumber (line 360) | public static function randomChineseNumber() method randomNumber2 (line 368) | public static function randomNumber2() method randomNumber3 (line 373) | public static function randomNumber3() method localLatitude (line 378) | public static function localLatitude() method localLongitude (line 383) | public static function localLongitude() method city (line 388) | public function city() method state (line 395) | public function state() method stateAbbr (line 400) | public static function stateAbbr() method cityPrefix (line 405) | public static function cityPrefix() method citySuffix (line 410) | public static function citySuffix() method secondaryAddress (line 415) | public static function secondaryAddress() FILE: src/Faker/Provider/zh_TW/Color.php class Color (line 5) | class Color extends \Faker\Provider\Color FILE: src/Faker/Provider/zh_TW/Company.php class Company (line 5) | class Company extends \Faker\Provider\Company method companyEnSuffix (line 219) | public static function companyEnSuffix() method companyEn (line 224) | public function companyEn() method companyModifier (line 230) | public static function companyModifier() method companyPrefix (line 235) | public static function companyPrefix() method catchPhrase (line 240) | public function catchPhrase() method bs (line 245) | public function bs() method VAT (line 261) | public function VAT() FILE: src/Faker/Provider/zh_TW/DateTime.php class DateTime (line 5) | class DateTime extends \Faker\Provider\DateTime method amPm (line 7) | public static function amPm($max = 'now') method dayOfWeek (line 12) | public static function dayOfWeek($max = 'now') method monthName (line 27) | public static function monthName($max = 'now') FILE: src/Faker/Provider/zh_TW/Internet.php class Internet (line 5) | class Internet extends \Faker\Provider\Internet method userName (line 7) | public function userName() method domainWord (line 12) | public function domainWord() FILE: src/Faker/Provider/zh_TW/Payment.php class Payment (line 5) | class Payment extends \Faker\Provider\Payment method creditCardDetails (line 7) | public function creditCardDetails($valid = true) FILE: src/Faker/Provider/zh_TW/Person.php class Person (line 5) | class Person extends \Faker\Provider\Person method randomName (line 142) | public static function randomName($pool, $n) method firstNameMale (line 151) | public static function firstNameMale() method firstNameFemale (line 156) | public static function firstNameFemale() method suffix (line 161) | public static function suffix() method personalIdentityNumber (line 174) | public function personalIdentityNumber($gender = null) FILE: src/Faker/Provider/zh_TW/PhoneNumber.php class PhoneNumber (line 5) | class PhoneNumber extends \Faker\Provider\PhoneNumber FILE: src/Faker/Provider/zh_TW/Text.php class Text (line 5) | class Text extends \Faker\Provider\Text method explode (line 803) | protected static function explode($text) method strlen (line 816) | protected static function strlen($text) method validStart (line 823) | protected static function validStart($word) method appendEnd (line 828) | protected static function appendEnd($text) method utf8Encoding (line 862) | protected static function utf8Encoding($text) FILE: src/Faker/UniqueGenerator.php class UniqueGenerator (line 9) | class UniqueGenerator method __construct (line 19) | public function __construct(Generator $generator, $maxRetries = 10000) method __get (line 30) | public function __get($attribute) method __call (line 41) | public function __call($name, $arguments) FILE: src/Faker/ValidGenerator.php class ValidGenerator (line 9) | class ValidGenerator method __construct (line 20) | public function __construct(Generator $generator, $validator = null, $... method __get (line 40) | public function __get($attribute) method __call (line 52) | public function __call($name, $arguments) FILE: test/Faker/Calculator/EanTest.php class EanTest (line 10) | final class EanTest extends TestCase method Ean8checksumProvider (line 12) | public function Ean8checksumProvider() method ean8ValidationProvider (line 21) | public function ean8ValidationProvider() method testChecksumEan8 (line 34) | public function testChecksumEan8($partial, $checksum) method testEan8Validation (line 42) | public function testEan8Validation($ean8, $valid) method Ean13checksumProvider (line 47) | public function Ean13checksumProvider() method ean13ValidationProvider (line 58) | public function ean13ValidationProvider() method testChecksumEan13 (line 71) | public function testChecksumEan13($partial, $checksum) method testEan13Validation (line 79) | public function testEan13Validation($ean13, $valid) FILE: test/Faker/Calculator/IbanTest.php class IbanTest (line 8) | final class IbanTest extends TestCase method checksumProvider (line 11) | public function checksumProvider() method testChecksum (line 87) | public function testChecksum($iban, $checksum) method validatorProvider (line 92) | public function validatorProvider() method testIsValid (line 237) | public function testIsValid($iban, $isValid) method alphaToNumberProvider (line 242) | public function alphaToNumberProvider() method testAlphaToNumber (line 277) | public function testAlphaToNumber($letter, $number) method mod97Provider (line 282) | public function mod97Provider() method testMod97 (line 302) | public function testMod97($number, $result) FILE: test/Faker/Calculator/InnTest.php class InnTest (line 8) | final class InnTest extends TestCase method checksumProvider (line 11) | public function checksumProvider() method testChecksum (line 25) | public function testChecksum($inn, $checksum) method validatorProvider (line 30) | public function validatorProvider() method testIsValid (line 47) | public function testIsValid($inn, $isValid) FILE: test/Faker/Calculator/LuhnTest.php class LuhnTest (line 8) | final class LuhnTest extends TestCase method checkDigitProvider (line 11) | public function checkDigitProvider() method testComputeCheckDigit (line 32) | public function testComputeCheckDigit($partialNumber, $checkDigit) method validatorProvider (line 38) | public function validatorProvider() method testIsValid (line 59) | public function testIsValid($number, $isValid) method testGenerateLuhnNumberWithInvalidPrefix (line 68) | public function testGenerateLuhnNumberWithInvalidPrefix() FILE: test/Faker/Calculator/TCNoTest.php class TCNoTest (line 8) | final class TCNoTest extends TestCase method checksumProvider (line 10) | public function checksumProvider() method testChecksum (line 26) | public function testChecksum($tcNo, $checksum) method validatorProvider (line 31) | public function validatorProvider() method testIsValid (line 50) | public function testIsValid($tcNo, $isValid) FILE: test/Faker/DefaultGeneratorTest.php class DefaultGeneratorTest (line 8) | final class DefaultGeneratorTest extends TestCase method testGeneratorReturnsNullByDefault (line 10) | public function testGeneratorReturnsNullByDefault() method testGeneratorReturnsDefaultValueForAnyPropertyGet (line 16) | public function testGeneratorReturnsDefaultValueForAnyPropertyGet() method testGeneratorReturnsDefaultValueForAnyMethodCall (line 23) | public function testGeneratorReturnsDefaultValueForAnyMethodCall() FILE: test/Faker/GeneratorTest.php class GeneratorTest (line 8) | final class GeneratorTest extends TestCase method testAddProviderGivesPriorityToNewlyAddedProvider (line 10) | public function testAddProviderGivesPriorityToNewlyAddedProvider() method testGetFormatterReturnsCallable (line 18) | public function testGetFormatterReturnsCallable() method testGetFormatterReturnsCorrectFormatter (line 26) | public function testGetFormatterReturnsCorrectFormatter() method testGetFormatterThrowsExceptionOnIncorrectProvider (line 38) | public function testGetFormatterThrowsExceptionOnIncorrectProvider() method testGetFormatterThrowsExceptionOnIncorrectFormatter (line 47) | public function testGetFormatterThrowsExceptionOnIncorrectFormatter() method testFormatCallsFormatterOnProvider (line 55) | public function testFormatCallsFormatterOnProvider() method testFormatTransfersArgumentsToFormatter (line 63) | public function testFormatTransfersArgumentsToFormatter() method testParseReturnsSameStringWhenItContainsNoCurlyBraces (line 71) | public function testParseReturnsSameStringWhenItContainsNoCurlyBraces() method testParseReturnsStringWithTokensReplacedByFormatters (line 77) | public function testParseReturnsStringWithTokensReplacedByFormatters() method testMagicGetCallsFormat (line 85) | public function testMagicGetCallsFormat() method testMagicCallCallsFormat (line 93) | public function testMagicCallCallsFormat() method testMagicCallCallsFormatWithArguments (line 101) | public function testMagicCallCallsFormatWithArguments() method testSeed (line 109) | public function testSeed() class FooProvider (line 129) | final class FooProvider method fooFormatter (line 131) | public function fooFormatter() method fooFormatterWithArguments (line 136) | public function fooFormatterWithArguments($value = '') class BarProvider (line 142) | final class BarProvider method fooFormatter (line 144) | public function fooFormatter() FILE: test/Faker/Provider/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 13) | protected function setUp() method testLatitude (line 20) | public function testLatitude() method testLongitude (line 28) | public function testLongitude() method testCoordinate (line 36) | public function testCoordinate() FILE: test/Faker/Provider/BarcodeTest.php class BarcodeTest (line 9) | final class BarcodeTest extends TestCase method setUp (line 13) | protected function setUp() method testEan8 (line 21) | public function testEan8() method testEan13 (line 30) | public function testEan13() class TestableBarcode (line 40) | final class TestableBarcode extends Barcode method eanChecksum (line 42) | public static function eanChecksum($input) FILE: test/Faker/Provider/BaseTest.php class BaseTest (line 9) | final class BaseTest extends TestCase method testRandomDigitReturnsInteger (line 11) | public function testRandomDigitReturnsInteger() method testRandomDigitReturnsDigit (line 16) | public function testRandomDigitReturnsDigit() method testRandomDigitNotNullReturnsNotNullDigit (line 22) | public function testRandomDigitNotNullReturnsNotNullDigit() method testRandomDigitNotReturnsValidDigit (line 29) | public function testRandomDigitNotReturnsValidDigit() method testRandomNumberThrowsExceptionWhenCalledWithAMax (line 41) | public function testRandomNumberThrowsExceptionWhenCalledWithAMax() method testRandomNumberThrowsExceptionWhenCalledWithATooHighNumberOfDigits (line 49) | public function testRandomNumberThrowsExceptionWhenCalledWithATooHighN... method testRandomNumberReturnsInteger (line 54) | public function testRandomNumberReturnsInteger() method testRandomNumberReturnsDigit (line 60) | public function testRandomNumberReturnsDigit() method testRandomNumberAcceptsStrictParamToEnforceNumberSize (line 66) | public function testRandomNumberAcceptsStrictParamToEnforceNumberSize() method testNumberBetween (line 71) | public function testNumberBetween() method testNumberBetweenAcceptsZeroAsMax (line 80) | public function testNumberBetweenAcceptsZeroAsMax() method testRandomFloat (line 85) | public function testRandomFloat() method testRandomLetterReturnsString (line 101) | public function testRandomLetterReturnsString() method testRandomLetterReturnsSingleLetter (line 106) | public function testRandomLetterReturnsSingleLetter() method testRandomLetterReturnsLowercaseLetter (line 111) | public function testRandomLetterReturnsLowercaseLetter() method testRandomAsciiReturnsString (line 117) | public function testRandomAsciiReturnsString() method testRandomAsciiReturnsSingleCharacter (line 122) | public function testRandomAsciiReturnsSingleCharacter() method testRandomAsciiReturnsAsciiCharacter (line 127) | public function testRandomAsciiReturnsAsciiCharacter() method testRandomElementReturnsNullWhenArrayEmpty (line 133) | public function testRandomElementReturnsNullWhenArrayEmpty() method testRandomElementReturnsNullWhenCollectionEmpty (line 138) | public function testRandomElementReturnsNullWhenCollectionEmpty() method testRandomElementReturnsElementFromArray (line 143) | public function testRandomElementReturnsElementFromArray() method testRandomElementReturnsElementFromAssociativeArray (line 149) | public function testRandomElementReturnsElementFromAssociativeArray() method testRandomElementReturnsElementFromCollection (line 155) | public function testRandomElementReturnsElementFromCollection() method testShuffleReturnsStringWhenPassedAStringArgument (line 161) | public function testShuffleReturnsStringWhenPassedAStringArgument() method testShuffleReturnsArrayWhenPassedAnArrayArgument (line 166) | public function testShuffleReturnsArrayWhenPassedAnArrayArgument() method testShuffleThrowsExceptionWhenPassedAnInvalidArgument (line 174) | public function testShuffleThrowsExceptionWhenPassedAnInvalidArgument() method testShuffleArraySupportsEmptyArrays (line 179) | public function testShuffleArraySupportsEmptyArrays() method testShuffleArrayReturnsAnArrayOfTheSameSize (line 184) | public function testShuffleArrayReturnsAnArrayOfTheSameSize() method testShuffleArrayReturnsAnArrayWithSameElements (line 190) | public function testShuffleArrayReturnsAnArrayWithSameElements() method testShuffleArrayReturnsADifferentArrayThanTheOriginal (line 201) | public function testShuffleArrayReturnsADifferentArrayThanTheOriginal() method testShuffleArrayLeavesTheOriginalArrayUntouched (line 208) | public function testShuffleArrayLeavesTheOriginalArrayUntouched() method testShuffleStringSupportsEmptyStrings (line 215) | public function testShuffleStringSupportsEmptyStrings() method testShuffleStringReturnsAnStringOfTheSameSize (line 220) | public function testShuffleStringReturnsAnStringOfTheSameSize() method testShuffleStringReturnsAnStringWithSameElements (line 226) | public function testShuffleStringReturnsAnStringWithSameElements() method testShuffleStringReturnsADifferentStringThanTheOriginal (line 237) | public function testShuffleStringReturnsADifferentStringThanTheOriginal() method testShuffleStringLeavesTheOriginalStringUntouched (line 244) | public function testShuffleStringLeavesTheOriginalStringUntouched() method testNumerifyReturnsSameStringWhenItContainsNoHashSign (line 251) | public function testNumerifyReturnsSameStringWhenItContainsNoHashSign() method testNumerifyReturnsStringWithHashSignsReplacedByDigits (line 256) | public function testNumerifyReturnsStringWithHashSignsReplacedByDigits() method testNumerifyReturnsStringWithPercentageSignsReplacedByDigits (line 261) | public function testNumerifyReturnsStringWithPercentageSignsReplacedBy... method testNumerifyReturnsStringWithPercentageSignsReplacedByNotNullDigits (line 266) | public function testNumerifyReturnsStringWithPercentageSignsReplacedBy... method testNumerifyCanGenerateALargeNumberOfDigits (line 271) | public function testNumerifyCanGenerateALargeNumberOfDigits() method testLexifyReturnsSameStringWhenItContainsNoQuestionMark (line 277) | public function testLexifyReturnsSameStringWhenItContainsNoQuestionMark() method testLexifyReturnsStringWithQuestionMarksReplacedByLetters (line 282) | public function testLexifyReturnsStringWithQuestionMarksReplacedByLett... method testBothifyCombinesNumerifyAndLexify (line 287) | public function testBothifyCombinesNumerifyAndLexify() method testBothifyAsterisk (line 292) | public function testBothifyAsterisk() method testBothifyUtf (line 297) | public function testBothifyUtf() method testAsciifyReturnsSameStringWhenItContainsNoStarSign (line 303) | public function testAsciifyReturnsSameStringWhenItContainsNoStarSign() method testAsciifyReturnsStringWithStarSignsReplacedByAsciiChars (line 308) | public function testAsciifyReturnsStringWithStarSignsReplacedByAsciiCh... method regexifyBasicDataProvider (line 313) | public function regexifyBasicDataProvider() method testRegexifyBasicFeatures (line 326) | public function testRegexifyBasicFeatures($input, $output, $message) method regexifyDataProvider (line 331) | public function regexifyDataProvider() method testRegexifySupportedRegexSyntax (line 354) | public function testRegexifySupportedRegexSyntax($pattern, $message) method testOptionalReturnsProviderValueWhenCalledWithWeight1 (line 359) | public function testOptionalReturnsProviderValueWhenCalledWithWeight1() method testOptionalReturnsNullWhenCalledWithWeight0 (line 366) | public function testOptionalReturnsNullWhenCalledWithWeight0() method testOptionalAllowsChainingPropertyAccess (line 373) | public function testOptionalAllowsChainingPropertyAccess() method testOptionalAllowsChainingMethodCall (line 382) | public function testOptionalAllowsChainingMethodCall() method testOptionalAllowsChainingProviderCallRandomlyReturnNull (line 391) | public function testOptionalAllowsChainingProviderCallRandomlyReturnNu... method testOptionalPercentageAndWeight (line 411) | public function testOptionalPercentageAndWeight() method testUniqueAllowsChainingPropertyAccess (line 431) | public function testUniqueAllowsChainingPropertyAccess() method testUniqueAllowsChainingMethodCall (line 439) | public function testUniqueAllowsChainingMethodCall() method testUniqueReturnsOnlyUniqueValues (line 447) | public function testUniqueReturnsOnlyUniqueValues() method testUniqueThrowsExceptionWhenNoUniqueValueCanBeGenerated (line 462) | public function testUniqueThrowsExceptionWhenNoUniqueValueCanBeGenerat... method testUniqueCanResetUniquesWhenPassedTrueAsArgument (line 471) | public function testUniqueCanResetUniquesWhenPassedTrueAsArgument() method testValidAllowsChainingPropertyAccess (line 487) | public function testValidAllowsChainingPropertyAccess() method testValidAllowsChainingMethodCall (line 494) | public function testValidAllowsChainingMethodCall() method testValidReturnsOnlyValidValues (line 501) | public function testValidReturnsOnlyValidValues() method testValidThrowsExceptionWhenNoValidValueCanBeGenerated (line 520) | public function testValidThrowsExceptionWhenNoValidValueCanBeGenerated() method testValidThrowsExceptionWhenParameterIsNotCollable (line 535) | public function testValidThrowsExceptionWhenParameterIsNotCollable() method testRandomElementsThrowsWhenRequestingTooManyKeys (line 546) | public function testRandomElementsThrowsWhenRequestingTooManyKeys() method testRandomElements (line 551) | public function testRandomElements() class Collection (line 570) | final class Collection extends \ArrayObject FILE: test/Faker/Provider/BiasedTest.php class BiasedTest (line 8) | final class BiasedTest extends TestCase method setUp (line 15) | protected function setUp() method performFake (line 23) | public function performFake($function) method testUnbiased (line 30) | public function testUnbiased() method testLinearHigh (line 45) | public function testLinearHigh() method testLinearLow (line 59) | public function testLinearLow() FILE: test/Faker/Provider/ColorTest.php class ColorTest (line 8) | final class ColorTest extends TestCase method testHexColor (line 11) | public function testHexColor() method testSafeHexColor (line 16) | public function testSafeHexColor() method testRgbColorAsArray (line 21) | public function testRgbColorAsArray() method testRgbColor (line 26) | public function testRgbColor() method testRgbCssColor (line 32) | public function testRgbCssColor() method testRgbaCssColor (line 38) | public function testRgbaCssColor() method testSafeColorName (line 45) | public function testSafeColorName() method testColorName (line 50) | public function testColorName() method testHslColor (line 55) | public function testHslColor() method testHslColorArray (line 62) | public function testHslColorArray() FILE: test/Faker/Provider/CompanyTest.php class CompanyTest (line 10) | final class CompanyTest extends TestCase method setUp (line 17) | protected function setUp() method testJobTitle (line 25) | public function testJobTitle() FILE: test/Faker/Provider/DateTimeTest.php class DateTimeTest (line 8) | final class DateTimeTest extends TestCase method setUp (line 10) | protected function setUp() method tearDown (line 16) | protected function tearDown() method testPreferDefaultTimezoneOverSystemTimezone (line 21) | public function testPreferDefaultTimezoneOverSystemTimezone() method testUseSystemTimezoneWhenDefaultTimezoneIsNotSet (line 45) | public function testUseSystemTimezoneWhenDefaultTimezoneIsNotSet() method testUnixTime (line 71) | public function testUnixTime() method testDateTime (line 79) | public function testDateTime() method testDateTimeWithTimezone (line 88) | public function testDateTimeWithTimezone() method testDateTimeAD (line 94) | public function testDateTimeAD() method testDateTimeThisCentury (line 103) | public function testDateTimeThisCentury() method testDateTimeThisDecade (line 112) | public function testDateTimeThisDecade() method testDateTimeThisYear (line 121) | public function testDateTimeThisYear() method testDateTimeThisMonth (line 130) | public function testDateTimeThisMonth() method testDateTimeThisCenturyWithTimezone (line 139) | public function testDateTimeThisCenturyWithTimezone() method testDateTimeThisDecadeWithTimezone (line 145) | public function testDateTimeThisDecadeWithTimezone() method testDateTimeThisYearWithTimezone (line 151) | public function testDateTimeThisYearWithTimezone() method testDateTimeThisMonthWithTimezone (line 157) | public function testDateTimeThisMonthWithTimezone() method testIso8601 (line 163) | public function testIso8601() method testDate (line 171) | public function testDate() method testTime (line 179) | public function testTime() method testDateTimeBetween (line 189) | public function testDateTimeBetween($start, $end) method providerDateTimeBetween (line 198) | public function providerDateTimeBetween() method testDateTimeInInterval (line 212) | public function testDateTimeInInterval($start, $interval = "+5 days", ... method providerDateTimeInInterval (line 228) | public function providerDateTimeInInterval() method testFixedSeedWithMaximumTimestamp (line 237) | public function testFixedSeedWithMaximumTimestamp() FILE: test/Faker/Provider/HtmlLoremTest.php class HtmlLoremTest (line 9) | final class HtmlLoremTest extends TestCase method testProvider (line 12) | public function testProvider() method testRandomHtmlReturnsValidHTMLString (line 21) | public function testRandomHtmlReturnsValidHTMLString() FILE: test/Faker/Provider/ImageTest.php class ImageTest (line 8) | final class ImageTest extends TestCase method testImageUrlUses640x680AsTheDefaultSize (line 10) | public function testImageUrlUses640x680AsTheDefaultSize() method testImageUrlAcceptsCustomWidthAndHeight (line 15) | public function testImageUrlAcceptsCustomWidthAndHeight() method testImageUrlAcceptsCustomCategory (line 20) | public function testImageUrlAcceptsCustomCategory() method testImageUrlAcceptsCustomText (line 25) | public function testImageUrlAcceptsCustomText() method testImageUrlReturnsLinkToRegularImageWhenGrayIsFalse (line 30) | public function testImageUrlReturnsLinkToRegularImageWhenGrayIsFalse() method testImageUrlReturnsLinkToRegularImageWhenGrayIsTrue (line 44) | public function testImageUrlReturnsLinkToRegularImageWhenGrayIsTrue() method testImageUrlAddsARandomGetParameterByDefault (line 58) | public function testImageUrlAddsARandomGetParameterByDefault() method testUrlWithDimensionsAndBadCategory (line 70) | public function testUrlWithDimensionsAndBadCategory() method testDownloadWithDefaults (line 75) | public function testDownloadWithDefaults() FILE: test/Faker/Provider/InternetTest.php class InternetTest (line 12) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method localeDataProvider (line 29) | public function localeDataProvider() method testEmailIsValid (line 46) | public function testEmailIsValid($locale) method testUsernameIsValid (line 61) | public function testUsernameIsValid($locale) method testDomainnameIsValid (line 76) | public function testDomainnameIsValid($locale) method testDomainwordIsValid (line 91) | public function testDomainwordIsValid($locale) method loadLocalProviders (line 103) | public function loadLocalProviders($locale) method testPasswordIsValid (line 120) | public function testPasswordIsValid() method testSlugIsValid (line 125) | public function testSlugIsValid() method testUrlIsValid (line 132) | public function testUrlIsValid() method testLocalIpv4 (line 138) | public function testLocalIpv4() method testIpv4 (line 143) | public function testIpv4() method testIpv4NotLocalNetwork (line 148) | public function testIpv4NotLocalNetwork() method testIpv4NotBroadcast (line 153) | public function testIpv4NotBroadcast() method testIpv6 (line 158) | public function testIpv6() method testMacAddress (line 163) | public function testMacAddress() FILE: test/Faker/Provider/LocalizationTest.php class LocalizationTest (line 8) | final class LocalizationTest extends TestCase method testLocalizedNameProvidersDoNotThrowErrors (line 10) | public function testLocalizedNameProvidersDoNotThrowErrors() method testLocalizedAddressProvidersDoNotThrowErrors (line 19) | public function testLocalizedAddressProvidersDoNotThrowErrors() FILE: test/Faker/Provider/LoremTest.php class LoremTest (line 8) | final class LoremTest extends TestCase method testTextThrowsExceptionWhenAskedTextSizeLessThan5 (line 13) | public function testTextThrowsExceptionWhenAskedTextSizeLessThan5() method testTextReturnsWordsWhenAskedSizeLessThan25 (line 18) | public function testTextReturnsWordsWhenAskedSizeLessThan25() method testTextReturnsSentencesWhenAskedSizeLessThan100 (line 23) | public function testTextReturnsSentencesWhenAskedSizeLessThan100() method testTextReturnsParagraphsWhenAskedSizeGreaterOrEqualThanThan100 (line 28) | public function testTextReturnsParagraphsWhenAskedSizeGreaterOrEqualTh... method testSentenceWithZeroNbWordsReturnsEmptyString (line 33) | public function testSentenceWithZeroNbWordsReturnsEmptyString() method testSentenceWithNegativeNbWordsReturnsEmptyString (line 38) | public function testSentenceWithNegativeNbWordsReturnsEmptyString() method testParagraphWithZeroNbSentencesReturnsEmptyString (line 43) | public function testParagraphWithZeroNbSentencesReturnsEmptyString() method testParagraphWithNegativeNbSentencesReturnsEmptyString (line 48) | public function testParagraphWithNegativeNbSentencesReturnsEmptyString() method testSentenceWithPositiveNbWordsReturnsAtLeastOneWord (line 53) | public function testSentenceWithPositiveNbWordsReturnsAtLeastOneWord() method testParagraphWithPositiveNbSentencesReturnsAtLeastOneWord (line 61) | public function testParagraphWithPositiveNbSentencesReturnsAtLeastOneW... method testWordssAsText (line 69) | public function testWordssAsText() method testSentencesAsText (line 76) | public function testSentencesAsText() method testParagraphsAsText (line 83) | public function testParagraphsAsText() class TestableLorem (line 92) | final class TestableLorem extends Lorem method word (line 95) | public static function word() method sentence (line 100) | public static function sentence($nbWords = 5, $variableNbWords = true) method paragraph (line 105) | public static function paragraph($nbSentences = 3, $variableNbSentence... FILE: test/Faker/Provider/MiscellaneousTest.php class MiscellaneousTest (line 8) | final class MiscellaneousTest extends TestCase method testBoolean (line 10) | public function testBoolean() method testMd5 (line 15) | public function testMd5() method testSha1 (line 20) | public function testSha1() method testSha256 (line 25) | public function testSha256() method testLocale (line 30) | public function testLocale() method testCountryCode (line 35) | public function testCountryCode() method testCountryISOAlpha3 (line 40) | public function testCountryISOAlpha3() method testLanguage (line 45) | public function testLanguage() method testCurrencyCode (line 50) | public function testCurrencyCode() method testEmoji (line 55) | public function testEmoji() FILE: test/Faker/Provider/PaymentTest.php class PaymentTest (line 14) | final class PaymentTest extends TestCase method setUp (line 18) | protected function setUp() method localeDataProvider (line 28) | public function localeDataProvider() method loadLocalProviders (line 40) | public function loadLocalProviders($locale) method testCreditCardTypeReturnsValidVendorName (line 49) | public function testCreditCardTypeReturnsValidVendorName() method creditCardNumberProvider (line 54) | public function creditCardNumberProvider() method testCreditCardNumberReturnsValidCreditCardNumber (line 67) | public function testCreditCardNumberReturnsValidCreditCardNumber($type... method testCreditCardNumberCanFormatOutput (line 74) | public function testCreditCardNumberCanFormatOutput() method testCreditCardExpirationDateReturnsValidDateByDefault (line 79) | public function testCreditCardExpirationDateReturnsValidDateByDefault() method testRandomCard (line 86) | public function testRandomCard() method testBankAccountNumber (line 161) | public function testBankAccountNumber($locale) method ibanFormatProvider (line 188) | public function ibanFormatProvider() method testIban (line 199) | public function testIban($countryCode, $regex) FILE: test/Faker/Provider/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method testFirstName (line 14) | public function testFirstName($gender, $expected) method firstNameProvider (line 21) | public function firstNameProvider() method testFirstNameMale (line 31) | public function testFirstNameMale() method testFirstNameFemale (line 36) | public function testFirstNameFemale() method testTitle (line 44) | public function testTitle($gender, $expected) method titleProvider (line 51) | public function titleProvider() method testTitleMale (line 61) | public function testTitleMale() method testTitleFemale (line 66) | public function testTitleFemale() method testLastNameReturnsDoe (line 71) | public function testLastNameReturnsDoe() method testNameReturnsFirstNameAndLastName (line 78) | public function testNameReturnsFirstNameAndLastName() FILE: test/Faker/Provider/PhoneNumberTest.php class PhoneNumberTest (line 10) | final class PhoneNumberTest extends TestCase method setUp (line 18) | protected function setUp() method testPhoneNumberFormat (line 25) | public function testPhoneNumberFormat() method testImeiReturnsValidNumber (line 31) | public function testImeiReturnsValidNumber() FILE: test/Faker/Provider/ProviderOverrideTest.php class ProviderOverrideTest (line 17) | final class ProviderOverrideTest extends TestCase method testAddress (line 36) | public function testAddress($locale = null) method testCompany (line 51) | public function testCompany($locale = null) method testDateTime (line 63) | public function testDateTime($locale = null) method testInternet (line 76) | public function testInternet($locale = null) method testPerson (line 97) | public function testPerson($locale = null) method testPhoneNumber (line 112) | public function testPhoneNumber($locale = null) method testUserAgent (line 124) | public function testUserAgent($locale = null) method testUuid (line 138) | public function testUuid($locale = null) method localeDataProvider (line 149) | public function localeDataProvider() method getAllLocales (line 169) | private function getAllLocales() FILE: test/Faker/Provider/TextTest.php class TextTest (line 8) | final class TextTest extends TestCase method buildGenerator (line 18) | public function buildGenerator() method testTextMaxLength (line 38) | public function testTextMaxLength($length) method testTextMaxIndex (line 43) | public function testTextMaxIndex() method testTextMinIndex (line 52) | public function testTextMinIndex() method testTextMinLength (line 61) | public function testTextMinLength() FILE: test/Faker/Provider/UserAgentTest.php class UserAgentTest (line 8) | final class UserAgentTest extends TestCase method testRandomUserAgent (line 10) | public function testRandomUserAgent() method testFirefoxUserAgent (line 15) | public function testFirefoxUserAgent() method testSafariUserAgent (line 20) | public function testSafariUserAgent() method testInternetExplorerUserAgent (line 25) | public function testInternetExplorerUserAgent() method testOperaUserAgent (line 30) | public function testOperaUserAgent() method testChromeUserAgent (line 35) | public function testChromeUserAgent() FILE: test/Faker/Provider/UuidTest.php class UuidTest (line 9) | final class UuidTest extends TestCase method testUuidReturnsUuid (line 11) | public function testUuidReturnsUuid() method testUuidExpectedSeed (line 17) | public function testUuidExpectedSeed() method isUuid (line 28) | protected function isUuid($uuid) FILE: test/Faker/Provider/ar_JO/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/ar_SA/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/at_AT/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 17) | protected function setUp() method testVatIsValid (line 24) | public function testVatIsValid() FILE: test/Faker/Provider/bg_BG/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 17) | protected function setUp() method testVatIsValid (line 24) | public function testVatIsValid() FILE: test/Faker/Provider/bn_BD/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 11) | protected function setUp() method testIfFirstNameMaleCanReturnData (line 18) | public function testIfFirstNameMaleCanReturnData() method testIfFirstNameFemaleCanReturnData (line 24) | public function testIfFirstNameFemaleCanReturnData() FILE: test/Faker/Provider/cs_CZ/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method testBirthNumber (line 12) | public function testBirthNumber() FILE: test/Faker/Provider/da_DK/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/de_AT/AddressTest.php class AddressTest (line 10) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testPostcodeReturnsPostcodeThatMatchesAustrianFormat (line 29) | public function testPostcodeReturnsPostcodeThatMatchesAustrianFormat() FILE: test/Faker/Provider/de_AT/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/de_AT/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumberFormat (line 24) | public function testPhoneNumberFormat() FILE: test/Faker/Provider/de_CH/AddressTest.php class AddressTest (line 10) | final class AddressTest extends TestCase method setUp (line 18) | protected function setUp() method canton (line 29) | public function canton () method cantonName (line 46) | public function cantonName () method cantonShort (line 56) | public function cantonShort () method address (line 66) | public function address () FILE: test/Faker/Provider/de_CH/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method emailIsValid (line 31) | public function emailIsValid() FILE: test/Faker/Provider/de_CH/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 14) | protected function setUp() method testAvs13Number (line 21) | public function testAvs13Number() method testAhv13Number (line 28) | public function testAhv13Number() FILE: test/Faker/Provider/de_CH/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumber (line 24) | public function testPhoneNumber() method testMobileNumber (line 29) | public function testMobileNumber() FILE: test/Faker/Provider/de_DE/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/el_GR/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/en_AU/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testCityPrefix (line 24) | public function testCityPrefix() method testStreetSuffix (line 32) | public function testStreetSuffix() method testState (line 40) | public function testState() FILE: test/Faker/Provider/en_CA/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testProvince (line 27) | public function testProvince() method testProvinceAbbr (line 38) | public function testProvinceAbbr() method testPostcodeLetter (line 49) | public function testPostcodeLetter() method testPostcode (line 60) | public function testPostcode() FILE: test/Faker/Provider/en_GB/AddressTest.php class AddressTest (line 8) | final class AddressTest extends TestCase method setUp (line 16) | protected function setUp() method testPostcode (line 26) | public function testPostcode() FILE: test/Faker/Provider/en_IN/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testCity (line 24) | public function testCity() method testCountry (line 32) | public function testCountry() method testLocalityName (line 40) | public function testLocalityName() method testAreaSuffix (line 48) | public function testAreaSuffix() FILE: test/Faker/Provider/en_NG/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testPostcodeIsNotEmptyAndIsValid (line 27) | public function testPostcodeIsNotEmptyAndIsValid() method testCountyIsAValidString (line 38) | public function testCountyIsAValidString() method testRegionIsAValidString (line 49) | public function testRegionIsAValidString() FILE: test/Faker/Provider/en_NG/InternetTest.php class InternetTest (line 10) | final class InternetTest extends TestCase method setUp (line 18) | protected function setUp() method testEmailIsValid (line 26) | public function testEmailIsValid() FILE: test/Faker/Provider/en_NG/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testPersonNameIsAValidString (line 23) | public function testPersonNameIsAValidString() FILE: test/Faker/Provider/en_NG/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumberReturnsPhoneNumberWithOrWithoutCountryCode (line 24) | public function testPhoneNumberReturnsPhoneNumberWithOrWithoutCountryC... FILE: test/Faker/Provider/en_NZ/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testIfPhoneNumberCanReturnData (line 24) | public function testIfPhoneNumberCanReturnData() method phoneNumberFormat (line 30) | public function phoneNumberFormat() FILE: test/Faker/Provider/en_PH/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testProvince (line 24) | public function testProvince() method testCity (line 31) | public function testCity() method testMunicipality (line 38) | public function testMunicipality() method testBarangay (line 45) | public function testBarangay() FILE: test/Faker/Provider/en_SG/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 11) | protected function setUp() method testStreetNumber (line 18) | public function testStreetNumber() method testBlockNumber (line 23) | public function testBlockNumber() FILE: test/Faker/Provider/en_SG/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 13) | protected function setUp() method testMobilePhoneNumberStartWith9Returns9yxxxxxx (line 23) | public function testMobilePhoneNumberStartWith9Returns9yxxxxxx() method testMobilePhoneNumberStartWith8Returns8zxxxxxx (line 37) | public function testMobilePhoneNumberStartWith8Returns8zxxxxxx() FILE: test/Faker/Provider/en_UG/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testCityName (line 24) | public function testCityName() method testDistrict (line 31) | public function testDistrict() method testRegion (line 38) | public function testRegion() FILE: test/Faker/Provider/en_US/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 17) | protected function setUp() method testEin (line 27) | public function testEin() FILE: test/Faker/Provider/en_US/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 16) | protected function setUp() method testBankAccountNumber (line 23) | public function testBankAccountNumber() method testBankRoutingNumber (line 30) | public function testBankRoutingNumber() method routingNumberProvider (line 37) | public function routingNumberProvider() method testCalculateRoutingNumberChecksum (line 81) | public function testCalculateRoutingNumberChecksum($routingNo) FILE: test/Faker/Provider/en_US/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 17) | protected function setUp() method testSsn (line 24) | public function testSsn() FILE: test/Faker/Provider/en_US/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumber (line 24) | public function testPhoneNumber() method testTollFreeAreaCode (line 53) | public function testTollFreeAreaCode() method testTollFreePhoneNumber (line 58) | public function testTollFreePhoneNumber() FILE: test/Faker/Provider/en_ZA/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 13) | protected function setUp() method testGenerateValidCompanyNumber (line 20) | public function testGenerateValidCompanyNumber() FILE: test/Faker/Provider/en_ZA/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/en_ZA/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 14) | protected function setUp() method testIdNumberWithDefaults (line 22) | public function testIdNumberWithDefaults() method testIdNumberForMales (line 31) | public function testIdNumberForMales() method testIdNumberForFemales (line 40) | public function testIdNumberForFemales() method testLicenceCode (line 49) | public function testLicenceCode() method testMaleTitles (line 56) | public function testMaleTitles() method testFemaleTitles (line 63) | public function testFemaleTitles() FILE: test/Faker/Provider/en_ZA/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 13) | protected function setUp() method testPhoneNumber (line 20) | public function testPhoneNumber() method testTollFreePhoneNumber (line 36) | public function testTollFreePhoneNumber() method testCellPhoneNumber (line 51) | public function testCellPhoneNumber() FILE: test/Faker/Provider/es_ES/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 16) | protected function setUp() method testVAT (line 23) | public function testVAT() method isValidCIF (line 34) | function isValidCIF($docNumber) method isValidCIFFormat (line 41) | function isValidCIFFormat($docNumber) method respectsDocPattern (line 48) | function respectsDocPattern($givenString, $pattern) FILE: test/Faker/Provider/es_ES/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 11) | protected function setUp() method testDNI (line 19) | public function testDNI() method isValidDNI (line 26) | public function isValidDNI($string) method testLicenceCode (line 40) | public function testLicenceCode() FILE: test/Faker/Provider/es_ES/PhoneNumberTest.php class PhoneNumberTest (line 8) | final class PhoneNumberTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | protected function setUp() method testMobileNumber (line 17) | public function testMobileNumber() method testTollFreeNumber (line 22) | public function testTollFreeNumber() FILE: test/Faker/Provider/es_ES/TextTest.php class TextTest (line 9) | final class TextTest extends TestCase method setUp (line 16) | protected function setUp() method testText (line 23) | public function testText() FILE: test/Faker/Provider/es_PE/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testDNI (line 24) | public function testDNI() FILE: test/Faker/Provider/es_VE/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 16) | protected function setUp() method testNationalId (line 27) | public function testNationalId() FILE: test/Faker/Provider/es_VE/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 17) | protected function setUp() method testNationalId (line 28) | public function testNationalId() FILE: test/Faker/Provider/fa_IR/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 17) | protected function setUp() method testNationalCode (line 24) | public function testNationalCode() FILE: test/Faker/Provider/fi_FI/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method testEmailIsValid (line 28) | public function testEmailIsValid() FILE: test/Faker/Provider/fi_FI/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 15) | protected function setUp() method provideSeedAndExpectedReturn (line 23) | public function provideSeedAndExpectedReturn() method testPersonalIdentityNumberUsesBirthDateIfProvided (line 37) | public function testPersonalIdentityNumberUsesBirthDateIfProvided($see... method testPersonalIdentityNumberGeneratesCompliantNumbers (line 45) | public function testPersonalIdentityNumberGeneratesCompliantNumbers() method testPersonalIdentityNumberGeneratesOddValuesForMales (line 71) | public function testPersonalIdentityNumberGeneratesOddValuesForMales() method testPersonalIdentityNumberGeneratesEvenValuesForFemales (line 77) | public function testPersonalIdentityNumberGeneratesEvenValuesForFemales() FILE: test/Faker/Provider/fr_BE/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 16) | protected function setUp() method testVatIsValid (line 23) | public function testVatIsValid() FILE: test/Faker/Provider/fr_CH/AddressTest.php class AddressTest (line 10) | final class AddressTest extends TestCase method setUp (line 18) | protected function setUp() method canton (line 29) | public function canton () method cantonName (line 46) | public function cantonName () method cantonShort (line 56) | public function cantonShort () method address (line 66) | public function address () FILE: test/Faker/Provider/fr_CH/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method emailIsValid (line 31) | public function emailIsValid() FILE: test/Faker/Provider/fr_CH/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 14) | protected function setUp() method testAvs13Number (line 21) | public function testAvs13Number() FILE: test/Faker/Provider/fr_CH/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumber (line 24) | public function testPhoneNumber() method testMobileNumber (line 29) | public function testMobileNumber() FILE: test/Faker/Provider/fr_FR/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testSecondaryAddress (line 24) | public function testSecondaryAddress() FILE: test/Faker/Provider/fr_FR/CompanyTest.php class CompanyTest (line 10) | final class CompanyTest extends TestCase method setUp (line 14) | protected function setUp() method testSiretReturnsAValidSiret (line 21) | public function testSiretReturnsAValidSiret() method testSiretReturnsAWellFormattedSiret (line 28) | public function testSiretReturnsAWellFormattedSiret() method testSirenReturnsAValidSiren (line 36) | public function testSirenReturnsAValidSiren() method testSirenReturnsAWellFormattedSiren (line 43) | public function testSirenReturnsAWellFormattedSiren() method testCatchPhraseReturnsValidCatchPhrase (line 51) | public function testCatchPhraseReturnsValidCatchPhrase() method testIsCatchPhraseValidReturnsFalseWhenAWordsAppearsTwice (line 56) | public function testIsCatchPhraseValidReturnsFalseWhenAWordsAppearsTwi... method testIsCatchPhraseValidReturnsTrueWhenNoWordAppearsTwice (line 62) | public function testIsCatchPhraseValidReturnsTrueWhenNoWordAppearsTwice() class TestableCompany (line 69) | final class TestableCompany extends Company method isCatchPhraseValid (line 71) | public static function isCatchPhraseValid($catchPhrase) FILE: test/Faker/Provider/fr_FR/PaymentTest.php class PaymentTest (line 10) | final class PaymentTest extends TestCase method setUp (line 14) | protected function setUp() method testFormattedVat (line 21) | public function testFormattedVat() method testUnformattedVat (line 36) | public function testUnformattedVat() FILE: test/Faker/Provider/fr_FR/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 13) | protected function setUp() method testNIRReturnsTheRightGender (line 20) | public function testNIRReturnsTheRightGender() method testNIRReturnsTheRightPattern (line 26) | public function testNIRReturnsTheRightPattern() method testNIRFormattedReturnsTheRightPattern (line 32) | public function testNIRFormattedReturnsTheRightPattern() FILE: test/Faker/Provider/fr_FR/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 16) | protected function setUp() method testMobileNumber (line 23) | public function testMobileNumber() method testMobileNumber07Format (line 29) | public function testMobileNumber07Format() method testMobileNumber07WithSeparatorFormat (line 35) | public function testMobileNumber07WithSeparatorFormat() method testServiceNumber (line 41) | public function testServiceNumber() method testServiceNumberFormat (line 47) | public function testServiceNumberFormat() method testServiceNumberWithSeparatorFormat (line 53) | public function testServiceNumberWithSeparatorFormat() FILE: test/Faker/Provider/fr_FR/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/id_ID/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 50) | protected function setUp() method testIfFirstNameMaleCanReturnData (line 58) | public function testIfFirstNameMaleCanReturnData() method testIfLastNameMaleCanReturnData (line 64) | public function testIfLastNameMaleCanReturnData() method testIfFirstNameFemaleCanReturnData (line 70) | public function testIfFirstNameFemaleCanReturnData() method testIfLastNameFemaleCanReturnData (line 76) | public function testIfLastNameFemaleCanReturnData() method testNikContainsBirthPlace (line 82) | public function testNikContainsBirthPlace() FILE: test/Faker/Provider/it_CH/AddressTest.php class AddressTest (line 10) | final class AddressTest extends TestCase method setUp (line 18) | protected function setUp() method canton (line 29) | public function canton () method cantonName (line 46) | public function cantonName () method cantonShort (line 56) | public function cantonShort () method address (line 66) | public function address () FILE: test/Faker/Provider/it_CH/InternetTest.php class InternetTest (line 11) | final class InternetTest extends TestCase method setUp (line 19) | protected function setUp() method emailIsValid (line 31) | public function emailIsValid() FILE: test/Faker/Provider/it_CH/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 14) | protected function setUp() method testAvs13Number (line 21) | public function testAvs13Number() FILE: test/Faker/Provider/it_CH/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumber (line 24) | public function testPhoneNumber() method testMobileNumber (line 29) | public function testMobileNumber() FILE: test/Faker/Provider/it_IT/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 11) | protected function setUp() method testIfTaxIdCanReturnData (line 18) | public function testIfTaxIdCanReturnData() FILE: test/Faker/Provider/it_IT/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 11) | protected function setUp() method testIfTaxIdCanReturnData (line 18) | public function testIfTaxIdCanReturnData() FILE: test/Faker/Provider/ja_JP/InternetTest.php class InternetTest (line 9) | final class InternetTest extends TestCase method testUserName (line 11) | public function testUserName() method testDomainName (line 20) | public function testDomainName() FILE: test/Faker/Provider/ja_JP/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method testKanaNameMaleReturns (line 11) | public function testKanaNameMaleReturns() method testKanaNameFemaleReturns (line 20) | public function testKanaNameFemaleReturns() method testFirstKanaNameMaleReturns (line 29) | public function testFirstKanaNameMaleReturns() method testFirstKanaNameFemaleReturns (line 38) | public function testFirstKanaNameFemaleReturns() method testLastKanaNameReturnsNakajima (line 47) | public function testLastKanaNameReturnsNakajima() FILE: test/Faker/Provider/ja_JP/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method testPhoneNumber (line 11) | public function testPhoneNumber() FILE: test/Faker/Provider/ka_GE/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/kk_KZ/CompanyTest.php class CompanyTest (line 8) | final class CompanyTest extends TestCase method setUp (line 14) | protected function setUp() method testBusinessIdentificationNumberIsValid (line 21) | public function testBusinessIdentificationNumberIsValid() FILE: test/Faker/Provider/kk_KZ/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 15) | protected function setUp() method testIndividualIdentificationNumberIsValid (line 22) | public function testIndividualIdentificationNumberIsValid() FILE: test/Faker/Provider/kk_KZ/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/ko_KR/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/mn_MN/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method testName (line 11) | public function testName() method testIdNumber (line 20) | public function testIdNumber() FILE: test/Faker/Provider/ms_MY/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testPersonalIdentityCardNumber (line 26) | public function testPersonalIdentityCardNumber() FILE: test/Faker/Provider/nb_NO/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 13) | protected function setUp() method testMobileNumber (line 20) | public function testMobileNumber() FILE: test/Faker/Provider/nl_BE/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 16) | protected function setUp() method testVatIsValid (line 23) | public function testVatIsValid() FILE: test/Faker/Provider/nl_BE/PersonTest.php class PersonTest (line 13) | final class PersonTest extends TestCase method setUp (line 20) | protected function setUp() method testRrnIsValid (line 27) | public function testRrnIsValid() method testRrnIsMale (line 43) | public function testRrnIsMale() method testRrnIsFemale (line 49) | public function testRrnIsFemale() FILE: test/Faker/Provider/nl_NL/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 13) | protected function setUp() method testGenerateValidVatNumber (line 20) | public function testGenerateValidVatNumber() method testGenerateValidBtwNumberAlias (line 28) | public function testGenerateValidBtwNumberAlias() FILE: test/Faker/Provider/nl_NL/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 13) | protected function setUp() method testGenerateValidIdNumber (line 20) | public function testGenerateValidIdNumber() FILE: test/Faker/Provider/pl_PL/AddressTest.php class AddressTest (line 8) | final class AddressTest extends TestCase method setUp (line 15) | protected function setUp() method testState (line 25) | public function testState() FILE: test/Faker/Provider/pl_PL/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testPeselLenght (line 23) | public function testPeselLenght() method testPeselDate (line 30) | public function testPeselDate() method testPeselDateWithYearAfter2000 (line 40) | public function testPeselDateWithYearAfter2000() method testPeselDateWithYearAfter2100 (line 50) | public function testPeselDateWithYearAfter2100() method testPeselDateWithYearAfter2200 (line 60) | public function testPeselDateWithYearAfter2200() method testPeselDateWithYearBefore1900 (line 70) | public function testPeselDateWithYearBefore1900() method testPeselSex (line 80) | public function testPeselSex() method testPeselCheckSum (line 89) | public function testPeselCheckSum() FILE: test/Faker/Provider/pt_BR/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 12) | protected function setUp() method testCnpjFormatIsValid (line 19) | public function testCnpjFormatIsValid() FILE: test/Faker/Provider/pt_BR/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 12) | protected function setUp() method testCpfFormatIsValid (line 19) | public function testCpfFormatIsValid() method testRgFormatIsValid (line 27) | public function testRgFormatIsValid() FILE: test/Faker/Provider/pt_PT/AddressTest.php class AddressTest (line 10) | final class AddressTest extends TestCase method setUp (line 18) | protected function setUp() method testPostCodeIsValid (line 25) | public function testPostCodeIsValid() method testAddressIsSingleLine (line 33) | public function testAddressIsSingleLine() FILE: test/Faker/Provider/pt_PT/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 12) | protected function setUp() method testTaxpayerIdentificationNumberIsValid (line 19) | public function testTaxpayerIdentificationNumberIsValid() method isValidTin (line 33) | public static function isValidTin($tin) FILE: test/Faker/Provider/pt_PT/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 11) | protected function setUp() method testPhoneNumberReturnsPhoneNumberWithOrWithoutPrefix (line 18) | public function testPhoneNumberReturnsPhoneNumberWithOrWithoutPrefix() method testMobileNumberReturnsMobileNumberWithOrWithoutPrefix (line 22) | public function testMobileNumberReturnsMobileNumberWithOrWithoutPrefix() FILE: test/Faker/Provider/ro_RO/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 20) | protected function setUp() method tearDown (line 29) | protected function tearDown() method invalidGenderProvider (line 34) | public function invalidGenderProvider() method invalidYearProvider (line 44) | public function invalidYearProvider() method validYearProvider (line 54) | public function validYearProvider() method validCountyCodeProvider (line 68) | public function validCountyCodeProvider() method invalidCountyCodeProvider (line 80) | public function invalidCountyCodeProvider() method validInputDataProvider (line 87) | public function validInputDataProvider() method test_allRandom_returnsValidCnp (line 99) | public function test_allRandom_returnsValidCnp() method test_validGender_returnsValidCnp (line 111) | public function test_validGender_returnsValidCnp() method test_invalidGender_throwsException (line 131) | public function test_invalidGender_throwsException($value) method test_validYear_returnsValidCnp (line 142) | public function test_validYear_returnsValidCnp($value) method test_invalidYear_throwsException (line 156) | public function test_invalidYear_throwsException($value) method test_validCountyCode_returnsValidCnp (line 166) | public function test_validCountyCode_returnsValidCnp($value) method test_invalidCountyCode_throwsException (line 179) | public function test_invalidCountyCode_throwsException($value) method test_nonResident_returnsValidCnp (line 188) | public function test_nonResident_returnsValidCnp() method test_validInputData_returnsValidCnp (line 212) | public function test_validInputData_returnsValidCnp($gender, $dateOfBi... method isValidFemaleCnp (line 223) | protected function isValidFemaleCnp($value) method isValidMaleCnp (line 228) | protected function isValidMaleCnp($value) method isValidCnp (line 233) | protected function isValidCnp($cnp) FILE: test/Faker/Provider/ro_RO/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 11) | protected function setUp() method testPhoneNumberReturnsNormalPhoneNumber (line 18) | public function testPhoneNumberReturnsNormalPhoneNumber() method testTollFreePhoneNumberReturnsTollFreePhoneNumber (line 23) | public function testTollFreePhoneNumberReturnsTollFreePhoneNumber() method testPremiumRatePhoneNumberReturnsPremiumRatePhoneNumber (line 28) | public function testPremiumRatePhoneNumberReturnsPremiumRatePhoneNumber() FILE: test/Faker/Provider/ru_RU/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 16) | protected function setUp() method testINN (line 23) | public function testINN() method testKPP (line 30) | public function testKPP() method testCatchPhrase (line 38) | public function testCatchPhrase() FILE: test/Faker/Provider/ru_RU/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testLastNameFemale (line 23) | public function testLastNameFemale() method testLastNameMale (line 28) | public function testLastNameMale() method testLastNameRandom (line 33) | public function testLastNameRandom() FILE: test/Faker/Provider/ru_RU/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldAppendEndPunctToTheEndOfString (line 24) | function testItShouldAppendEndPunctToTheEndOfString() FILE: test/Faker/Provider/sv_SE/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 15) | protected function setUp() method provideSeedAndExpectedReturn (line 22) | public function provideSeedAndExpectedReturn() method testPersonalIdentityNumberUsesBirthDateIfProvided (line 36) | public function testPersonalIdentityNumberUsesBirthDateIfProvided($see... method testPersonalIdentityNumberGeneratesLuhnCompliantNumbers (line 44) | public function testPersonalIdentityNumberGeneratesLuhnCompliantNumbers() method testPersonalIdentityNumberGeneratesOddValuesForMales (line 50) | public function testPersonalIdentityNumberGeneratesOddValuesForMales() method testPersonalIdentityNumberGeneratesEvenValuesForFemales (line 56) | public function testPersonalIdentityNumberGeneratesEvenValuesForFemales() FILE: test/Faker/Provider/tr_TR/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 17) | protected function setUp() method testCompany (line 24) | public function testCompany() FILE: test/Faker/Provider/tr_TR/PaymentTest.php class PaymentTest (line 9) | final class PaymentTest extends TestCase method setUp (line 16) | protected function setUp() method testBankAccountNumber (line 23) | public function testBankAccountNumber() FILE: test/Faker/Provider/tr_TR/PersonTest.php class PersonTest (line 10) | final class PersonTest extends TestCase method setUp (line 18) | protected function setUp() method testTCNo (line 25) | public function testTCNo() FILE: test/Faker/Provider/tr_TR/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumber (line 24) | public function testPhoneNumber() FILE: test/Faker/Provider/uk_UA/AddressTest.php class AddressTest (line 9) | final class AddressTest extends TestCase method setUp (line 17) | protected function setUp() method testPostCodeIsValid (line 24) | public function testPostCodeIsValid() method testEmptySuffixes (line 32) | public function testEmptySuffixes() method testStreetCyrOnly (line 38) | public function testStreetCyrOnly() method testCityNameCyrOnly (line 49) | public function testCityNameCyrOnly() method testRegionNameCyrOnly (line 60) | public function testRegionNameCyrOnly() method testCountryCyrOnly (line 71) | public function testCountryCyrOnly() FILE: test/Faker/Provider/uk_UA/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method testFirstNameMaleReturns (line 11) | public function testFirstNameMaleReturns() method testFirstNameFemaleReturns (line 20) | public function testFirstNameFemaleReturns() method testMiddleNameMaleReturns (line 29) | public function testMiddleNameMaleReturns() method testMiddleNameFemaleReturns (line 38) | public function testMiddleNameFemaleReturns() method testLastNameReturns (line 47) | public function testLastNameReturns() FILE: test/Faker/Provider/uk_UA/PhoneNumberTest.php class PhoneNumberTest (line 9) | final class PhoneNumberTest extends TestCase method setUp (line 17) | protected function setUp() method testPhoneNumberFormat (line 24) | public function testPhoneNumberFormat() FILE: test/Faker/Provider/zh_TW/CompanyTest.php class CompanyTest (line 9) | final class CompanyTest extends TestCase method setUp (line 16) | protected function setUp() method testVAT (line 23) | public function testVAT() FILE: test/Faker/Provider/zh_TW/PersonTest.php class PersonTest (line 9) | final class PersonTest extends TestCase method setUp (line 16) | protected function setUp() method testPersonalIdentityNumber (line 26) | public function testPersonalIdentityNumber() FILE: test/Faker/Provider/zh_TW/TextTest.php class TextTest (line 7) | final class TextTest extends TestCase method setUp (line 11) | protected function setUp() method getMethod (line 16) | protected function getMethod($name) { method testItShouldExplodeTheStringToArray (line 24) | function testItShouldExplodeTheStringToArray() method testItShouldReturnTheStringLength (line 37) | function testItShouldReturnTheStringLength() method testItShouldReturnTheCharacterIsValidStartOrNot (line 45) | function testItShouldReturnTheCharacterIsValidStartOrNot() method testItShouldAppendEndPunctToTheEndOfString (line 58) | function testItShouldAppendEndPunctToTheEndOfString()