3v4l.org

run code in 300+ PHP versions simultaneously
<?php $botToken = "295449529:AAEVqzowKbzMnaJ0P8SsYNJ1NXfn3Ky8zYA"; $website="https://api.telegram.org/bot".$botToken; $update = file_get_contents($website."/getupdates"); $updateArray = json_decode($update,TRUE); print_r($updateArray); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uQpri
function name:  (null)
number of ops:  17
compiled vars:  !0 = $botToken, !1 = $website, !2 = $update, !3 = $updateArray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '295449529%3AAAEVqzowKbzMnaJ0P8SsYNJ1NXfn3Ky8zYA'
    4     1        CONCAT                                           ~5      'https%3A%2F%2Fapi.telegram.org%2Fbot', !0
          2        ASSIGN                                                   !1, ~5
    6     3        INIT_FCALL                                               'file_get_contents'
          4        CONCAT                                           ~7      !1, '%2Fgetupdates'
          5        SEND_VAL                                                 ~7
          6        DO_ICALL                                         $8      
          7        ASSIGN                                                   !2, $8
    8     8        INIT_FCALL                                               'json_decode'
          9        SEND_VAR                                                 !2
         10        SEND_VAL                                                 <true>
         11        DO_ICALL                                         $10     
         12        ASSIGN                                                   !3, $10
   10    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !3
         15        DO_ICALL                                                 
   11    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.7 ms | 1394 KiB | 19 Q