Skip to content

Commit fece5ce

Browse files
committed
ext/filter: Fix filter_list() expectation in tests/008.phpt
1 parent 777ed36 commit fece5ce

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

ext/filter/tests/008.phpt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var_dump(filter_list());
1010
echo "Done\n";
1111
?>
1212
--EXPECT--
13-
array(21) {
13+
array(22) {
1414
[0]=>
1515
string(3) "int"
1616
[1]=>
@@ -30,28 +30,30 @@ array(21) {
3030
[8]=>
3131
string(12) "validate_mac"
3232
[9]=>
33-
string(6) "string"
33+
string(15) "validate_strlen"
3434
[10]=>
35-
string(8) "stripped"
35+
string(6) "string"
3636
[11]=>
37-
string(7) "encoded"
37+
string(8) "stripped"
3838
[12]=>
39-
string(13) "special_chars"
39+
string(7) "encoded"
4040
[13]=>
41-
string(18) "full_special_chars"
41+
string(13) "special_chars"
4242
[14]=>
43-
string(10) "unsafe_raw"
43+
string(18) "full_special_chars"
4444
[15]=>
45-
string(5) "email"
45+
string(10) "unsafe_raw"
4646
[16]=>
47-
string(3) "url"
47+
string(5) "email"
4848
[17]=>
49-
string(10) "number_int"
49+
string(3) "url"
5050
[18]=>
51-
string(12) "number_float"
51+
string(10) "number_int"
5252
[19]=>
53-
string(11) "add_slashes"
53+
string(12) "number_float"
5454
[20]=>
55+
string(11) "add_slashes"
56+
[21]=>
5557
string(8) "callback"
5658
}
5759
Done

0 commit comments

Comments
 (0)