3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '4d9'; print "$a\n"; $a++; print "$a\n"; $a++; print "$a\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0TIPJ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '4d9'
    3     1        NOP                                                      
          2        FAST_CONCAT                                      ~2      !0, '%0A'
          3        ECHO                                                     ~2
    4     4        PRE_INC                                                  !0
    5     5        NOP                                                      
          6        FAST_CONCAT                                      ~4      !0, '%0A'
          7        ECHO                                                     ~4
    6     8        PRE_INC                                                  !0
    7     9        NOP                                                      
         10        FAST_CONCAT                                      ~6      !0, '%0A'
         11        ECHO                                                     ~6
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.56 ms | 1393 KiB | 13 Q