3v4l.org

run code in 300+ PHP versions simultaneously
<?php $code = $this->curl('http://www.24video.com/video/filter?searchText=' . urlencode($key)); if ( empty($code) ) { return false; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 12
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NKlBT
function name:  (null)
number of ops:  13
compiled vars:  !0 = $code, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $2      
          1        INIT_METHOD_CALL                                         $2, 'curl'
          2        INIT_FCALL                                               'urlencode'
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      'http%3A%2F%2Fwww.24video.com%2Fvideo%2Ffilter%3FsearchText%3D', $3
          6        SEND_VAL_EX                                              ~4
          7        DO_FCALL                                      0  $5      
          8        ASSIGN                                                   !0, $5
    3     9        ISSET_ISEMPTY_CV                                         !0
         10      > JMPZ                                                     ~7, ->12
    4    11    > > RETURN                                                   <false>
    5    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.75 ms | 1394 KiB | 15 Q