Bare str_getcsv:
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 37
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 38
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 39
array(8) {
[0]=>
string(6) "slug,1"
[1]=>
string(7) " slug 2"
[2]=>
string(5) " test"
[3]=>
string(7) "slug, 3"
[4]=>
string(1) " "
[5]=>
string(0) ""
[6]=>
string(1) ","
[7]=>
string(0) ""
}
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(6) " bar"
}
array(3) {
[0]=>
string(3) "foo"
[1]=>
string(4) " bar"
[2]=>
string(0) ""
}
str_getcsv with filtering:
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 14
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 14
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/Uudsc on line 14
array(4) {
[0]=>
string(6) "slug,1"
[1]=>
string(7) " slug 2"
[2]=>
string(5) " test"
[3]=>
string(7) "slug, 3"
}
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(6) " bar"
}
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(4) " bar"
}
extract_required_plugins_from_header:
array(4) {
[0]=>
string(6) "slug,1"
[1]=>
string(7) "slug, 3"
[2]=>
string(6) "slug 2"
[3]=>
string(4) "test"
}
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(3) "bar"
}
array(2) {
[0]=>
string(3) "foo"
[1]=>
string(3) "bar"
}