3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ff = ['money'=>500]; $ff1 = ['money'=>48]; $ff['money'] -= $ff1['money']; echo $ff['money'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TBc4L
function name:  (null)
number of ops:  8
compiled vars:  !0 = $ff, !1 = $ff1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        FETCH_DIM_R                                      ~5      !1, 'money'
          3        ASSIGN_DIM_OP                -=               2          !0, 'money'
          4        OP_DATA                                                  ~5
    6     5        FETCH_DIM_R                                      ~6      !0, 'money'
          6        ECHO                                                     ~6
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
226.57 ms | 995 KiB | 13 Q