3v4l.org

run code in 300+ PHP versions simultaneously
<?php $perPage = 24; echo floor(36 / $perPage) . "\n"; echo floor(55 / $perPage) . "\n"; echo floor(96 / $perPage) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oZhps
function name:  (null)
number of ops:  20
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, '%0A'
          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, '%0A'
         12        ECHO                                                     ~7
    9    13        INIT_FCALL                                               'floor'
         14        DIV                                              ~8      96, !0
         15        SEND_VAL                                                 ~8
         16        DO_ICALL                                         $9      
         17        CONCAT                                           ~10     $9, '%0A'
         18        ECHO                                                     ~10
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.02 ms | 1386 KiB | 15 Q