3v4l.org

run code in 300+ PHP versions simultaneously
<?php $u = 2; $t = 2; var_dump(min(32,(floor(20/$u)*$t))+20); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6bEG0
function name:  (null)
number of ops:  16
compiled vars:  !0 = $u, !1 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 2
    4     1        ASSIGN                                                   !1, 2
    5     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'min'
          4        SEND_VAL                                                 32
          5        INIT_FCALL                                               'floor'
          6        DIV                                              ~4      20, !0
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        MUL                                              ~6      !1, $5
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                         $7      
         12        ADD                                              ~8      $7, 20
         13        SEND_VAL                                                 ~8
         14        DO_ICALL                                                 
    7    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.98 ms | 1394 KiB | 19 Q