3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.34 ms | 1392 KiB | 13 Q