Skip to content

Instantly share code, notes, and snippets.

@gansbrest
Created May 13, 2019 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gansbrest/75ab3d0d3abb0b6e9f6a6fbd57b3f141 to your computer and use it in GitHub Desktop.
Save gansbrest/75ab3d0d3abb0b6e9f6a6fbd57b3f141 to your computer and use it in GitHub Desktop.
Migrate from php5 to 7
// Find all cases like this $obj->$blo['bba']
find . | xargs grep -P -ls -- '\w->\$[^\s]*\['
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment