3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://maps.googleapis.com/maps/api/timezone/json?location=0,0&sensor=false"; $url = str_replace(' ','',$url); $json_timezone = file_get_contents($url); echo $url; echo '<pre>';print_r($json_timezone);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4I3HE
function name:  (null)
number of ops:  17
compiled vars:  !0 = $url, !1 = $json_timezone
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fmaps.googleapis.com%2Fmaps%2Fapi%2Ftimezone%2Fjson%3Flocation%3D0%2C0%26sensor%3Dfalse'
    4     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '+'
          3        SEND_VAL                                                 ''
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !0, $3
    5     7        INIT_FCALL                                               'file_get_contents'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    6    11        ECHO                                                     !0
    7    12        ECHO                                                     '%3Cpre%3E'
         13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.79 ms | 1394 KiB | 19 Q