3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('nakiya', 'Jack', 'Taylor', 'huge'); $array_lowercase = array_map('strtolower', $array); array_multisort($array_lowercase, SORT_ASC, SORT_STRING, $array); print_r($array); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PkIiu
function name:  (null)
number of ops:  16
compiled vars:  !0 = $array, !1 = $array_lowercase
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'strtolower'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    5     6        INIT_FCALL                                               'array_multisort'
          7        SEND_REF                                                 !1
          8        SEND_VAL                                                 4
          9        SEND_VAL                                                 2
         10        SEND_REF                                                 !0
         11        DO_ICALL                                                 
    7    12        INIT_FCALL                                               'print_r'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.15 ms | 1011 KiB | 16 Q