3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '("one","two","three,subthree","four")'; $s = substr($string,2,-2); print_r(explode('","', $s));

preferences:
33.67 ms | 406 KiB | 5 Q