Created
September 26, 2019 15:14
-
-
Save krez69/17025b215ce9fd0f5323f426f59ddd43 to your computer and use it in GitHub Desktop.
This file contains 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
http://zupimages.net/viewer.php?id=19/39/ip6a.jpg |
This file contains 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 | |
$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