Test: /ext/standard/tests/strings/strip_tags_variation5.phpt - Version 5.4.0beta1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- *** Testing strip_tags() : usage variations ***
002- -- Iteration 1 --
003- string(0) ""
004- -- Iteration 2 --
005- string(0) ""
006- -- Iteration 3 --
007- string(67) "<html>hello world</html>
008- 13 &lt; 25
009-
010- This is a double quoted string"
011- -- Iteration 4 --
012- string(44) "<html>hello
world
013- 1111 != 2222 </html>
014- "
015- -- Iteration 5 --
016- string(56) "<html>11 < 12. 123 >22</html>
017- string 1111 0000 = 0000
018- "
019- -- Iteration 6 --
020- string(150) "<html>This's a string with quotes:</html>
021- "strings in double quote";
022- 'strings in single quote';
023- <html>this\line is single quoted /with\slashes </html>"
024- Done