3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr1 = array( "2179454040" => "127.0.0.1:6379", "2159827012" => "127.0.0.1:6380", "2171050562" => "127.0.0.1:6380", "2153052555" => "127.0.0.1:6381", "2171236323" => "127.0.0.1:6381", "2162841922" => "127.0.0.1:6381", "2173346807" => "127.0.0.1:6382", "2171411418" => "127.0.0.1:6382", "2151534559" => "127.0.0.1:6382" ); for ($i = 0; $i < count($arr1); $i++) { ksort($arr1[$i], SORT_NUMERIC); } echo "HI"; var_dump($arr1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
Branch analysis from position: 3
filename:       /in/tf4oA
function name:  (null)
number of ops:  17
compiled vars:  !0 = $arr1, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   16     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->9
   17     3    >   INIT_FCALL                                               'ksort'
          4        FETCH_DIM_W                                      $4      !0, !1
          5        SEND_REF                                                 $4
          6        SEND_VAL                                                 1
          7        DO_ICALL                                                 
   16     8        PRE_INC                                                  !1
          9    >   COUNT                                            ~7      !0
         10        IS_SMALLER                                               !1, ~7
         11      > JMPNZ                                                    ~8, ->3
   20    12    >   ECHO                                                     'HI'
   21    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.55 ms | 1395 KiB | 17 Q