3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); $a[0] = 5; $a[1] = 3; $a[2] = 6; $a[3] = 2; $a[4] = 4; array_multisort($a); print_r($a); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WbWqS
function name:  (null)
number of ops:  18
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0, 0
          2        OP_DATA                                                  5
    4     3        ASSIGN_DIM                                               !0, 1
          4        OP_DATA                                                  3
    5     5        ASSIGN_DIM                                               !0, 2
          6        OP_DATA                                                  6
    6     7        ASSIGN_DIM                                               !0, 3
          8        OP_DATA                                                  2
    7     9        ASSIGN_DIM                                               !0, 4
         10        OP_DATA                                                  4
    8    11        INIT_FCALL                                               'array_multisort'
         12        SEND_REF                                                 !0
         13        DO_ICALL                                                 
    9    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
   10    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.45 ms | 1386 KiB | 17 Q