3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Author: edward mindreantre Author Email: edward@mindreantre.se Author URI: http://www.mindreantre.se Description: Network plugin to broadcast a post to other blogs. Whitelist, blacklist, groups and automatic category+tag+custom field posting/creation available. Plugin Name: ThreeWP Broadcast Plugin URI: http://mindreantre.se/program/threewp/threewp-broadcast/ Version: 1.20 */ if (!class_exists('\\plainview\\wordpress\\base')) require_once('plainview_sdk/wordpress/base.php'); class ThreeWP_Broadcast extends \plainview\wordpress\base { private $blogs_cache = null; private $broadcasting = false; /** @brief Public property used during the broadcast process. @see include/Broadcasting_Data.php @since 20130530 @var $broadcasting_data **/ public $broadcasting_data = null; protected $sdk_version_required = 20130505; // add_action / add_filter }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 6
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/Xmf6V
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               'class_exists'
          1        SEND_VAL                                                 '%5Cplainview%5Cwordpress%5Cbase'
          2        DO_ICALL                                         $0      
          3        BOOL_NOT                                         ~1      $0
          4      > JMPZ                                                     ~1, ->6
          5    >   INCLUDE_OR_EVAL                                          'plainview_sdk%2Fwordpress%2Fbase.php', REQUIRE_ONCE
   14     6    >   DECLARE_CLASS                                            'threewp_broadcast', 'plainview%5Cwordpress%5Cbase'
   29     7      > RETURN                                                   1

Class ThreeWP_Broadcast: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.47 ms | 1394 KiB | 15 Q