3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Jetpack_Modules_List_Table extends WP_List_Table { protected $compat_fields = array( '_args', '_pagination_args', 'screen', '_actions', '_pagination' ); function __construct() { global $wp_version; if ( version_compare( $wp_version, '4.2-z', '>=' ) ) { array_push( $this->compat_fields, 'all_items' ); } } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UsCHF
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CLASS                                            'jetpack_modules_list_table', 'wp_list_table'
   14     1      > RETURN                                                   1

Class Jetpack_Modules_List_Table:
Function __construct:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 12
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/UsCHF
function name:  __construct
number of ops:  13
compiled vars:  !0 = $wp_version
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   BIND_GLOBAL                                              !0, 'wp_version'
    9     1        INIT_FCALL                                               'version_compare'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '4.2-z'
          4        SEND_VAL                                                 '%3E%3D'
          5        DO_ICALL                                         $1      
          6      > JMPZ                                                     $1, ->12
   10     7    >   INIT_FCALL                                               'array_push'
          8        FETCH_OBJ_W                                      $2      'compat_fields'
          9        SEND_REF                                                 $2
         10        SEND_VAL                                                 'all_items'
         11        DO_ICALL                                                 
   12    12    > > RETURN                                                   null

End of function __construct

End of class Jetpack_Modules_List_Table.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.98 ms | 1395 KiB | 17 Q