3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.16 ms | 1392 KiB | 13 Q