3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d1 = array(1,4,5,12,78); $d2 = array(10,43,51,2,7); $t = max(max($d1),max($d2),max($d3)); // $t is 656
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PvSZL
function name:  (null)
number of ops:  18
compiled vars:  !0 = $d1, !1 = $d2, !2 = $t, !3 = $d3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, <array>
    9     2        INIT_FCALL                                               'max'
          3        INIT_FCALL                                               'max'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $6      
          6        SEND_VAR                                                 $6
          7        INIT_FCALL                                               'max'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $7      
         10        SEND_VAR                                                 $7
         11        INIT_FCALL                                               'max'
         12        SEND_VAR                                                 !3
         13        DO_ICALL                                         $8      
         14        SEND_VAR                                                 $8
         15        DO_ICALL                                         $9      
         16        ASSIGN                                                   !2, $9
   10    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.35 ms | 1394 KiB | 15 Q