3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nombre1 = 'Jorge' ; $nombre2 = 'Nata' ; $number1 = 41 ; $number2 = 51 ; $sum = $number1 + $number2 ; $mult = $number1 * $number2 ; print "<H1> Hola $nombre1 y $nombre2 ! </H1> <BR> <BR> " ; print "The sum and the multiplication of our ages are: $sum and $mult" ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R3QV0
function name:  (null)
number of ops:  20
compiled vars:  !0 = $nombre1, !1 = $nombre2, !2 = $number1, !3 = $number2, !4 = $sum, !5 = $mult
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Jorge'
          1        ASSIGN                                                   !1, 'Nata'
          2        ASSIGN                                                   !2, 41
          3        ASSIGN                                                   !3, 51
    5     4        ADD                                              ~10     !2, !3
          5        ASSIGN                                                   !4, ~10
    6     6        MUL                                              ~12     !2, !3
          7        ASSIGN                                                   !5, ~12
    8     8        ROPE_INIT                                     5  ~15     '%3CH1%3E+Hola+'
          9        ROPE_ADD                                      1  ~15     ~15, !0
         10        ROPE_ADD                                      2  ~15     ~15, '+y+'
         11        ROPE_ADD                                      3  ~15     ~15, !1
         12        ROPE_END                                      4  ~14     ~15, '+%21+%3C%2FH1%3E+%3CBR%3E+%3CBR%3E+'
         13        ECHO                                                     ~14
   10    14        ROPE_INIT                                     4  ~19     'The+sum+and+the+multiplication+of+our+ages+are%3A+'
         15        ROPE_ADD                                      1  ~19     ~19, !4
         16        ROPE_ADD                                      2  ~19     ~19, '+and+'
         17        ROPE_END                                      3  ~18     ~19, !5
         18        ECHO                                                     ~18
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.08 ms | 1394 KiB | 13 Q