3v4l.org

run code in 300+ PHP versions simultaneously
<?php $marks1 = array(360,310,310,330,313,375,456,111,256); $marks2 = array(350,340,356,330,321); $marks3 = array(630,340,570,635,434,255,298); echo max($marks1); echo min($marks2); echo max($marks3); echo min($marks3); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IGSP8
function name:  (null)
number of ops:  20
compiled vars:  !0 = $marks1, !1 = $marks2, !2 = $marks3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    6     3        INIT_FCALL                                               'max'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $6      
          6        ECHO                                                     $6
    7     7        INIT_FCALL                                               'min'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $7      
         10        ECHO                                                     $7
    8    11        INIT_FCALL                                               'max'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                         $8      
         14        ECHO                                                     $8
    9    15        INIT_FCALL                                               'min'
         16        SEND_VAR                                                 !2
         17        DO_ICALL                                         $9      
         18        ECHO                                                     $9
   10    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.84 ms | 1394 KiB | 17 Q