3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datum = new datetime(); // evt timezone vermelden while($datum->format('Y') == 2014) { $datum->modify('next thursday'); echo $datum->format('Y-m-d 21:00'); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 4
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 4
Branch analysis from position: 16
Branch analysis from position: 4
filename:       /in/4kTNm
function name:  (null)
number of ops:  17
compiled vars:  !0 = $datum
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'datetime'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    4     3      > JMP                                                      ->11
    6     4    >   INIT_METHOD_CALL                                         !0, 'modify'
          5        SEND_VAL_EX                                              'next+thursday'
          6        DO_FCALL                                      0          
    7     7        INIT_METHOD_CALL                                         !0, 'format'
          8        SEND_VAL_EX                                              'Y-m-d+21%3A00'
          9        DO_FCALL                                      0  $5      
         10        ECHO                                                     $5
    4    11    >   INIT_METHOD_CALL                                         !0, 'format'
         12        SEND_VAL_EX                                              'Y'
         13        DO_FCALL                                      0  $6      
         14        IS_EQUAL                                                 $6, 2014
         15      > JMPNZ                                                    ~7, ->4
    9    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.37 ms | 1393 KiB | 13 Q