Bare str_getcsv:
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/YWsue on line 19
array(7) {
[0]=>
string(6) "slug,1"
[1]=>
string(7) " slug 2"
[2]=>
string(5) " test"
[3]=>
string(7) "slug, 3"
[4]=>
string(0) ""
[5]=>
string(1) ","
[6]=>
string(0) ""
}
str_getcsv with filtering:
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/YWsue on line 12
array(4) {
[0]=>
string(6) "slug,1"
[1]=>
string(7) " slug 2"
[2]=>
string(5) " test"
[3]=>
string(7) "slug, 3"
}
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.