3v4l.org

run code in 300+ PHP versions simultaneously
<?php print "Your name is ". $Name; print "<br />"; print "You are ". $Age . " years old"; print "<br />"; $old = 25 + $Age; print "In 25 years you will be " . $old . " years old"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jbaqY
function name:  (null)
number of ops:  13
compiled vars:  !0 = $Name, !1 = $Age, !2 = $old
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   CONCAT                                           ~3      'Your+name+is+', !0
          1        ECHO                                                     ~3
    3     2        ECHO                                                     '%3Cbr+%2F%3E'
    4     3        CONCAT                                           ~4      'You+are+', !1
          4        CONCAT                                           ~5      ~4, '+years+old'
          5        ECHO                                                     ~5
    5     6        ECHO                                                     '%3Cbr+%2F%3E'
    6     7        ADD                                              ~6      25, !1
          8        ASSIGN                                                   !2, ~6
    7     9        CONCAT                                           ~8      'In+25+years+you+will+be+', !2
         10        CONCAT                                           ~9      ~8, '+years+old'
         11        ECHO                                                     ~9
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
277.76 ms | 1393 KiB | 14 Q