3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s = "I'm a string "; $i = 34; $t = $s . $i; echo $t, PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ET6si
function name:  (null)
number of ops:  7
compiled vars:  !0 = $s, !1 = $i, !2 = $t
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'I%27m+a+string+'
    4     1        ASSIGN                                                       !1, 34
    6     2        CONCAT                                               ~5      !0, !1
          3        ASSIGN                                                       !2, ~5
    7     4        ECHO                                                         !2
          5        ECHO                                                         '%0A'
    8     6      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.92 ms | 2573 KiB | 13 Q