3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{"id":1,"channel":"1","text":"Hello World!"}{"id":2,"channel":"1","text":"Hello World!"}{"id":2,"channel":"1","text":"Hello World!"}'; $str = str_replace('}{', '},{', $str); $str = '[' . $str . ']'; print_r(json_decode($str));

preferences:
60.83 ms | 402 KiB | 5 Q