variable mutable

目录列表

填写空格,让代码正确运行打印出“hello,PHP中文网”。

<?php $PHP = 'hello'; $hello = 'hello,PHP中文网'; echo PHP; ?>

1/1