Html tag analyze errors between php codes

It shouldn't be like this is it ?

Ekran Alıntısı.PNG

0

Hi there,

Please explain where the error/problem is and how it should behave instead.

0
Avatar
Permanently deleted user

Adsız.png

0

It's correct behavior: type just closing tag only and observe the same result

</html>


The <html> fragment when you echoing it in PHP is highlighted using Language Injections mechanism (HTML in this case). Each language injection fragment is independent from another.

0

Because PHPStorm doesn't combine HTML parsed in PHP strings with plainly written HTML.

Make it like this

?>
<html>
<?php
?>

</html>

0
Avatar
Permanently deleted user

I don't know how the software works but it's a mistake.

0
Avatar
Permanently deleted user

So, when will dev-team fix that ?

0
Avatar
Permanently deleted user

please fix this error.

0

请先登录再写评论。