if
(
"abc"
.
equals
(
s
)
)
echo
(
"matched"
)
;