3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.95 ms | 1394 KiB | 17 Q