3v4l.org

run code in 300+ PHP versions simultaneously
<?php $perPage = 24; echo floor(36 / $perPage) . '<br />'; echo floor(55 / $perPage) . '<br />';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5jVeU
function name:  (null)
number of ops:  14
compiled vars:  !0 = $perPage
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 24
    5     1        INIT_FCALL                                               'floor'
          2        DIV                                              ~2      36, !0
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      $3, '%3Cbr+%2F%3E'
          6        ECHO                                                     ~4
    7     7        INIT_FCALL                                               'floor'
          8        DIV                                              ~5      55, !0
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                         $6      
         11        CONCAT                                           ~7      $6, '%3Cbr+%2F%3E'
         12        ECHO                                                     ~7
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.73 ms | 1394 KiB | 15 Q