why debugger can stop at 'else if' breakpoint but can not stop at 'elseif' breakpoint ?

PhoStorm 2018.3
xdebug 2.6.1
php 7.2.15





1 comment
Comment actions Permalink

Hi there,

There must be some difference in actual OP Code generated by PHP itself (possibly caused by OPCache). In other words -- it's not PhpStorm issue.

For example: https://bugs.xdebug.org/view.php?id=1572

1

Please sign in to leave a comment.