3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.06 ms | 1394 KiB | 17 Q