3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 1; echo (++$a.$a+$a++.$a) + "3 Little Piggies"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kEknq
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
    3     1        PRE_INC                                          ~2      !0
          2        POST_INC                                         ~3      !0
          3        ADD                                              ~4      !0, ~3
          4        CONCAT                                           ~5      ~2, ~4
          5        CONCAT                                           ~6      ~5, !0
          6        ADD                                              ~7      ~6, '3+Little+Piggies'
          7        ECHO                                                     ~7
    4     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.23 ms | 1384 KiB | 13 Q