3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array[0][0] = '567'; $array[0][1] = '3971'; $array[0][2] = '19'; $array[0][3] = '1'; $array[1][0] = '10'; $array[1][1] = '50'; $array[1][2] = '80'; $array[1][3] = '30'; array_multisort(...$array); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vC41U
function name:  (null)
number of ops:  32
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_W                                      $1      !0, 0
          1        ASSIGN_DIM                                               $1, 0
          2        OP_DATA                                                  '567'
    4     3        FETCH_DIM_W                                      $3      !0, 0
          4        ASSIGN_DIM                                               $3, 1
          5        OP_DATA                                                  '3971'
    5     6        FETCH_DIM_W                                      $5      !0, 0
          7        ASSIGN_DIM                                               $5, 2
          8        OP_DATA                                                  '19'
    6     9        FETCH_DIM_W                                      $7      !0, 0
         10        ASSIGN_DIM                                               $7, 3
         11        OP_DATA                                                  '1'
    8    12        FETCH_DIM_W                                      $9      !0, 1
         13        ASSIGN_DIM                                               $9, 0
         14        OP_DATA                                                  '10'
    9    15        FETCH_DIM_W                                      $11     !0, 1
         16        ASSIGN_DIM                                               $11, 1
         17        OP_DATA                                                  '50'
   10    18        FETCH_DIM_W                                      $13     !0, 1
         19        ASSIGN_DIM                                               $13, 2
         20        OP_DATA                                                  '80'
   11    21        FETCH_DIM_W                                      $15     !0, 1
         22        ASSIGN_DIM                                               $15, 3
         23        OP_DATA                                                  '30'
   13    24        INIT_FCALL                                               'array_multisort'
         25        SEND_UNPACK                                              !0
         26        CHECK_UNDEF_ARGS                                         
         27        DO_ICALL                                                 
   14    28        INIT_FCALL                                               'var_export'
         29        SEND_VAR                                                 !0
         30        DO_ICALL                                                 
         31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.99 ms | 1011 KiB | 15 Q