/opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/System.php(20)
08 * @package System 09 * @author Tomas V.V.Cox <cox@idecnet.com> 10 * @copyright 1997-2009 The Authors 11 * @license http://opensource.org/licenses/bsd-license.php New BSD License 12 * @link http://pear.php.net/package/PEAR 13 * @since File available since Release 0.1 14 */ 15 16 /** 17 * base class 18 */ 19 require_once 'PEAR.php'; 20 require_once 'Console/Getopt.php'; 21 22 $GLOBALS['_System_temp_files'] = array(); 23 24 /** 25 * System offers cross platform compatible system functions 26 * 27 * Static functions for different operations. Should work under 28 * Unix and Windows. The names and usage has been taken from its respectively 29 * GNU commands. The functions will return (bool) false on error and will 30 * trigger the error with the PHP trigger_error() function (you can silence 31 * the error by prefixing a '@' sign after the function call, but this 32 * is not recommended practice. Instead use an error handler with
| #0 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/System.php(20):
require_once()
15 16 /** 17 * base class 18 */ 19 require_once 'PEAR.php'; 20 require_once 'Console/Getopt.php'; 21 22 $GLOBALS['_System_temp_files'] = array(); 23 24 /** 25 * System offers cross platform compatible system functions |
| #1 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(582):
include("/opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/Sy...")
577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 585 } |
| #2 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(433):
Composer\Autoload\{closure}("/opt/srv/www/htdocs/umfrage/vendor/composer/../pear/pear-core-mi...")
428 */ 429 public function loadClass($class) 430 { 431 if ($file = $this->findFile($class)) { 432 $includeFile = self::$includeFile; 433 $includeFile($file); 434 435 return true; 436 } 437 438 return null; |
| #3 |
unknown(0):
Composer\Autoload\ClassLoader->loadClass("System")
|
| #4 |
unknown(0):
spl_autoload_call("System")
|
| #5 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/pear/ole/OLE/PPS/Root.php(26):
class_exists("System")
21 22 if (!class_exists('OLE_PPS')) { 23 require_once 'OLE/PPS.php'; 24 } 25 26 if (!class_exists('System')) { 27 require_once 'System.php'; 28 } 29 30 /** 31 * Class for creating Root PPS's for OLE containers |
| #6 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(582):
include("/opt/srv/www/htdocs/umfrage/vendor/pear/ole/OLE/PPS/Root.php")
577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 585 } |
| #7 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(433):
Composer\Autoload\{closure}("/opt/srv/www/htdocs/umfrage/vendor/composer/../pear/ole/OLE/PPS/...")
428 */ 429 public function loadClass($class) 430 { 431 if ($file = $this->findFile($class)) { 432 $includeFile = self::$includeFile; 433 $includeFile($file); 434 435 return true; 436 } 437 438 return null; |
| #8 |
unknown(0):
Composer\Autoload\ClassLoader->loadClass("OLE_PPS_Root")
|
| #9 |
unknown(0):
spl_autoload_call("OLE_PPS_Root")
|
| #10 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/pear/spreadsheet_excel_writer/Spreadsheet/Excel/Writer/Workbook.php(46):
class_exists("OLE_PPS_Root")
41 42 if (!class_exists('OLE')) { 43 require_once 'OLE.php'; 44 } 45 46 if (!class_exists('OLE_PPS_Root')) { 47 require_once 'OLE/PPS/Root.php'; 48 } 49 50 if (!class_exists('OLE_PPS_File')) { 51 require_once 'OLE/PPS/File.php'; |
| #11 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(582):
include("/opt/srv/www/htdocs/umfrage/vendor/pear/spreadsheet_excel_writer...")
577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 585 } |
| #12 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(433):
Composer\Autoload\{closure}("/opt/srv/www/htdocs/umfrage/vendor/composer/../pear/spreadsheet_...")
428 */ 429 public function loadClass($class) 430 { 431 if ($file = $this->findFile($class)) { 432 $includeFile = self::$includeFile; 433 $includeFile($file); 434 435 return true; 436 } 437 438 return null; |
| #13 |
unknown(0):
Composer\Autoload\ClassLoader->loadClass("Spreadsheet_Excel_Writer_Workbook")
|
| #14 |
unknown(0):
spl_autoload_call("Spreadsheet_Excel_Writer_Workbook")
|
| #15 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/pear/spreadsheet_excel_writer/Spreadsheet/Excel/Writer.php(34):
class_exists("Spreadsheet_Excel_Writer_Workbook")
29 * You should have received a copy of the GNU Lesser General Public 30 * License along with this library; if not, write to the Free Software 31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 32 */ 33 34 if (!class_exists('Spreadsheet_Excel_Writer_Workbook')) { 35 require_once 'Spreadsheet/Excel/Writer/Workbook.php'; 36 } 37 38 /** 39 * Class for writing Excel Spreadsheets. This class should change COMPLETELY. |
| #16 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(582):
include("/opt/srv/www/htdocs/umfrage/vendor/pear/spreadsheet_excel_writer...")
577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 585 } |
| #17 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(433):
Composer\Autoload\{closure}("/opt/srv/www/htdocs/umfrage/vendor/composer/../pear/spreadsheet_...")
428 */ 429 public function loadClass($class) 430 { 431 if ($file = $this->findFile($class)) { 432 $includeFile = self::$includeFile; 433 $includeFile($file); 434 435 return true; 436 } 437 438 return null; |
| #18 |
unknown(0):
Composer\Autoload\ClassLoader->loadClass("Spreadsheet_Excel_Writer")
|
| #19 |
+
–
/opt/srv/www/htdocs/umfrage/application/helpers/admin/statistics_helper.php(3835):
spl_autoload_call("Spreadsheet_Excel_Writer")
3830 */ 3831 if ($outputTarget == 'F') { 3832 $sFileName = $sTempDir . '/statistic-survey' . $surveyid . '.xls'; 3833 $this->workbook = new Spreadsheet_Excel_Writer($sFileName); 3834 } else { 3835 $this->workbook = new Spreadsheet_Excel_Writer(); 3836 } 3837 $this->workbook->setVersion(8); 3838 // Inform the module that our data will arrive as UTF-8. 3839 // Set the temporary directory to avoid PHP error messages due to open_basedir restrictions and calls to tempnam("", ...) 3840 $this->workbook->setTempDir($sTempDir); |
| #20 |
+
–
/opt/srv/www/htdocs/umfrage/application/controllers/admin/Statistics.php(475):
statistics_helper->generate_statistics(838741,
array("datestampE", "datestampG",
"datestampL", "idG", ...),
array("datestampE", "datestampG",
"datestampL", "idG", ...), 1, ...)
470 case 'pdf': 471 $helper->generate_statistics($surveyid, $summary, $summary, $usegraph, $outputType, 'D', $statlang); 472 exit; 473 break; 474 case 'xls': 475 $helper->generate_statistics($surveyid, $summary, $summary, $usegraph, $outputType, 'DD', $statlang); 476 exit; 477 break; 478 default: 479 break; 480 } |
| #21 |
unknown(0):
Statistics->run(838741, null)
|
| #22 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/actions/CAction.php(115):
ReflectionMethod->invokeArgs(Statistics,
array("838741", null))
110 elseif($param->isDefaultValueAvailable()) 111 $ps[]=$param->getDefaultValue(); 112 else 113 return false; 114 } 115 $method->invokeArgs($object,$ps); 116 return true; 117 } 118 } |
| #23 |
+
–
/opt/srv/www/htdocs/umfrage/application/core/SurveyCommonAction.php(83):
CAction->runWithParamsInternal(Statistics,
ReflectionMethod, array("surveyid" =>
"838741", "sa" => "index",
"iSurveyId" => "838741",
"iSurveyID" => "838741", ...))
78 $oMethod = new ReflectionMethod($this, $sDefault); 79 } 80 81 // We're all good to go, let's execute it 82 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 83 return parent::runWithParamsInternal($this, $oMethod, $params); 84 } 85 86 /** 87 * Some functions have different parameters, which are just an alias of the 88 * usual parameters we're getting in the url. This function just populates |
| #24 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/CController.php(308):
SurveyCommonAction->runWithParams(array("surveyid"
=> "838741", "sa" =>
"index", "iSurveyId" =>
"838741", "iSurveyID" =>
"838741", ...))
303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
| #25 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/CController.php(286):
CController->runAction(Statistics)
281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
| #26 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/CController.php(265):
CController->runActionWithFilters(Statistics,
array())
260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
| #27 |
+
–
/opt/srv/www/htdocs/umfrage/application/controllers/AdminController.php(202):
CController->run("statistics")
197 } 198 199 $this->runModuleController($action); 200 201 202 return parent::run($action); 203 } 204 205 /** 206 * Starting with LS4, 3rd party developer can extends any of the LimeSurve controllers. 207 * |
| #28 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/CWebApplication.php(282):
AdminController->run("statistics")
277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
| #29 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/web/CWebApplication.php(141):
CWebApplication->runController("admin/statistics/sa/index")
136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
| #30 |
+
–
/opt/srv/www/htdocs/umfrage/vendor/yiisoft/yii/framework/base/CApplication.php(185):
CWebApplication->processRequest()
180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
| #31 |
+
–
/opt/srv/www/htdocs/umfrage/index.php(161):
CApplication->run()
156 require_once APPPATH . 'core/LSYii_Application' . EXT; 157 158 $config = require_once(APPPATH . 'config/internal' . EXT); 159 160 Yii::$enableIncludePath = false; 161 Yii::createApplication('LSYii_Application', $config)->run(); 162 163 /* End of file index.php */ 164 /* Location: ./index.php */ |