3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo max(1,2,3,5,4,8,68,5,5,46,4,86);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4XgUk
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'max'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 2
          3        SEND_VAL                                                 3
          4        SEND_VAL                                                 5
          5        SEND_VAL                                                 4
          6        SEND_VAL                                                 8
          7        SEND_VAL                                                 68
          8        SEND_VAL                                                 5
          9        SEND_VAL                                                 5
         10        SEND_VAL                                                 46
         11        SEND_VAL                                                 4
         12        SEND_VAL                                                 86
         13        DO_ICALL                                         $0      
         14        ECHO                                                     $0
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.89 ms | 1394 KiB | 15 Q