Skip to content

Instantly share code, notes, and snippets.

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