Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Last active February 14, 2020 02:43
Show Gist options
  • Select an option

  • Save jonnymaceachern/080f1d73d9fa297826315d490ea36426 to your computer and use it in GitHub Desktop.

Select an option

Save jonnymaceachern/080f1d73d9fa297826315d490ea36426 to your computer and use it in GitHub Desktop.

Revisions

  1. jonnymaceachern revised this gist Jan 23, 2020. No changes.
  2. jonnymaceachern created this gist Jan 23, 2020.
    10 changes: 10 additions & 0 deletions php.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "Dump variable": {
    "prefix": "pr",
    "body": [
    "echo '<pre>';",
    "print_r($1);",
    "echo '</pre>';"
    ]
    }
    }