3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = "Twinkle"; $l = "Little"; $s = "Star"; echo "$t, $t $l $s." ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0AV7O
function name:  (null)
number of ops:  13
compiled vars:  !0 = $t, !1 = $l, !2 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Twinkle'
    3     1        ASSIGN                                                   !1, 'Little'
    4     2        ASSIGN                                                   !2, 'Star'
    6     3        ROPE_INIT                                     8  ~7      !0
          4        ROPE_ADD                                      1  ~7      ~7, '%2C+'
          5        ROPE_ADD                                      2  ~7      ~7, !0
          6        ROPE_ADD                                      3  ~7      ~7, '+'
          7        ROPE_ADD                                      4  ~7      ~7, !1
          8        ROPE_ADD                                      5  ~7      ~7, '+'
          9        ROPE_ADD                                      6  ~7      ~7, !2
         10        ROPE_END                                      7  ~6      ~7, '.'
         11        ECHO                                                     ~6
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.05 ms | 1392 KiB | 13 Q