3v4l.org

run code in 500+ PHP versions simultaneously
<?php $input = [ [3, 6], [2, 9], ]; var_dump(min(...$input)); $input = [ ["three" => 3, "six" => 6], ["two" => 2, "nine" => 9], ]; var_dump(min(...$input));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ji2OM
function name:  (null)
number of ops:  17
compiled vars:  !0 = $input
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    8     1        INIT_FCALL                                                   'var_dump'
          2        INIT_FCALL                                                   'min'
          3        SEND_UNPACK                                                  !0
          4        CHECK_UNDEF_ARGS                                             
          5        DO_ICALL                                             $2      
          6        SEND_VAR                                                     $2
          7        DO_ICALL                                                     
   10     8        ASSIGN                                                       !0, <array>
   15     9        INIT_FCALL                                                   'var_dump'
         10        INIT_FCALL                                                   'min'
         11        SEND_UNPACK                                                  !0
         12        CHECK_UNDEF_ARGS                                             
         13        DO_ICALL                                             $5      
         14        SEND_VAR                                                     $5
         15        DO_ICALL                                                     
         16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.39 ms | 2213 KiB | 15 Q