There are a lot of ways to write strings in PHP: - Single quotes whit - Double quotes, may be encapsed (interpolation) - `sprintf` call - HEREDOC - NOWDOC We should find a representation that can accept all inputs easily, maybe double quotes ?