-
-
Save dovidezra/5fd5d2c5f819ddcda8a35a9985bd8ce0 to your computer and use it in GitHub Desktop.
list of first names formatted as a PHP array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$names = array( | |
'Allison', | |
'Arthur', | |
'Ana', | |
'Alex', | |
'Arlene', | |
'Alberto', | |
'Barry', | |
'Bertha', | |
'Bill', | |
'Bonnie', | |
'Bret', | |
'Beryl', | |
'Chantal', | |
'Cristobal', | |
'Claudette', | |
'Charley', | |
'Cindy', | |
'Chris', | |
'Dean', | |
'Dolly', | |
'Danny', | |
'Danielle', | |
'Dennis', | |
'Debby', | |
'Erin', | |
'Edouard', | |
'Erika', | |
'Earl', | |
'Emily', | |
'Ernesto', | |
'Felix', | |
'Fay', | |
'Fabian', | |
'Frances', | |
'Franklin', | |
'Florence', | |
'Gabielle', | |
'Gustav', | |
'Grace', | |
'Gaston', | |
'Gert', | |
'Gordon', | |
'Humberto', | |
'Hanna', | |
'Henri', | |
'Hermine', | |
'Harvey', | |
'Helene', | |
'Iris', | |
'Isidore', | |
'Isabel', | |
'Ivan', | |
'Irene', | |
'Isaac', | |
'Jerry', | |
'Josephine', | |
'Juan', | |
'Jeanne', | |
'Jose', | |
'Joyce', | |
'Karen', | |
'Kyle', | |
'Kate', | |
'Karl', | |
'Katrina', | |
'Kirk', | |
'Lorenzo', | |
'Lili', | |
'Larry', | |
'Lisa', | |
'Lee', | |
'Leslie', | |
'Michelle', | |
'Marco', | |
'Mindy', | |
'Maria', | |
'Michael', | |
'Noel', | |
'Nana', | |
'Nicholas', | |
'Nicole', | |
'Nate', | |
'Nadine', | |
'Olga', | |
'Omar', | |
'Odette', | |
'Otto', | |
'Ophelia', | |
'Oscar', | |
'Pablo', | |
'Paloma', | |
'Peter', | |
'Paula', | |
'Philippe', | |
'Patty', | |
'Rebekah', | |
'Rene', | |
'Rose', | |
'Richard', | |
'Rita', | |
'Rafael', | |
'Sebastien', | |
'Sally', | |
'Sam', | |
'Shary', | |
'Stan', | |
'Sandy', | |
'Tanya', | |
'Teddy', | |
'Teresa', | |
'Tomas', | |
'Tammy', | |
'Tony', | |
'Van', | |
'Vicky', | |
'Victor', | |
'Virginie', | |
'Vince', | |
'Valerie', | |
'Wendy', | |
'Wilfred', | |
'Wanda', | |
'Walter', | |
'Wilma', | |
'William', | |
'Kumiko', | |
'Aki', | |
'Miharu', | |
'Chiaki', | |
'Michiyo', | |
'Itoe', | |
'Nanaho', | |
'Reina', | |
'Emi', | |
'Yumi', | |
'Ayumi', | |
'Kaori', | |
'Sayuri', | |
'Rie', | |
'Miyuki', | |
'Hitomi', | |
'Naoko', | |
'Miwa', | |
'Etsuko', | |
'Akane', | |
'Kazuko', | |
'Miyako', | |
'Youko', | |
'Sachiko', | |
'Mieko', | |
'Toshie', | |
'Junko'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment