3v4l.org

run code in 300+ PHP versions simultaneously
<?php $first_number = 10; $$first_number += 2; echo $first_number; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l8GHU
function name:  (null)
number of ops:  5
compiled vars:  !0 = $first_number
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 10
    4     1        FETCH_RW                     local               $2      !0
          2        ASSIGN_OP                                     1          $2, 2
    5     3        ECHO                                                     !0
    6     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.3 ms | 1392 KiB | 13 Q