Skip to content

Instantly share code, notes, and snippets.

@ScottBurfieldMills
Created February 20, 2017 22:56
Show Gist options
  • Save ScottBurfieldMills/ef5d7c7f101c1ca81c3c6fd3d281e5e5 to your computer and use it in GitHub Desktop.
Save ScottBurfieldMills/ef5d7c7f101c1ca81c3c6fd3d281e5e5 to your computer and use it in GitHub Desktop.
<?php
$array = [
'name' => 'Scott'
];
extract($array);
dd($name);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment