bug21453.phpt

来自「php-4.4.7学习linux时下载的源代码」· PHPT 代码 · 共 18 行

PHPT
18
字号
--TEST--Bug #21453 (handling of non-encoded <)--FILE--<?php$test = "<table>	<tr><td>first cell before < first cell after</td></tr>	<tr><td>second cell before < second cell after</td></tr></table>";	echo strip_tags($test);?>--EXPECT--	first cell before < first cell after	second cell before < second cell after

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?