3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>PRACTICA ADSORCION</title> </head> <body> <?php $counter = "1167"; $picture = "<img alt='ads_$counter.png' src='./images/ads_$counter.png' width=480 height=480 >"; print $counter; print $picture; $counter = "1179"; $picture = "<img alt='adse_$counter.png' src='./images/adse_$counter.png' width=480 height=480 >"; print $counter; print $picture; ?> </br> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F9D0u
function name:  (null)
number of ops:  21
compiled vars:  !0 = $counter, !1 = $picture
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A+%3Chead%3E%0A++%3Ctitle%3EPRACTICA+ADSORCION%3C%2Ftitle%3E%0A+%3C%2Fhead%3E%0A+%3Cbody%3E%0A%0A'
    8     1        ASSIGN                                                   !0, '1167'
    9     2        ROPE_INIT                                     5  ~4      '%3Cimg+alt%3D%27ads_'
          3        ROPE_ADD                                      1  ~4      ~4, !0
          4        ROPE_ADD                                      2  ~4      ~4, '.png%27+src%3D%27.%2Fimages%2Fads_'
          5        ROPE_ADD                                      3  ~4      ~4, !0
          6        ROPE_END                                      4  ~3      ~4, '.png%27+width%3D480+height%3D480+%3E'
          7        ASSIGN                                                   !1, ~3
   10     8        ECHO                                                     !0
   11     9        ECHO                                                     !1
   12    10        ASSIGN                                                   !0, '1179'
   13    11        ROPE_INIT                                     5  ~10     '%3Cimg+alt%3D%27adse_'
         12        ROPE_ADD                                      1  ~10     ~10, !0
         13        ROPE_ADD                                      2  ~10     ~10, '.png%27+src%3D%27.%2Fimages%2Fadse_'
         14        ROPE_ADD                                      3  ~10     ~10, !0
         15        ROPE_END                                      4  ~9      ~10, '.png%27+width%3D480+height%3D480+%3E'
         16        ASSIGN                                                   !1, ~9
   14    17        ECHO                                                     !0
   15    18        ECHO                                                     !1
   17    19        ECHO                                                     '%3C%2Fbr%3E%0A%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   20    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.92 ms | 1398 KiB | 13 Q