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($nazwa); //exit; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZhGj3
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i, !1 = $linkw, !2 = $nazwa, !3 = $context
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 1
    6     1        CONCAT                                           ~5      'http%3A%2F%2Fwww.filmweb.pl%2Fsearch%2Ffilm%3Fq%3D%26type%3D%26startYear%3D%26endYear%3D2015%26countryIds%3D%26genreIds%3D%26startRate%3D%26endRate%3D%26startCount%3D%26endCount%3D%26sort%3DPREMIERE_POLAND%26sortAscending%3Dtrue%26c%3Dportal%26page%3D', !0
          2        ASSIGN                                                   !1, ~5
    9     3        INIT_FCALL                                               'file_get_contents'
          4        SEND_VAR                                                 !1
          5        SEND_VAL                                                 <false>
          6        SEND_VAR                                                 !3
          7        DO_ICALL                                         $7      
          8        ASSIGN                                                   !2, $7
   13     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
   16    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.06 ms | 1394 KiB | 17 Q