3v4l.org

run code in 300+ PHP versions simultaneously
<?php $parsing_regex_arguments = '`"((?:\\"|[^"])+)"`'; $test = 'arg1 arg2 "arg3" "test \"2\"" arg4'; $matches = array(); preg_match_all($parsing_regex_arguments, $test, $matches); var_dump($matches);

preferences:
54.34 ms | 402 KiB | 5 Q