3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i==1;$i<13;$i++){ $myarray=date('d',strtotime($i.'/01/'.date('Y').' tuesday')); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 3
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 3
Branch analysis from position: 20
Branch analysis from position: 3
filename:       /in/uNuT8
function name:  (null)
number of ops:  21
compiled vars:  !0 = $i, !1 = $myarray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   IS_EQUAL                                         ~2      !0, 1
          1        FREE                                                     ~2
          2      > JMP                                                      ->18
    4     3    >   INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'd'
          5        INIT_FCALL                                               'strtotime'
          6        CONCAT                                           ~3      !0, '%2F01%2F'
          7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'Y'
          9        DO_ICALL                                         $4      
         10        CONCAT                                           ~5      ~3, $4
         11        CONCAT                                           ~6      ~5, '+tuesday'
         12        SEND_VAL                                                 ~6
         13        DO_ICALL                                         $7      
         14        SEND_VAR                                                 $7
         15        DO_ICALL                                         $8      
         16        ASSIGN                                                   !1, $8
    3    17        PRE_INC                                                  !0
         18    >   IS_SMALLER                                               !0, 13
         19      > JMPNZ                                                    ~11, ->3
    5    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.19 ms | 1395 KiB | 17 Q