3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (array_diff(range(0,364), array(date('z', strtotime('2013-06-08')))) as $clothedBikeDay) { printf("%s \n", DateTime::createFromFormat('z Y', $clothedBikeDay.' 2013')->format('F jS')); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 31
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 31
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
filename:       /in/cWVKQ
function name:  (null)
number of ops:  33
compiled vars:  !0 = $clothedBikeDay
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'array_diff'
          1        INIT_FCALL                                               'range'
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 364
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'z'
          8        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 '2013-06-08'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                         $3      
         13        INIT_ARRAY                                       ~4      $3
         14        SEND_VAL                                                 ~4
         15        DO_ICALL                                         $5      
         16      > FE_RESET_R                                       $6      $5, ->31
         17    > > FE_FETCH_R                                               $6, !0, ->31
    3    18    >   INIT_FCALL                                               'printf'
         19        SEND_VAL                                                 '%25s+%0A'
         20        INIT_STATIC_METHOD_CALL                                  'DateTime', 'createFromFormat'
         21        SEND_VAL                                                 'z+Y'
         22        CONCAT                                           ~7      !0, '+2013'
         23        SEND_VAL                                                 ~7
         24        DO_FCALL                                      0  $8      
         25        INIT_METHOD_CALL                                         $8, 'format'
         26        SEND_VAL_EX                                              'F+jS'
         27        DO_FCALL                                      0  $9      
         28        SEND_VAR                                                 $9
         29        DO_ICALL                                                 
    2    30      > JMP                                                      ->17
         31    >   FE_FREE                                                  $6
    4    32      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.54 ms | 1396 KiB | 23 Q