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 = '/(<span class="fileTime">)(.)*(<\/span>)/'; preg_match_all($film_time, $nazwa, $film_time); var_dump($film_time); //exit; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YXmMh
function name:  (null)
number of ops:  23
compiled vars:  !0 = $i, !1 = $linkw, !2 = $context, !3 = $opts, !4 = $nazwa, !5 = $film_time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 1
    6     1        CONCAT                                           ~7      '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, ~7
    8     3        INIT_FCALL                                               'stream_context_create'
          4        SEND_VAR                                                 !3
          5        DO_ICALL                                         $9      
          6        ASSIGN                                                   !2, $9
    9     7        INIT_FCALL                                               'file_get_contents'
          8        SEND_VAR                                                 !1
          9        SEND_VAL                                                 <false>
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                         $11     
         12        ASSIGN                                                   !4, $11
   11    13        ASSIGN                                                   !5, '%2F%28%3Cspan+class%3D%22fileTime%22%3E%29%28.%29%2A%28%3C%5C%2Fspan%3E%29%2F'
   12    14        INIT_FCALL                                               'preg_match_all'
         15        SEND_VAR                                                 !5
         16        SEND_VAR                                                 !4
         17        SEND_REF                                                 !5
         18        DO_ICALL                                                 
   13    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !5
         21        DO_ICALL                                                 
   16    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
203.06 ms | 1387 KiB | 21 Q