3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id=$_GET["id"]; $session1 = "p7h9asa2dtctql4"; header("Content-type: text/plain"); $cadena = base64_encode("format=1&profile=$id&&lan=2&rows=40&session=$session1"); $a= "https://totalgo.totalplay.com.mx:444/TPMHLSWeb/M3U8LiveFile?a=$cadena&f=.m3u8"; $página_inicio = file_get_contents ($a); echo $página_inicio; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZlsQ3
function name:  (null)
number of ops:  25
compiled vars:  !0 = $id, !1 = $session1, !2 = $cadena, !3 = $a, !4 = $página_inicio
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~5      '_GET'
          1        FETCH_DIM_R                                      ~6      ~5, 'id'
          2        ASSIGN                                                   !0, ~6
    3     3        ASSIGN                                                   !1, 'p7h9asa2dtctql4'
    4     4        INIT_FCALL                                               'header'
          5        SEND_VAL                                                 'Content-type%3A+text%2Fplain'
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'base64_encode'
          8        ROPE_INIT                                     4  ~11     'format%3D1%26profile%3D'
          9        ROPE_ADD                                      1  ~11     ~11, !0
         10        ROPE_ADD                                      2  ~11     ~11, '%26%26lan%3D2%26rows%3D40%26session%3D'
         11        ROPE_END                                      3  ~10     ~11, !1
         12        SEND_VAL                                                 ~10
         13        DO_ICALL                                         $13     
         14        ASSIGN                                                   !2, $13
    6    15        ROPE_INIT                                     3  ~16     'https%3A%2F%2Ftotalgo.totalplay.com.mx%3A444%2FTPMHLSWeb%2FM3U8LiveFile%3Fa%3D'
         16        ROPE_ADD                                      1  ~16     ~16, !2
         17        ROPE_END                                      2  ~15     ~16, '%26f%3D.m3u8'
         18        ASSIGN                                                   !3, ~15
    7    19        INIT_FCALL                                               'file_get_contents'
         20        SEND_VAR                                                 !3
         21        DO_ICALL                                         $19     
         22        ASSIGN                                                   !4, $19
    9    23        ECHO                                                     !4
   10    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.21 ms | 940 KiB | 20 Q