3v4l.org

run code in 500+ PHP versions simultaneously
<?php $hello = 'world'; echo $hello; echo '$hello'; echo "$hello";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mu9Pm
function name:  (null)
number of ops:  6
compiled vars:  !0 = $hello
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'world'
    3     1        ECHO                                                         !0
    4     2        ECHO                                                         '%24hello'
    5     3        CAST                                              6  ~2      !0
          4        ECHO                                                         ~2
          5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.95 ms | 2537 KiB | 13 Q