3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'content_type' => [ 'story', 'delhi', 'tez' ], 'type' => [ 'video_id', 'subcategory', 'story_id' ], 'fetch_id' => [ 32, 32, 2 ], 'order' => [ 6, 4, 5 ], 'label' => [ 'dsfs fdsf dsf sdf', 'dfsdfs', 'sdfsdfsd' ], 'link' => [ 'fsd fsdf sdf', 'fsdfsdfdsf', 'fsdfdsfds' ], 'record' => [ 10, 8, 12 ] ]; array_multisort( $array['order'], $array['content_type'], $array['type'], $array['fetch_id'], $array['label'], $array['link'], $array['record'] ); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Nem88
function name:  (null)
number of ops:  21
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   41     1        INIT_FCALL                                               'array_multisort'
   42     2        FETCH_DIM_W                                      $2      !0, 'order'
          3        SEND_REF                                                 $2
   43     4        FETCH_DIM_W                                      $3      !0, 'content_type'
          5        SEND_REF                                                 $3
   44     6        FETCH_DIM_W                                      $4      !0, 'type'
          7        SEND_REF                                                 $4
   45     8        FETCH_DIM_W                                      $5      !0, 'fetch_id'
          9        SEND_REF                                                 $5
   46    10        FETCH_DIM_W                                      $6      !0, 'label'
         11        SEND_REF                                                 $6
   47    12        FETCH_DIM_W                                      $7      !0, 'link'
         13        SEND_REF                                                 $7
   48    14        FETCH_DIM_W                                      $8      !0, 'record'
         15        SEND_REF                                                 $8
   41    16        DO_ICALL                                                 
   50    17        INIT_FCALL                                               'var_export'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.49 ms | 1005 KiB | 15 Q