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();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 23
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 31
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VFJPi
function name:  (null)
number of ops:  34
compiled vars:  !0 = $popover, !1 = $popoverajax
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   29     0  E >   INCLUDE_OR_EVAL                                          'popoverincludes%2Fincludes%2Fconfig.php', REQUIRE_ONCE
   30     1        INCLUDE_OR_EVAL                                          'popoverincludes%2Fincludes%2Ffunctions.php', REQUIRE_ONCE
   32     2        INIT_FCALL_BY_NAME                                       'set_popover_url'
          3        SEND_VAL_EX                                              '%2Fin%2FVFJPi'
          4        DO_FCALL                                      0          
   33     5        INIT_FCALL_BY_NAME                                       'set_popover_dir'
          6        SEND_VAL_EX                                              '%2Fin%2FVFJPi'
          7        DO_FCALL                                      0          
   35     8        INIT_FCALL_BY_NAME                                       'is_admin'
          9        DO_FCALL                                      0  $6      
         10      > JMPZ                                                     $6, ->23
   36    11    >   INCLUDE_OR_EVAL                                          'popoverincludes%2Fexternal%2Fwpmudev-dash-notification.php', INCLUDE_ONCE
   38    12        INCLUDE_OR_EVAL                                          'popoverincludes%2Fincludes%2Fclass_wd_help_tooltips.php', REQUIRE_ONCE
   39    13        INCLUDE_OR_EVAL                                          'popoverincludes%2Fclasses%2Fpopover.help.php', REQUIRE_ONCE
   40    14        INCLUDE_OR_EVAL                                          'popoverincludes%2Fclasses%2Fpopoveradmin.php', REQUIRE_ONCE
   41    15        INCLUDE_OR_EVAL                                          'popoverincludes%2Fclasses%2Fpopoverajax.php', REQUIRE_ONCE
   43    16        NEW                                              $12     'popoveradmin'
         17        DO_FCALL                                      0          
         18        ASSIGN                                                   !0, $12
   44    19        NEW                                              $15     'popoverajax'
         20        DO_FCALL                                      0          
         21        ASSIGN                                                   !1, $15
         22      > JMP                                                      ->31
   48    23    >   INCLUDE_OR_EVAL                                          'popoverincludes%2Fclasses%2Fpopoverajax.php', REQUIRE_ONCE
   50    24        INCLUDE_OR_EVAL                                          'popoverincludes%2Fclasses%2Fpopoverpublic.php', REQUIRE_ONCE
   52    25        NEW                                              $20     'popoverpublic'
         26        DO_FCALL                                      0          
         27        ASSIGN                                                   !0, $20
   53    28        NEW                                              $23     'popoverajax'
         29        DO_FCALL                                      0          
         30        ASSIGN                                                   !1, $23
   56    31    >   INIT_FCALL_BY_NAME                                       'load_popover_addons'
         32        DO_FCALL                                      0          
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.47 ms | 1395 KiB | 13 Q