3v4l.org

run code in 300+ PHP versions simultaneously
<? $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 = '/(?:(?P<hours>\d+) godz\.)?\s*(?:(?P<minutes>\d+) min\.)?/'; preg_match_all($film_time, $nazwa, $film_time); var_dump($film_time); //exit; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<? $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 = '/(?:(?P<hours>\d+) godz\.)?\s*(?:(?P<minutes>\d+) min\.)?/'; preg_match_all($film_time, $nazwa, $film_time); var_dump($film_time); //exit; ?>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.41 ms | 402 KiB | 8 Q