Created
February 20, 2017 22:56
-
-
Save ScottBurfieldMills/ef5d7c7f101c1ca81c3c6fd3d281e5e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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