Skip to content

Instantly share code, notes, and snippets.

@lchski
Created June 24, 2016 22:07
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 lchski/ac4df0343bd341b6f7fe0da14af14eda to your computer and use it in GitHub Desktop.
Save lchski/ac4df0343bd341b6f7fe0da14af14eda to your computer and use it in GitHub Desktop.
diff --git a/index.php b/index.php
index e04a15f..e4c6b35 100644
--- a/index.php
+++ b/index.php
@@ -3,5 +3,6 @@
$my_array = array(
'first' => 1,
'second' => 2,
- 'third' => 3
+ 'third' => 3,
+ 'fourth' => 4
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment