3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url_param['g'] = '5000-2000';//2000_5000排氣量 $url_param['door'] = array(0,1);//車門 $url_param['chair'] = array(2,3);//乘客數 $url_param['color'] = array(3,4);//顏色 $url_param['tab'] = array(1,0);//變速系統 $url_param['power'] = array(0,1);//引擎燃料 $url_param['u'] = '1';//聯盟 var_dump($url_param);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZHvec
function name:  (null)
number of ops:  18
compiled vars:  !0 = $url_param
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'g'
          1        OP_DATA                                                  '5000-2000'
    3     2        ASSIGN_DIM                                               !0, 'door'
          3        OP_DATA                                                  <array>
    4     4        ASSIGN_DIM                                               !0, 'chair'
          5        OP_DATA                                                  <array>
    5     6        ASSIGN_DIM                                               !0, 'color'
          7        OP_DATA                                                  <array>
    6     8        ASSIGN_DIM                                               !0, 'tab'
          9        OP_DATA                                                  <array>
    7    10        ASSIGN_DIM                                               !0, 'power'
         11        OP_DATA                                                  <array>
    8    12        ASSIGN_DIM                                               !0, 'u'
         13        OP_DATA                                                  '1'
    9    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.01 ms | 1386 KiB | 15 Q