3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ "optionNumber" => 3, "configuration_id" => 10, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ], [ "optionNumber" => 2, "configuration_id" => 9, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ], [ "optionNumber" => 1, "configuration_id" => 8, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ] ]; sort($array); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oiFUj
function name:  (null)
number of ops:  8
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   27     1        INIT_FCALL                                               'sort'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
   28     4        INIT_FCALL                                               'var_export'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.32 ms | 999 KiB | 15 Q