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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.36 ms | 1393 KiB | 13 Q