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
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected end of file, expecting function (T_FUNCTION) in /in/3OJdk on line 29
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /in/3OJdk on line 29
Process exited with code 255.

preferences:
162.82 ms | 1395 KiB | 53 Q