3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "merhaba dunya"; $isim = "berkay"; $yas = "17"; echo "benim adim ".$isim." <br /> ben ".$yas." yasindayim"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oUOcf
function name:  (null)
number of ops:  9
compiled vars:  !0 = $isim, !1 = $yas
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'merhaba+dunya'
    5     1        ASSIGN                                                   !0, 'berkay'
    6     2        ASSIGN                                                   !1, '17'
    8     3        CONCAT                                           ~4      'benim+adim+', !0
          4        CONCAT                                           ~5      ~4, '+%3Cbr+%2F%3E+ben++'
          5        CONCAT                                           ~6      ~5, !1
          6        CONCAT                                           ~7      ~6, '+yasindayim'
          7        ECHO                                                     ~7
   11     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.96 ms | 1392 KiB | 13 Q