Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Transform PHP Object to Array and back #27

Open
gebi84 opened this issue Jun 12, 2018 · 0 comments
Open

Feature request: Transform PHP Object to Array and back #27

gebi84 opened this issue Jun 12, 2018 · 0 comments

Comments

@gebi84
Copy link

gebi84 commented Jun 12, 2018

I tried it in PHPStorm with macros, but that doesn't work:

it would be nice to transform
$foo->test = 'ba';
to
$foo['test'] = 'bla';
and backwards.

here my regex:
\-\>([\w]+) replace \[\'$1\'\]
and
\[[\"\']([\w]+)[\"\']\] replace ->$1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant