3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = 130756; $url = "http://www.votresite.com/livredor.php"; $param = unserialize(urldecode(stripslashes($_GET['param']))); $param[0] = $url; $param[1] = $id; $param = addslashes(urlencode(serialize($param))); var_dump($param);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6pTfj
function name:  (null)
number of ops:  32
compiled vars:  !0 = $id, !1 = $url, !2 = $param
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 130756
    4     1        ASSIGN                                                   !1, 'http%3A%2F%2Fwww.votresite.com%2Flivredor.php'
    5     2        INIT_FCALL                                               'unserialize'
          3        INIT_FCALL                                               'urldecode'
          4        INIT_FCALL                                               'stripslashes'
          5        FETCH_R                      global              ~5      '_GET'
          6        FETCH_DIM_R                                      ~6      ~5, 'param'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        SEND_VAR                                                 $7
         10        DO_ICALL                                         $8      
         11        SEND_VAR                                                 $8
         12        DO_ICALL                                         $9      
         13        ASSIGN                                                   !2, $9
    6    14        ASSIGN_DIM                                               !2, 0
         15        OP_DATA                                                  !1
    7    16        ASSIGN_DIM                                               !2, 1
         17        OP_DATA                                                  !0
    9    18        INIT_FCALL                                               'addslashes'
         19        INIT_FCALL                                               'urlencode'
         20        INIT_FCALL                                               'serialize'
         21        SEND_VAR                                                 !2
         22        DO_ICALL                                         $13     
         23        SEND_VAR                                                 $13
         24        DO_ICALL                                         $14     
         25        SEND_VAR                                                 $14
         26        DO_ICALL                                         $15     
         27        ASSIGN                                                   !2, $15
   10    28        INIT_FCALL                                               'var_dump'
         29        SEND_VAR                                                 !2
         30        DO_ICALL                                                 
         31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.24 ms | 1396 KiB | 27 Q