3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Plugin Name: WordPress PopUp Plugin Plugin URI: http://premium.wpmudev.org Description: Allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog, a *very* effective way of advertising a mailing list, special offer or running a plain old ad. Author: Barry (Incsub) Version: 4.4.4 Author URI: http://premium.wpmudev.org WDP ID: 123 Copyright Incsub (http://incsub.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once('popoverincludes/includes/config.php'); require_once('popoverincludes/includes/functions.php'); // Set up my location set_popover_url(__FILE__); set_popover_dir(__FILE__); if(is_admin()) { include_once('popoverincludes/external/wpmudev-dash-notification.php'); require_once('popoverincludes/includes/class_wd_help_tooltips.php'); require_once('popoverincludes/classes/popover.help.php'); require_once('popoverincludes/classes/popoveradmin.php'); require_once('popoverincludes/classes/popoverajax.php'); $popover = new popoveradmin(); $popoverajax = new popoverajax(); } else { // Adding ajax so we don't have to duplicate checking functionality in the public class // NOTE: it's not being used for ajax here require_once('popoverincludes/classes/popoverajax.php'); require_once('popoverincludes/classes/popoverpublic.php'); $popover = new popoverpublic(); $popoverajax = new popoverajax(); } load_popover_addons();
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: require_once(): open_basedir restriction in effect. File(popoverincludes/includes/config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/VFJPi on line 29 Warning: require_once(popoverincludes/includes/config.php): Failed to open stream: Operation not permitted in /in/VFJPi on line 29 Fatal error: Uncaught Error: Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi:29 Stack trace: #0 {main} thrown in /in/VFJPi on line 29
Process exited with code 255.
Output for 8.0.13
Warning: require_once(popoverincludes/includes/config.php): Failed to open stream: No such file or directory in /in/VFJPi on line 29 Fatal error: Uncaught Error: Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi:29 Stack trace: #0 {main} thrown in /in/VFJPi on line 29
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 7.3.32 - 7.3.33, 7.4.26, 7.4.33
Warning: require_once(popoverincludes/includes/config.php): failed to open stream: No such file or directory in /in/VFJPi on line 29 Fatal error: require_once(): Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi on line 29
Process exited with code 255.
Output for 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
Warning: require_once(): open_basedir restriction in effect. File(popoverincludes/includes/config.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/VFJPi on line 29 Warning: require_once(popoverincludes/includes/config.php): failed to open stream: Operation not permitted in /in/VFJPi on line 29 Fatal error: require_once(): Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi on line 29
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5
Warning: main(popoverincludes/includes/config.php): failed to open stream: No such file or directory in /in/VFJPi on line 29 Fatal error: main(): Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi on line 29
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: main(popoverincludes/includes/config.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/VFJPi on line 29 Fatal error: main() [http://www.php.net/function.main]: Failed opening required 'popoverincludes/includes/config.php' (include_path='.:') in /in/VFJPi on line 29

preferences:
298.93 ms | 402 KiB | 424 Q