3v4l.org

run code in 300+ PHP versions simultaneously
<?php $colour = "orange"; $name = "Mike" ?> <p class="mb-0">hello world, <span style="color: <?php echo $colour;?>;"><?php echo $name;?></span></p>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IfNtc
function name:  (null)
number of ops:  8
compiled vars:  !0 = $colour, !1 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'orange'
    3     1        ASSIGN                                                   !1, 'Mike'
    5     2        ECHO                                                     '%0A%3Cp+class%3D%22mb-0%22%3Ehello+world%2C+%3Cspan+style%3D%22color%3A+'
    6     3        ECHO                                                     !0
          4        ECHO                                                     '%3B%22%3E'
          5        ECHO                                                     !1
          6        ECHO                                                     '%3C%2Fspan%3E%3C%2Fp%3E'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.4 ms | 1006 KiB | 13 Q