Page MenuHomeSealhub

wrong-concat-operator.lint-test
No OneTemporary

wrong-concat-operator.lint-test

<?php
'a'.'b';
'a' + 'b';
'a' + $x;
$x + $y + $z + 'q' + 0;
~~~~~~~~~~
error:3:1
error:4:1
error:5:1

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 13, 17:02 (1 d, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
870823
Default Alt Text
wrong-concat-operator.lint-test (101 B)

Event Timeline