3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '"words,one","words2"'; Preg_match_all("/\"(.*?)\"/", $str, $m); Var_dump($m);

preferences:
29.09 ms | 405 KiB | 5 Q