3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aku = "moi"; $tervehdys = "$aku, aku"; echo $tervehdys; $tervehdys = $aku . ", aku"; echo $tervehdys; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n0X7u
function name:  (null)
number of ops:  9
compiled vars:  !0 = $aku, !1 = $tervehdys
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'moi'
    3     1        NOP                                                      
          2        FAST_CONCAT                                      ~3      !0, '%2C+aku'
          3        ASSIGN                                                   !1, ~3
    4     4        ECHO                                                     !1
    5     5        CONCAT                                           ~5      !0, '%2C+aku'
          6        ASSIGN                                                   !1, ~5
    6     7        ECHO                                                     !1
    7     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.69 ms | 1392 KiB | 13 Q