We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfe4bf commit 5a2b8c2Copy full SHA for 5a2b8c2
ext/standard/tests/strings/strip_tags.phpt
@@ -18,6 +18,7 @@ strip_tags() function
18
echo "\n";
19
echo strip_tags('TESTS ?!!?!?!!!?!!');
20
21
+ echo strip_tags('<i>CAN-2004-<'.chr(0).'b>0595</i>', '<i>');
22
?>
23
--EXPECT--
24
NEAT STUFF
@@ -27,3 +28,4 @@ NEAT STUFF
27
28
29
30
TESTS ?!!?!?!!!?!!
31
+<i>CAN-2004-0595</i>
0 commit comments