3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = 130756; $url = "http://www.votresite.com/livredor.php"; $param = array(); $param[0] = $url; $param[1] = '1'; $param = urlencode(serialize($param)); var_dump($param);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F2Gcn
function name:  (null)
number of ops:  18
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        ASSIGN                                                   !2, <array>
    6     3        ASSIGN_DIM                                               !2, 0
          4        OP_DATA                                                  !1
    7     5        ASSIGN_DIM                                               !2, 1
          6        OP_DATA                                                  '1'
    9     7        INIT_FCALL                                               'urlencode'
          8        INIT_FCALL                                               'serialize'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $8      
         11        SEND_VAR                                                 $8
         12        DO_ICALL                                         $9      
         13        ASSIGN                                                   !2, $9
   10    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.88 ms | 1394 KiB | 19 Q