3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.05 ms | 1394 KiB | 15 Q