Skip to content

Instantly share code, notes, and snippets.

@MehmetGoekce
Created February 9, 2020 13:50
Show Gist options
  • Select an option

  • Save MehmetGoekce/fbca97f8c43b116dc3fb102d03e0ee31 to your computer and use it in GitHub Desktop.

Select an option

Save MehmetGoekce/fbca97f8c43b116dc3fb102d03e0ee31 to your computer and use it in GitHub Desktop.
not allowed to unpack arrays that are passed for reference
<?php
$arr1 = ['red', 'green', 'blue'];
$arr2 = [...&$arr1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment