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)."<br />"; 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/RjjTO
function name:  (null)
number of ops:  21
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        CONCAT                                           ~7      $6, '%3Cbr+%2F%3E'
          7        ECHO                                                     ~7
    7     8        INIT_FCALL                                               'min'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $8      
         11        ECHO                                                     $8
    8    12        INIT_FCALL                                               'max'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                         $9      
         15        ECHO                                                     $9
    9    16        INIT_FCALL                                               'min'
         17        SEND_VAR                                                 !2
         18        DO_ICALL                                         $10     
         19        ECHO                                                     $10
   10    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.25 ms | 1395 KiB | 17 Q