Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 16, 2019 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0fd9c4c73e256d33f3e0566ea025b0ae to your computer and use it in GitHub Desktop.
Save parzibyte/0fd9c4c73e256d33f3e0566ea025b0ae to your computer and use it in GitHub Desktop.
<?php
$nombres = ["josé", "pedro", "raúl", "maría", "luisa", "adriana", "angela", "alan"];
$apellidos = ["pérez", "rodriguez", "hernández", "martínez", "garcía", "marín", "sánchez", "smith", "rivera", "alderson"];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment