3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json_url = "https://api.periscope.tv/api/v2/_getRankedFeedPublic?languages=tr"; $json = file_get_contents($json_url); $json = str_replace('http://pbs.twimg.com/profile_images/', 'http://www.perisearch.net/images/avatar.php/', $json); print_r ($json); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cnhjf
function name:  (null)
number of ops:  15
compiled vars:  !0 = $json_url, !1 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fapi.periscope.tv%2Fapi%2Fv2%2F_getRankedFeedPublic%3Flanguages%3Dtr'
    6     1        INIT_FCALL                                               'file_get_contents'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    7     5        INIT_FCALL                                               'str_replace'
          6        SEND_VAL                                                 'http%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F'
          7        SEND_VAL                                                 'http%3A%2F%2Fwww.perisearch.net%2Fimages%2Favatar.php%2F'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    9    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
   11    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.65 ms | 1394 KiB | 19 Q