Skip to content

Instantly share code, notes, and snippets.

@dirx
Last active January 17, 2017 03:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dirx/60414eb80da9c7dbfb19 to your computer and use it in GitHub Desktop.
Save dirx/60414eb80da9c7dbfb19 to your computer and use it in GitHub Desktop.
Convert multiple array() to new php 5.4 style [] in code with phpstorm
Search regexp: \barray\(([^\(]*?)\)
Replace with: [$1]
Search & replace until it´s done.
Does not work if ( is in array keys or values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment