3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x=5;/* this multiline comment */ $y=10; //this is global $txt="hello"; $txt.="world"; echo $txt,"<tab> "; $cars=array("bmw","volvo","benz"); echo $cars;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PYsmd
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x, !1 = $y, !2 = $txt, !3 = $cars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 5
    3     1        ASSIGN                                                   !1, 10
    4     2        ASSIGN                                                   !2, 'hello'
    5     3        ASSIGN_OP                                     8          !2, 'world'
    6     4        ECHO                                                     !2
          5        ECHO                                                     '%3Ctab%3E++++'
    7     6        ASSIGN                                                   !3, <array>
    8     7        ECHO                                                     !3
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.62 ms | 1392 KiB | 13 Q