3v4l.org

run code in 300+ PHP versions simultaneously
<?php // split the phrase by any number of commas or space characters, // which include " ", \r, \t, \n and \f $keywords = preg_split("/[\s,]+/", "hypertext language, programming"); print_r($keywords); ?>

preferences:
33.51 ms | 402 KiB | 5 Q