Snippets

RuWeb.net php56 to php7 conversions

Created by Andrey Chesnakov last modified
# Fix "constant" array keys to strings
perl -pe 'while (s/(\$\w+\[)(([^\]]+\]\[)+)?([^\x27"\$\d]\w*)\]/$1$2\x27$+\x27]/i) {}' script.php > script.php7

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.