3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.31 ms | 1398 KiB | 17 Q