3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://api.tebla.com/restaurants?page=5&per_page=100'; $response = http_get($url, array("timeout"=>3), $info); print_r($info); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BQQqP
function name:  (null)
number of ops:  11
compiled vars:  !0 = $url, !1 = $response, !2 = $info
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fapi.tebla.com%2Frestaurants%3Fpage%3D5%26per_page%3D100'
    3     1        INIT_FCALL_BY_NAME                                       'http_get'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              <array>
          4        SEND_VAR_EX                                              !2
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !1, $4
    4     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.41 ms | 939 KiB | 16 Q