3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$your_array = array(0 =>array("codes"=>array(7,4,5)), 1 =>array("codes"=>array(4,45,1))); //foreach ($your_array as $array){ // array_multisort($array); var_dump($array); //} $array = array("codes"=>array(7,4,5)); array_multisort($array); var_dump($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hSvq2
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAR                                                 !0
          2        DO_ICALL                                                 
    9     3        ASSIGN                                                   !0, <array>
   10     4        INIT_FCALL                                               'array_multisort'
          5        SEND_REF                                                 !0
          6        DO_ICALL                                                 
   11     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.01 ms | 1394 KiB | 17 Q