PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
MySource
/
Tests
/
PHP
<?php function getWidget($type) { eval('$obj = new '.$type.'();'); return $obj; }//end getWidget() function getWidget2($type) { $string = '$obj = new '.$type.'();'; eval($string); eval('$string = "";'); return $obj; }//end getWidget2() function getWidget3($type) { $string = '$obj = new '; eval($string.$type.'();'); return $obj; }//end getWidget3() ?>
[-] AjaxNullComparisonUnitTest.php
[edit]
[-] ReturnFunctionValueUnitTest.php
[edit]
[-] EvalObjectFactoryUnitTest.inc
[edit]
[+]
..
[-] GetRequestDataUnitTest.inc
[edit]
[-] GetRequestDataUnitTest.php
[edit]
[-] EvalObjectFactoryUnitTest.php
[edit]
[-] AjaxNullComparisonUnitTest.inc
[edit]
[-] ReturnFunctionValueUnitTest.inc
[edit]