Example #1
0
<?php

function f0()
{
}
function f1()
{
}
switch ($func) {
    case "f1":
        f1();
        break;
    default:
        f0();
        break;
}
Example #2
0
         $v51 = new getID3();
     } else {
         if (is_file('getid3' . $v81 . 'getid3.php')) {
             require 'getid3' . $v81 . 'getid3.php';
             $v51 = new getID3();
         } else {
             print 'You have elected to use ID3 information in the playlist.<br>';
             print 'In order to present ID3 information you must upload the getID3<br>';
             print 'library to your wimpy folder. The files can be found in the <br>';
             print '"goodies" folder or downloaded from the following location:<br>';
             print 'http://www.wimpyplayer.com/resources<br>';
             print 'Please upload all of the getID3 files to the same location as wimpy.php<br>';
             exit;
         }
     }
     $podBack = f0($v31['path']['physical'], "yes");
 } else {
     $v71 = "";
     $v71 .= $wimpySwf;
     $v71 .= "?wimpyApp=" . $wimpyApp;
     if ($v106) {
         $v71 .= "&wimpySkin=" . $wimpySkin;
     }
     if ($trackPlays != "") {
         $v71 .= "&trackPlays=" . $trackPlays;
     }
     if ($voteScript != "") {
         $v71 .= "&voteScript=" . $voteScript;
     }
     if ($defaultImage != "") {
         $v71 .= "&defaultImage=" . $defaultImage;