3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php echo(max(2,4,6,8,190) . "<br>"); echo(max(22,14,68,18,15) . "<br>"); echo(max(array(4,6,8,10)) . "<br>"); echo(max(array(44,16,81,12))); ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ES1K8
function name:  (null)
number of ops:  30
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        INIT_FCALL                                               'max'
          2        SEND_VAL                                                 2
          3        SEND_VAL                                                 4
          4        SEND_VAL                                                 6
          5        SEND_VAL                                                 8
          6        SEND_VAL                                                 190
          7        DO_ICALL                                         $0      
          8        CONCAT                                           ~1      $0, '%3Cbr%3E'
          9        ECHO                                                     ~1
    7    10        INIT_FCALL                                               'max'
         11        SEND_VAL                                                 22
         12        SEND_VAL                                                 14
         13        SEND_VAL                                                 68
         14        SEND_VAL                                                 18
         15        SEND_VAL                                                 15
         16        DO_ICALL                                         $2      
         17        CONCAT                                           ~3      $2, '%3Cbr%3E'
         18        ECHO                                                     ~3
    8    19        INIT_FCALL                                               'max'
         20        SEND_VAL                                                 <array>
         21        DO_ICALL                                         $4      
         22        CONCAT                                           ~5      $4, '%3Cbr%3E'
         23        ECHO                                                     ~5
    9    24        INIT_FCALL                                               'max'
         25        SEND_VAL                                                 <array>
         26        DO_ICALL                                         $6      
         27        ECHO                                                     $6
   11    28        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   13    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.39 ms | 1395 KiB | 15 Q