📄 htmlentities.phpt
字号:
--TEST--HTML entities--INI--output_handler=unicode.script_encoding=ISO-8859-1unicode.output_encoding=ISO-8859-1--FILE--<?php setlocale (LC_CTYPE, "C");$sc_encoded = htmlspecialchars ("<>\"&迥\n");echo $sc_encoded;$ent_encoded = htmlentities ("<>\"&迥\n");echo $ent_encoded;echo html_entity_decode($sc_encoded);echo html_entity_decode($ent_encoded);?>--EXPECT--<>"&迥<>"&åÄ<>"&迥<>"&迥
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -