3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aa=array( "0" => array ( "id" => 187, "server_id" => 21086, "threshold" => 2, "email" => "yyyyyy@gmail.com", "backonline" => 1, "offline_count" => 0, "offline_notification" => 1398475503 ), "1" => array ( "id" => 339, "server_id" => 43935, "threshold" => 2, "email" => "xxxxxx@hotmail.com", "backonline" => 1, "offline_count" => 0, "offline_notification" => 1398475503, "backonline" => 1, "offline_count" => 0, "offline_notification" => 1398462904 )); array_multisort($aa[0],$aa[1]); print_r($aa[0]); print_r($aa[1]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/a7S8Z
function name:  (null)
number of ops:  16
compiled vars:  !0 = $aa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   26     1        INIT_FCALL                                               'array_multisort'
          2        FETCH_DIM_W                                      $2      !0, 0
          3        SEND_REF                                                 $2
          4        FETCH_DIM_W                                      $3      !0, 1
          5        SEND_REF                                                 $3
          6        DO_ICALL                                                 
   27     7        INIT_FCALL                                               'print_r'
          8        FETCH_DIM_R                                      ~5      !0, 0
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
   28    11        INIT_FCALL                                               'print_r'
         12        FETCH_DIM_R                                      ~7      !0, 1
         13        SEND_VAL                                                 ~7
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.02 ms | 1394 KiB | 17 Q