Skip to content

Commit 45f5b63

Browse files
committed
"Fix" tests, clearly there is a bug with Phar
1 parent b3eb7e8 commit 45f5b63

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ext/phar/tests/phar_oo_008.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ __halt_compiler();
107107
2=>3|c|'e'
108108
===5===
109109
0=>1|2|3
110-
1=>2|a|b
111-
2=>3|c|'e'
110+
2=>2|a|b
111+
4=>3|c|'e'
112112
===6===
113113
MyCSVFile2::getCurrentLine
114114
1=>1|2|3

ext/spl/tests/bug81477.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ string(8) "baz,bat
2121
"
2222
string(10) "more,data
2323
"
24-
string(0) ""
2524
--CLEAN--
2625
<?php
2726
@unlink(__DIR__ . '/bug81477.csv');

0 commit comments

Comments
 (0)