Skip to content

Commit d80b08a

Browse files
committed
Fix strip_tags tests.
1 parent 4b33a05 commit d80b08a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ext/standard/tests/strings/strip_tags_variation5.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ string(67) "<html>hello world</html>
9090

9191
This is a double quoted string"
9292
-- Iteration 4 --
93-
string(44) "<html>hello
94-
world
93+
string(44) "<html>hello world
9594
1111 != 2222 </html>
9695
"
9796
-- Iteration 5 --

ext/standard/tests/strings/strip_tags_variation9.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,14 @@ Deprecated: Directive 'short_open_tag' is deprecated in Unknown on line 0
4242
-- Iteration 1 --
4343
string(50) "<html> $ -> This represents the dollar sign</html>"
4444
-- Iteration 2 --
45-
string(59) "<html>
46-
The quick brown fo x jumped over the lazy dog</p>"
45+
string(59) "<html> The quick brown fo x jumped over the lazy dog</p>"
4746
-- Iteration 3 --
4847
string(31) "<a>This is a hyper text tag</a>"
4948
-- Iteration 4 --
5049
string(0) ""
5150
-- Iteration 5 --
5251
string(26) "<p>This is a paragraph</p>"
5352
-- Iteration 6 --
54-
string(62) "<b>This is a text in bold letters
55-
\s\malong with slashes
53+
string(62) "<b>This is a text in bold letters\s\malong with slashes
5654
</b>"
5755
Done

0 commit comments

Comments
 (0)