3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hello = "hello"; $world = "world"; $hipster = "I said '{$hello}' before the {$world} thought it was cool"; echo "{{$hipster}} said the '{$hello} {$world}' hipster.";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dLRPC
function name:  (null)
number of ops:  17
compiled vars:  !0 = $hello, !1 = $world, !2 = $hipster
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'hello'
    4     1        ASSIGN                                                   !1, 'world'
    6     2        ROPE_INIT                                     5  ~6      'I+said+%27'
          3        ROPE_ADD                                      1  ~6      ~6, !0
          4        ROPE_ADD                                      2  ~6      ~6, '%27+before+the+'
          5        ROPE_ADD                                      3  ~6      ~6, !1
          6        ROPE_END                                      4  ~5      ~6, '+thought+it+was+cool'
          7        ASSIGN                                                   !2, ~5
    8     8        ROPE_INIT                                     7  ~11     '%7B'
          9        ROPE_ADD                                      1  ~11     ~11, !2
         10        ROPE_ADD                                      2  ~11     ~11, '%7D+said+the+%27'
         11        ROPE_ADD                                      3  ~11     ~11, !0
         12        ROPE_ADD                                      4  ~11     ~11, '+'
         13        ROPE_ADD                                      5  ~11     ~11, !1
         14        ROPE_END                                      6  ~10     ~11, '%27+hipster.'
         15        ECHO                                                     ~10
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.5 ms | 1397 KiB | 13 Q