3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=1; $linkw='http://www.filmweb.pl/search/film?q=&type=&startYear=&endYear=2015&countryIds=&genreIds=&startRate=&endRate=&startCount=&endCount=&sort=PREMIERE_POLAND&sortAscending=true&c=portal&page='.$i; $context = stream_context_create($opts); $nazwa = file_get_contents($linkw,false,$context); $film_time = '/(<span class="fileTime">)(.)*(<\/span>)/'; preg_match_all($film_time, $nazwa, $film_time); var_dump($film_time); //exit; ?>

preferences:
47.03 ms | 402 KiB | 5 Q