3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'Anonymous'; $age = 123; $hobby = 'nothing'; 'Hi! My name is ' . $name . ' and I am ' . $age . ' years old! I love doing ' . $hobby . '!'; "Hi! My name is $name and I am $age years old! I love doing $hobby!";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/J1YW9
function name:  (null)
number of ops:  19
compiled vars:  !0 = $name, !1 = $age, !2 = $hobby
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Anonymous'
    3     1        ASSIGN                                                   !1, 123
    4     2        ASSIGN                                                   !2, 'nothing'
    6     3        CONCAT                                           ~6      'Hi%21+My+name+is+', !0
          4        CONCAT                                           ~7      ~6, '+and+I+am+'
          5        CONCAT                                           ~8      ~7, !1
          6        CONCAT                                           ~9      ~8, '+years+old%21+I+love+doing+'
          7        CONCAT                                           ~10     ~9, !2
          8        CONCAT                                           ~11     ~10, '%21'
          9        FREE                                                     ~11
    7    10        ROPE_INIT                                     7  ~13     'Hi%21+My+name+is+'
         11        ROPE_ADD                                      1  ~13     ~13, !0
         12        ROPE_ADD                                      2  ~13     ~13, '+and+I+am+'
         13        ROPE_ADD                                      3  ~13     ~13, !1
         14        ROPE_ADD                                      4  ~13     ~13, '+years+old%21+I+love+doing+'
         15        ROPE_ADD                                      5  ~13     ~13, !2
         16        ROPE_END                                      6  ~12     ~13, '%21'
         17        FREE                                                     ~12
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.2 ms | 1393 KiB | 13 Q