mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Fix test on Windows
This commit is contained in:
parent
9dfe033ae4
commit
d9d74d37ac
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ $test = "
|
||||||
|
|
||||||
var_dump(strip_tags($test));
|
var_dump(strip_tags($test));
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
string(80) "
|
string(8%d) "
|
||||||
|
|
||||||
first cell before < first cell after
|
first cell before < first cell after
|
||||||
second cell before < second cell after
|
second cell before < second cell after
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue