3v4l.org

run code in 300+ PHP versions simultaneously
<?php $item[145][ff]='e121'; $item[145][fs]='e1a21'; $item[175][ff]='d21'; $max_item = max($item); echo $max_item;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Im7bB
function name:  (null)
number of ops:  18
compiled vars:  !0 = $item, !1 = $max_item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~3      'ff'
          1        FETCH_DIM_W                                      $2      !0, 145
          2        ASSIGN_DIM                                               $2, ~3
          3        OP_DATA                                                  'e121'
    3     4        FETCH_CONSTANT                                   ~6      'fs'
          5        FETCH_DIM_W                                      $5      !0, 145
          6        ASSIGN_DIM                                               $5, ~6
          7        OP_DATA                                                  'e1a21'
    4     8        FETCH_CONSTANT                                   ~9      'ff'
          9        FETCH_DIM_W                                      $8      !0, 175
         10        ASSIGN_DIM                                               $8, ~9
         11        OP_DATA                                                  'd21'
    5    12        INIT_FCALL                                               'max'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $11     
         15        ASSIGN                                                   !1, $11
    6    16        ECHO                                                     !1
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.83 ms | 1398 KiB | 15 Q