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> "; echo "hello","how","are","you", $y;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gs30p
function name:  (null)
number of ops:  12
compiled vars:  !0 = $x, !1 = $y, !2 = $txt
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        ECHO                                                     'hello'
          7        ECHO                                                     'how'
          8        ECHO                                                     'are'
          9        ECHO                                                     'you'
         10        ECHO                                                     !1
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.17 ms | 1392 KiB | 13 Q