3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (range("a", "z") as $l) { if ($l == "j") continue; printf("%s = %s\n", $l, (new DateTime($l))->format("r")); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 21
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 21
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/VS3Uf
function name:  (null)
number of ops:  23
compiled vars:  !0 = $l
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 'a'
          2        SEND_VAL                                                 'z'
          3        DO_ICALL                                         $1      
          4      > FE_RESET_R                                       $2      $1, ->21
          5    > > FE_FETCH_R                                               $2, !0, ->21
    3     6    >   IS_EQUAL                                                 !0, 'j'
          7      > JMPZ                                                     ~3, ->9
          8    > > JMP                                                      ->5
    4     9    >   INIT_FCALL                                               'printf'
         10        SEND_VAL                                                 '%25s+%3D+%25s%0A'
         11        SEND_VAR                                                 !0
         12        NEW                                              $4      'DateTime'
         13        SEND_VAR_EX                                              !0
         14        DO_FCALL                                      0          
         15        INIT_METHOD_CALL                                         $4, 'format'
         16        SEND_VAL_EX                                              'r'
         17        DO_FCALL                                      0  $6      
         18        SEND_VAR                                                 $6
         19        DO_ICALL                                                 
    2    20      > JMP                                                      ->5
         21    >   FE_FREE                                                  $2
    5    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.37 ms | 1395 KiB | 17 Q