Skip to content

Instantly share code, notes, and snippets.

@deviantintegral
Created June 18, 2013 20:39
Show Gist options
  • Save deviantintegral/5809147 to your computer and use it in GitHub Desktop.
Save deviantintegral/5809147 to your computer and use it in GitHub Desktop.
<?php
$a = array(
- 'first key' => 'first value',
);
var_dump($a);
var_dump(+"first key");
var_dump(-"first key");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment