3v4l.org

run code in 300+ PHP versions simultaneously
<?php $your_array = array(0 =>array("codes"=>array(7,4,5),'name' =>array('sss','wqwq'))); foreach($your_array as $secondArray){ foreach($secondArray as $array){ array_multisort($array); $result []['ddd'] = $array; } } var_dump($result); //$ar1 = array (1002, 100, 100); //array_multisort ($ar1); //var_dump($ar1);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 14
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 14
Branch analysis from position: 3
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 12
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 12
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/qSHqh
function name:  (null)
number of ops:  19
compiled vars:  !0 = $your_array, !1 = $secondArray, !2 = $array, !3 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1      > FE_RESET_R                                       $5      !0, ->14
          2    > > FE_FETCH_R                                               $5, !1, ->14
    5     3    > > FE_RESET_R                                       $6      !1, ->12
          4    > > FE_FETCH_R                                               $6, !2, ->12
    6     5    >   INIT_FCALL                                               'array_multisort'
          6        SEND_REF                                                 !2
          7        DO_ICALL                                                 
    7     8        FETCH_DIM_W                                      $8      !3
          9        ASSIGN_DIM                                               $8, 'ddd'
         10        OP_DATA                                                  !2
    5    11      > JMP                                                      ->4
         12    >   FE_FREE                                                  $6
    4    13      > JMP                                                      ->2
         14    >   FE_FREE                                                  $5
   10    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !3
         17        DO_ICALL                                                 
   16    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.19 ms | 1395 KiB | 17 Q