PHP Escape Slash

This is without escape slash: panther

This is with escape slash: $varTestHi "double"

An escape slash tells the computer not to read the next character normally, but to be treated in a special way. For example, it can add new lines (\n), tabs (\t), or backslashes (\\).