3v4l.org

run code in 300+ PHP versions simultaneously
<?php $feed = implode(file('http://www.mybank4.com/blog/category/running-your-business/feed/?orderby=rand')); //echo BLOG_PATH.'category/running-your-business/feed/?orderby=rand';die; //echo $feed; die; $xml = simplexml_load_string($feed); $json = json_encode($xml); $array = json_decode($json,TRUE); echo "<pre>",print_r($array);die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/3nZHA
function name:  (null)
number of ops:  27
compiled vars:  !0 = $feed, !1 = $xml, !2 = $json, !3 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'implode'
          1        INIT_FCALL                                               'file'
          2        SEND_VAL                                                 'http%3A%2F%2Fwww.mybank4.com%2Fblog%2Fcategory%2Frunning-your-business%2Ffeed%2F%3Forderby%3Drand'
          3        DO_ICALL                                         $4      
          4        SEND_VAR                                                 $4
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !0, $5
    5     7        INIT_FCALL                                               'simplexml_load_string'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !1, $7
    6    11        INIT_FCALL                                               'json_encode'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $9      
         14        ASSIGN                                                   !2, $9
    7    15        INIT_FCALL                                               'json_decode'
         16        SEND_VAR                                                 !2
         17        SEND_VAL                                                 <true>
         18        DO_ICALL                                         $11     
         19        ASSIGN                                                   !3, $11
    8    20        ECHO                                                     '%3Cpre%3E'
         21        INIT_FCALL                                               'print_r'
         22        SEND_VAR                                                 !3
         23        DO_ICALL                                         $13     
         24        ECHO                                                     $13
         25      > EXIT                                                     
         26*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.15 ms | 1395 KiB | 25 Q