Skip to content

Commit d9d74d3

Browse files
committed
Fix test on Windows
1 parent 9dfe033 commit d9d74d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/strings/bug21453.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $test = "
1010

1111
var_dump(strip_tags($test));
1212
?>
13-
--EXPECT--
14-
string(80) "
13+
--EXPECTF--
14+
string(8%d) "
1515

1616
first cell before < first cell after
1717
second cell before < second cell after

0 commit comments

Comments
 (0)