Skip to content

Instantly share code, notes, and snippets.

@krez69
Created September 26, 2019 15:14
Show Gist options
  • Save krez69/17025b215ce9fd0f5323f426f59ddd43 to your computer and use it in GitHub Desktop.
Save krez69/17025b215ce9fd0f5323f426f59ddd43 to your computer and use it in GitHub Desktop.
http://zupimages.net/viewer.php?id=19/39/ip6a.jpg
<?php
$characters = [
"Negan" => [
"city" => "The Sanctuary",
"weapon" => "Lucille"
],
"Daryl" => [
"city" => "Alexandria",
"weapon" => "crossbow"
],
"Ezekiel" => [
"city" => "The Kingdom",
"weapon" => "Shiva"
],
"Walid" => [
"city" => "Lyon",
"weapon" => "AK47"
],
];
echo 'Hello world';
echo "<br>";
echo "<pre>";
var_dump($characters);
exit();
header("location: https://www.google.fr");
echo "</pre>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment