3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt_var1 = "PHP"; $txt_var2 = &$txt_str1; $txt_var2 = "MySQL"; echo $txt_var1 . $txt_var2; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UgciW
function name:  (null)
number of ops:  6
compiled vars:  !0 = $txt_var1, !1 = $txt_var2, !2 = $txt_str1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'PHP'
    3     1        ASSIGN_REF                                               !1, !2
    4     2        ASSIGN                                                   !1, 'MySQL'
    5     3        CONCAT                                           ~6      !0, !1
          4        ECHO                                                     ~6
    6     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.37 ms | 1396 KiB | 13 Q