Skip to content

Commit e9d0510

Browse files
authored
Update php.md (#5597)
1 parent daf48c9 commit e9d0510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $sgl_quotes = '$String'; // => '$String'
8787
// Avoid using double quotes except to embed other variables
8888
$dbl_quotes = "This is a $sgl_quotes."; // => 'This is a $String.'
8989

90-
// Special characters are only escaped in double quotes
90+
// Special characters are only interpreted in double quotes
9191
$escaped = "This contains a \t tab character.";
9292
$unescaped = 'This just contains a slash and a t: \t';
9393

0 commit comments

Comments
 (0)