Mouson

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Why can't refactor extract method "switch case" statement begins with the comment
AnsweredI have sample code: ```php <?php$test = 'case';switch ($test) { case 'foo': // comment echo 'foofoo'; break; case 'bar': echo 'barbar'; break;} ```I want to... -
Created why debugger can stop at 'else if' breakpoint but can not stop at 'elseif' breakpoint ?
PhoStorm 2018.3xdebug 2.6.1php 7.2.15