3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input1 = "hello"; $input2 = "hello,there"; var_dump( explode( ',', $input1 ) ); var_dump( explode( ',', $input2 ) ); ?>

preferences:
36.23 ms | 402 KiB | 5 Q