3v4l.org

run code in 500+ PHP versions simultaneously
<?php //Place your code below this comment $firstName = 'Rasmus'; $lastName = 'Lerdorf'; $fullname = "$firstName $lastName"; echo "$fullname was the original creator of PHP\n" ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4eknt
function name:  (null)
number of ops:  10
compiled vars:  !0 = $firstName, !1 = $lastName, !2 = $fullname
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                       !0, 'Rasmus'
    5     1        ASSIGN                                                       !1, 'Lerdorf'
    6     2        ROPE_INIT                                         3  ~6      !0
          3        ROPE_ADD                                          1  ~6      ~6, '+'
          4        ROPE_END                                          2  ~5      ~6, !1
          5        ASSIGN                                                       !2, ~5
    8     6        NOP                                                          
          7        FAST_CONCAT                                          ~9      !2, '+was+the+original+creator+of+PHP%0A'
          8        ECHO                                                         ~9
    9     9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.78 ms | 2549 KiB | 13 Q