3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $txt="Hello world!"; $x=5; $y=10.5; echo $txt; echo "<br>"; echo $x; echo"<br>"; echo $y; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P0Sko
function name:  (null)
number of ops:  11
compiled vars:  !0 = $txt, !1 = $x, !2 = $y
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        ASSIGN                                                   !0, 'Hello+world%21'
    7     2        ASSIGN                                                   !1, 5
    8     3        ASSIGN                                                   !2, 10.5
   10     4        ECHO                                                     !0
   11     5        ECHO                                                     '%3Cbr%3E'
   12     6        ECHO                                                     !1
   13     7        ECHO                                                     '%3Cbr%3E'
   14     8        ECHO                                                     !2
   16     9        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   18    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.24 ms | 1384 KiB | 13 Q