3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = [ (object) ['ID' => 1, 'name' => 'Mary Jane', 'count' => '420'], (object) ['ID' => 2, 'name' => 'Johnny', 'count' => '23420'], (object) ['ID' => 3, 'name' => 'Kathy', 'count' => '4354'], ]; $property = 'count'; array_multisort(array_column($array, $property), $array); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JpaY6
function name:  (null)
number of ops:  20
compiled vars:  !0 = $array, !1 = $property
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   CAST                                              8  ~2      <array>
          1        INIT_ARRAY                                           ~3      ~2
          2        CAST                                              8  ~4      <array>
          3        ADD_ARRAY_ELEMENT                                    ~3      ~4
          4        CAST                                              8  ~5      <array>
          5        ADD_ARRAY_ELEMENT                                    ~3      ~5
    3     6        ASSIGN                                                       !0, ~3
    9     7        ASSIGN                                                       !1, 'count'
   10     8        INIT_FCALL                                                   'array_multisort'
          9        INIT_FCALL                                                   'array_column'
         10        SEND_VAR                                                     !0
         11        SEND_VAR                                                     !1
         12        DO_ICALL                                             $8      
         13        SEND_VAL                                                     $8
         14        SEND_REF                                                     !0
         15        DO_ICALL                                                     
   11    16        INIT_FCALL                                                   'var_export'
         17        SEND_VAR                                                     !0
         18        DO_ICALL                                                     
         19      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
167.32 ms | 1925 KiB | 16 Q