3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ((new ReflectionClass("XMLReader"))->getProperties() as $property) { var_dump($property); } foreach ((new ReflectionClass("DOMNamedNodeMap"))->getProperties() as $property) { var_dump($property); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 11
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 23
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 23
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
Branch analysis from position: 11
filename:       /in/V82V3
function name:  (null)
number of ops:  25
compiled vars:  !0 = $property
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'ReflectionClass'
          1        SEND_VAL_EX                                              'XMLReader'
          2        DO_FCALL                                      0          
          3        INIT_METHOD_CALL                                         $1, 'getProperties'
          4        DO_FCALL                                      0  $3      
          5      > FE_RESET_R                                       $4      $3, ->11
          6    > > FE_FETCH_R                                               $4, !0, ->11
    3     7    >   INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
    2    10      > JMP                                                      ->6
         11    >   FE_FREE                                                  $4
    5    12        NEW                                              $6      'ReflectionClass'
         13        SEND_VAL_EX                                              'DOMNamedNodeMap'
         14        DO_FCALL                                      0          
         15        INIT_METHOD_CALL                                         $6, 'getProperties'
         16        DO_FCALL                                      0  $8      
         17      > FE_RESET_R                                       $9      $8, ->23
         18    > > FE_FETCH_R                                               $9, !0, ->23
    6    19    >   INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                                 
    5    22      > JMP                                                      ->18
         23    >   FE_FREE                                                  $9
    7    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.63 ms | 1068 KiB | 14 Q