3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.34 ms | 1385 KiB | 15 Q