3v4l.org

run code in 500+ PHP versions simultaneously
<?php $firstRowColumns = 63; var_dump([ $firstRowColumns, ($firstRowColumns / 120), ($firstRowColumns / 120 * 100), (int) ($firstRowColumns / 120 * 100), ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kkRIE
function name:  (null)
number of ops:  15
compiled vars:  !0 = $firstRowColumns
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 63
    5     1        INIT_FCALL                                                   'var_dump'
    6     2        INIT_ARRAY                                           ~2      !0
    7     3        DIV                                                  ~3      !0, 120
          4        ADD_ARRAY_ELEMENT                                    ~2      ~3
    8     5        DIV                                                  ~4      !0, 120
          6        MUL                                                  ~5      ~4, 100
          7        ADD_ARRAY_ELEMENT                                    ~2      ~5
    9     8        DIV                                                  ~6      !0, 120
          9        MUL                                                  ~7      ~6, 100
         10        CAST                                              4  ~8      ~7
         11        ADD_ARRAY_ELEMENT                                    ~2      ~8
         12        SEND_VAL                                                     ~2
    5    13        DO_ICALL                                                     
   10    14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.07 ms | 2119 KiB | 14 Q