+ 3
Please explain this?
$x=5/*+15*/+7; echo $x; answer 12
3 Respostas
+ 6
It's called, comment pranks.
+15 is ignored as comments are not commands that the interpreter listens to
+ 8
it's 5+7
/*+15*/ is a comment
+ 3
oops sorry I missed it completely..😲😲