主页
PHP
PHP - 转义字符
tryphp_string_escape_error
运行 ❯
×
更改方向
保存代码
更改主题
<?php //PHP will raise an error when executing this statement: $x = "We are the so-called "Vikings" from the north."; echo $x; ?>
PHP Parse error: syntax error, unexpected identifier "Vikings" in /home/iRvIXr/prog.php on line 8