3v4l.org

run code in 300+ PHP versions simultaneously
<?php $jsonfile = "http://graph.facebook.com/pernikmuslim"; // decode $data = json_decode(file_get_contents($jsonfile)); // print array ke objek echo "<pre>"; print_r($data); echo "</pre>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oPkNQ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $jsonfile, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fgraph.facebook.com%2Fpernikmuslim'
    5     1        INIT_FCALL                                               'json_decode'
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    8     8        ECHO                                                     '%3Cpre%3E'
    9     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
   10    12        ECHO                                                     '%3C%2Fpre%3E'
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.79 ms | 1394 KiB | 19 Q