File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var_dump(filter_list());
1010echo "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}
5759Done
You can’t perform that action at this time.
0 commit comments