3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = ['a' => 1, 'b' => 2, 0, 'f' => 4, '-f' => 5]; ksort($array); /** Array ( [-f] => 5 [0] => 0 [a] => 1 [b] => 2 [f] => 4 ) */ ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tk3C4
function name:  (null)
number of ops:  5
compiled vars:  !0 = $array
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    4     1        INIT_FCALL                                                   'ksort'
          2        SEND_REF                                                     !0
          3        DO_ICALL                                                     
   17     4      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.98 ms | 1459 KiB | 14 Q