运行 ❯
获取您的
自身 PHP
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php highlight_string("Hello world! <?php phpinfo(); ?>"); ?> </body> </html>
Hello world!
<?php phpinfo
();
?>