Skip to content

Instantly share code, notes, and snippets.

@Cynnah
Created October 6, 2019 11:55
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 Cynnah/9cd57d5db687a4c8541362f1ea4a0749 to your computer and use it in GitHub Desktop.
Save Cynnah/9cd57d5db687a4c8541362f1ea4a0749 to your computer and use it in GitHub Desktop.
Quete Debug toi toi meme
<?php
$characters = [
"Negan" => [
"city" => "The Sanctuary",
"weapon" => "Lucille"
],
"Daryl" => [
"city" => "Alexandria",
"weapon" => "crossbow"
],
"Ezekiel" => [
"city" => "The Kingdom",
"weapon" => "Shiva"
],
"Dorian" => [
"city" => "Reims",
"weapon" => "shinai"
]
];
var_dump($characters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment