3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sourcestring="[img]http://miximoms.dev/static/uploads/n7krkqvkkr/1386778095zkn_playmobil-smooth-criminal.jpg[/img]"; preg_match_all('/src.{1}/',$sourcestring,$match); $myMatches = ""; foreach($match[0] as $thisMatch){ echo "$thisMatch\n"; $myMatches .= "$thisMatch <br\>"; } echo $myMatches;

preferences:
36.31 ms | 402 KiB | 5 Q