3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.95 ms | 3287 KiB | 13 Q