lib/simpletestlib/shell_tester.php:329: $shell = &new SimpleShell(); lib/simpletestlib/web_tester.php:506: $browser = &new SimpleBrowser(); lib/simpletestlib/http.php:101: $socket = &new SimpleSecureSocket($host, $port, $timeout); lib/simpletestlib/http.php:103: $socket = &new SimpleSocket($host, $port, $timeout); lib/simpletestlib/http.php:282: $response = &new SimpleHttpResponse( lib/simpletestlib/http.php:519: $this->_headers = &new SimpleHttpHeaders(''); lib/simpletestlib/http.php:522: $this->_headers = &new SimpleHttpHeaders($raw); lib/simpletestlib/http.php:525: $this->_headers = &new SimpleHttpHeaders($headers); lib/simpletestlib/parser.php:200: $this->_mode = &new SimpleStateStack($start); lib/simpletestlib/parser.php:582: $lexer = &new SimpleHtmlLexer($parser); lib/simpletestlib/user_agent.php:47: $this->_cookie_jar = &new SimpleCookieJar(); lib/simpletestlib/user_agent.php:48: $this->_authenticator = &new SimpleAuthenticator(); lib/simpletestlib/user_agent.php:179: $this->_proxy = &new SimpleUrl($proxy); lib/simpletestlib/user_agent.php:298: $request = &new SimpleHttpRequest($this->_createRoute($url), $encoding); lib/simpletestlib/user_agent.php:310: $route = &new SimpleProxyRoute( lib/simpletestlib/user_agent.php:316: $route = &new SimpleRoute($url); lib/simpletestlib/form.php:175: $this->_widgets[] = &new SimpleRadioGroup(); lib/simpletestlib/form.php:194: $this->_widgets[$index] = &new SimpleCheckboxGroup(); lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE:292:$test = &new MyTestCase(); lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE:298:$test = &new MyTestCase(); lib/simpletestlib/test_case.php:110: $invoker = &new SimpleErrorTrappingInvoker(new SimpleInvoker($this)); lib/simpletestlib/test_case.php:112: $invoker = &new SimpleExceptionTrappingInvoker($invoker); lib/simpletestlib/test_case.php:470: $suite = &new BadTestSuite($title, "No runnable test cases in [$title]"); lib/simpletestlib/test_case.php:474: $suite = &new TestSuite($title); lib/simpletestlib/test_case.php:533: $this->_test_cases[] = &new $class(); lib/simpletestlib/test_case.php:551: $this->_test_cases[] = &new $class(); lib/simpletestlib/test_case.php:614: $test = &new $class(); lib/simpletestlib/eclipse.php:56: $tmplistener = &new SimpleSocket($host, $port, 5); lib/simpletestlib/eclipse.php:67: $eclinvoker = &new EclipseInvoker($invoker, $this->_listener); lib/simpletestlib/page.php:166: $page = &new SimplePage($response); lib/simpletestlib/page.php:178: $parser = &new SimpleHtmlSaxParser($listener); lib/simpletestlib/page.php:191: $factory = &new SimpleTagBuilder(); lib/simpletestlib/page.php:644: $this->_open_forms[] = &new SimpleForm($tag, $this); lib/simpletestlib/expectation.php:78: $dumper = &new SimpleDumper(); lib/simpletestlib/url.php:382: $this->_request = &new SimpleGetEncoding(); lib/simpletestlib/mock_objects.php:154: $dumper = &new SimpleDumper(); lib/simpletestlib/mock_objects.php:655: $this->_actions = &new SimpleCallSchedule(); lib/simpletestlib/mock_objects.php:656: $this->_expectations = &new SimpleCallSchedule(); lib/simpletestlib/mock_objects.php:1323: $code .= " \$this->_mock = &new " . $this->_mock_base . "();\n"; lib/simpletestlib/mock_objects.php:1349: $code .= " \$this->_mock = &new " . $this->_mock_base . "();\n"; lib/simpletestlib/remote.php:78: $browser = &new SimpleBrowser(); lib/simpletestlib/remote.php:89: $parser = &new SimpleTestXmlParser($reporter); lib/simpletestlib/remote.php:106: $reporter = &new SimpleReporter(); lib/simpletestlib/default_reporter.php:114: $reporter = &new SelectiveReporter( lib/simpletestlib/default_reporter.php:119: $reporter = &new NoSkipsReporter($reporter); lib/simpletestlib/default_reporter.php:122: $reporter = &new SelectiveReporter( lib/simpletestlib/default_reporter.php:127: $reporter = &new NoSkipsReporter($reporter); lib/simpletestlib/unit_tester.php:74: $dumper = &new SimpleDumper(); lib/simpletestlib/unit_tester.php:89: $dumper = &new SimpleDumper(); lib/simpletestlib/unit_tester.php:238: $dumper = &new SimpleDumper(); lib/simpletestlib/unit_tester.php:260: $dumper = &new SimpleDumper(); lib/simpletestlib/unit_tester.php:266: $identical = &new IdenticalExpectation($first); lib/simpletestlib/unit_tester.php:277: $dumper = &new SimpleDumper(); lib/simpletestlib/detached.php:56: $shell = &new SimpleShell(); lib/simpletestlib/detached.php:73: $shell = &new SimpleShell(); lib/simpletestlib/detached.php:75: $reporter = &new SimpleReporter(); lib/simpletestlib/simpletest.php:330: $this->_resources[$resource] = &new $resource(); lib/simpletestlib/browser.php:180: $this->_page = &new SimplePage(); lib/simpletestlib/browser.php:192: $user_agent = &new SimpleUserAgent(); lib/simpletestlib/browser.php:202: $history = &new SimpleBrowserHistory(); lib/simpletestlib/browser.php:253: $frameset = &new SimpleFrameset($page); lib/simpletestlib/browser.php:270: $builder = &new SimplePageBuilder(); lib/simpletestlib/browser.php:289: $page = &new SimplePage($response); lib/simpletestlib/extensions/pear_test_case.php:47: $expectation = &new EqualExpectation($first); lib/simpletestlib/extensions/pear_test_case.php:49: $expectation = &new IdenticalExpectation($first); lib/simpletestlib/extensions/pear_test_case.php:83: $dumper = &new SimpleDumper(); lib/simpletestlib/extensions/pear_test_case.php:104: $dumper = &new SimpleDumper(); lib/pear/XML/Parser/Simple.php:82: * $p = &new myParser(); lib/pear/XML/Parser.php:616: $err = &new XML_Parser_Error($msg, $ecode); portfolio/download/simpletest/testportfolioplugindownload.php:13: $this->plugin = &new mock_boxnetplugin($this); portfolio/boxnet/simpletest/testportfoliopluginboxnet.php:15: $this->plugin = &new mock_boxnetplugin($this); lib/spikephpcoverage/src/util/Utility.php:214: $this->logger =& new CoverageLogger(); lib/simplepie/simplepie.inc:737: $this->sanitize =& new SimplePie_Sanitize; lib/simplepie/simplepie.inc:1107: $this->sanitize =& new $class; lib/simplepie/simplepie.inc:1601: $file =& new $this->file_class($this->feed_url, $this->timeout/10, 5, $headers, $this->useragent, $this->force_fsockopen); lib/simplepie/simplepie.inc:1642: $file =& new $this->file_class($this->feed_url, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen); lib/simplepie/simplepie.inc:1662: $locate =& new $this->locator_class($file, $this->timeout, $this->useragent, $this->file_class, $this->max_checked_feeds, $this->content_type_sniffer_class); lib/simplepie/simplepie.inc:1692: $sniffer =& new $this->content_type_sniffer_class($file); lib/simplepie/simplepie.inc:1762: $parser =& new $this->parser_class(); lib/simplepie/simplepie.inc:1973: $file =& new $this->file_class($favicon, $this->timeout / 10, 5, array('X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']), $this->useragent, $this->force_fsockopen); lib/simplepie/simplepie.inc:1977: $sniffer =& new $this->content_type_sniffer_class($file); lib/simplepie/simplepie.inc:2376: $categories[] =& new $this->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:2391: $categories[] =& new $this->category_class($term, $scheme, null); lib/simplepie/simplepie.inc:2395: $categories[] =& new $this->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:2399: $categories[] =& new $this->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:2447: $authors[] =& new $this->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:2469: $authors[] =& new $this->author_class($name, $url, $email); lib/simplepie/simplepie.inc:2474: $authors[] =& new $this->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:2478: $authors[] =& new $this->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:2482: $authors[] =& new $this->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:2530: $contributors[] =& new $this->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:2552: $contributors[] =& new $this->author_class($name, $url, $email); lib/simplepie/simplepie.inc:2965: $this->data['items'][] =& new $this->item_class($this, $items[$key]); lib/simplepie/simplepie.inc:2973: $this->data['items'][] =& new $this->item_class($this, $items[$key]); lib/simplepie/simplepie.inc:2981: $this->data['items'][] =& new $this->item_class($this, $items[$key]); lib/simplepie/simplepie.inc:2989: $this->data['items'][] =& new $this->item_class($this, $items[$key]); lib/simplepie/simplepie.inc:2997: $this->data['items'][] =& new $this->item_class($this, $items[$key]); lib/simplepie/simplepie.inc:3348: $categories[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:3363: $categories[] =& new $this->feed->category_class($term, $scheme, null); lib/simplepie/simplepie.inc:3367: $categories[] =& new $this->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:3371: $categories[] =& new $this->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:3432: $contributors[] =& new $this->feed->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:3454: $contributors[] =& new $this->feed->author_class($name, $url, $email); lib/simplepie/simplepie.inc:3490: $authors[] =& new $this->feed->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:3512: $authors[] =& new $this->feed->author_class($name, $url, $email); lib/simplepie/simplepie.inc:3517: $authors[] =& new $this->feed->author_class(null, null, $this->sanitize($author[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT)); lib/simplepie/simplepie.inc:3521: $authors[] =& new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:3525: $authors[] =& new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:3529: $authors[] =& new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:3839: $captions_parent[] =& new $this->feed->caption_class($caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text); lib/simplepie/simplepie.inc:3871: $captions_parent[] =& new $this->feed->caption_class($caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text); lib/simplepie/simplepie.inc:3901: $categories_parent[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:3924: $categories_parent[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:3935: $categories_parent[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:3945: $categories_parent[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:3967: $copyrights_parent =& new $this->feed->copyright_class($copyright_url, $copyright_label); lib/simplepie/simplepie.inc:3981: $copyrights_parent =& new $this->feed->copyright_class($copyright_url, $copyright_label); lib/simplepie/simplepie.inc:4008: $credits_parent[] =& new $this->feed->credit_class($credit_role, $credit_scheme, $credit_name); lib/simplepie/simplepie.inc:4034: $credits_parent[] =& new $this->feed->credit_class($credit_role, $credit_scheme, $credit_name); lib/simplepie/simplepie.inc:4223: $ratings_parent[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4236: $ratings_parent[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4257: $ratings_parent[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4270: $ratings_parent[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4298: $restrictions_parent[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:4312: $restrictions_parent[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:4334: $restrictions_parent[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:4348: $restrictions_parent[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:4552: $captions[] =& new $this->feed->caption_class($caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text); lib/simplepie/simplepie.inc:4588: $captions[] =& new $this->feed->caption_class($caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text); lib/simplepie/simplepie.inc:4624: $categories[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:4650: $categories[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:4679: $copyrights =& new $this->feed->copyright_class($copyright_url, $copyright_label); lib/simplepie/simplepie.inc:4693: $copyrights =& new $this->feed->copyright_class($copyright_url, $copyright_label); lib/simplepie/simplepie.inc:4724: $credits[] =& new $this->feed->credit_class($credit_role, $credit_scheme, $credit_name); lib/simplepie/simplepie.inc:4754: $credits[] =& new $this->feed->credit_class($credit_role, $credit_scheme, $credit_name); lib/simplepie/simplepie.inc:4907: $ratings[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4932: $ratings[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:4964: $restrictions[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:4990: $restrictions[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:5044: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width); lib/simplepie/simplepie.inc:5173: $captions[] =& new $this->feed->caption_class($caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text); lib/simplepie/simplepie.inc:5209: $categories[] =& new $this->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:5242: $copyrights =& new $this->feed->copyright_class($copyright_url, $copyright_label); lib/simplepie/simplepie.inc:5273: $credits[] =& new $this->feed->credit_class($credit_role, $credit_scheme, $credit_name); lib/simplepie/simplepie.inc:5377: $ratings[] =& new $this->feed->rating_class($rating_scheme, $rating_value); lib/simplepie/simplepie.inc:5409: $restrictions[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); lib/simplepie/simplepie.inc:5448: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width); lib/simplepie/simplepie.inc:5484: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width); lib/simplepie/simplepie.inc:5519: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width); lib/simplepie/simplepie.inc:5554: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width); lib/simplepie/simplepie.inc:5561: $this->data['enclosures'][] =& new $this->feed->enclosure_class($url, $type, $length, $this->feed->javascript, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width); lib/simplepie/simplepie.inc:5838: $categories[] =& new $this->item->feed->category_class($term, $scheme, $label); lib/simplepie/simplepie.inc:5853: $categories[] =& new $this->item->feed->category_class($term, $scheme, null); lib/simplepie/simplepie.inc:5857: $categories[] =& new $this->item->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:5861: $categories[] =& new $this->item->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:5909: $authors[] =& new $this->item->feed->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:5931: $authors[] =& new $this->item->feed->author_class($name, $url, $email); lib/simplepie/simplepie.inc:5936: $authors[] =& new $this->item->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:5940: $authors[] =& new $this->item->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:5944: $authors[] =& new $this->item->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), null, null); lib/simplepie/simplepie.inc:5992: $contributors[] =& new $this->item->feed->author_class($name, $uri, $email); lib/simplepie/simplepie.inc:6014: $contributors[] =& new $this->item->feed->author_class($name, $url, $email); lib/simplepie/simplepie.inc:6451: $idn =& new idna_convert; lib/simplepie/simplepie.inc:7649: $idn =& new idna_convert; lib/simplepie/simplepie.inc:7710: $parser =& new SimplePie_HTTP_Parser($this->headers); lib/simplepie/simplepie.inc:7791: $parser =& new SimplePie_HTTP_Parser($this->headers); lib/simplepie/simplepie.inc:7810: $decoder =& new SimplePie_gzdecode($this->body); lib/simplepie/simplepie.inc:8622: $location_iri =& new SimplePie_IRI($location); lib/simplepie/simplepie.inc:9319: $iri =& new SimplePie_IRI($url); lib/simplepie/simplepie.inc:9331: $iri =& new SimplePie_IRI(''); lib/simplepie/simplepie.inc:9342: $iri =& new SimplePie_IRI($url); lib/simplepie/simplepie.inc:10862: $decoder =& new SimplePie_Decode_HTML_Entities($data); lib/simplepie/simplepie.inc:11258: $parser =& new SimplePie_XML_Declaration_Parser(SimplePie_Misc::change_encoding(substr($data, 20, $pos - 20), 'UTF-32BE', 'UTF-8')); lib/simplepie/simplepie.inc:11271: $parser =& new SimplePie_XML_Declaration_Parser(SimplePie_Misc::change_encoding(substr($data, 20, $pos - 20), 'UTF-32LE', 'UTF-8')); lib/simplepie/simplepie.inc:11284: $parser =& new SimplePie_XML_Declaration_Parser(SimplePie_Misc::change_encoding(substr($data, 20, $pos - 10), 'UTF-16BE', 'UTF-8')); lib/simplepie/simplepie.inc:11297: $parser =& new SimplePie_XML_Declaration_Parser(SimplePie_Misc::change_encoding(substr($data, 20, $pos - 10), 'UTF-16LE', 'UTF-8')); lib/simplepie/simplepie.inc:11310: $parser =& new SimplePie_XML_Declaration_Parser(substr($data, 5, $pos - 5)); lib/simplepie/simplepie.inc:11685: $relative =& new SimplePie_IRI($relative); lib/simplepie/simplepie.inc:11699: $target =& new SimplePie_IRI(''); lib/simplepie/simplepie.inc:13051: $object =& new SimplePie_Parse_Date; lib/simplepie/simplepie.inc:14086: $sniffer =& new $this->content_type_sniffer_class($this->file); lib/simplepie/simplepie.inc:14132: $sniffer =& new $this->content_type_sniffer_class($file); lib/simplepie/simplepie.inc:14196: $feed =& new $this->file_class($href, $this->timeout, 5, null, $this->useragent); lib/simplepie/simplepie.inc:14268: $feed =& new $this->file_class($value, $this->timeout, 5, null, $this->useragent); lib/simplepie/simplepie.inc:14293: $feed =& new $this->file_class($value, $this->timeout, 5, null, $this->useragent); lib/simplepie/simplepie.inc:14367: $declaration =& new SimplePie_XML_Declaration_Parser(substr($data, 5, $pos - 5)); lib/simplepie/simplepie.inc:14417: $xml =& new XMLReader(); lib/simplepie/simplepie.inc:14903: $file =& new $this->file_class($img['attribs']['src']['data'], $this->timeout, 5, array('X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']), $this->useragent, $this->force_fsockopen); lib/odslib.class.php:52: $ws =& new MoodleODSWorksheet($name); lib/pear/HTML/QuickForm/RuleRegistry.php:118: $this->_rules[$class] =& new $class(); lib/pear/HTML/QuickForm/group.php:293: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/pear/HTML/QuickForm/hierselect.php:152: $this->_elements[] =& new HTML_QuickForm_select($i, null, array(), $this->getAttributes()); lib/pear/HTML/QuickForm/hierselect.php:207: $this->_elements[] =& new HTML_QuickForm_select($i, null, array(), $this->getAttributes()); lib/pear/HTML/QuickForm/hierselect.php:274: $this->_elements[] =& new HTML_QuickForm_select($i, null, array(), $this->getAttributes()); lib/pear/HTML/QuickForm/hierselect.php:447: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/pear/HTML/QuickForm/date.php:398: $this->_elements[] =& new HTML_QuickForm_select($sign, null, $options, $this->getAttributes()); lib/pear/HTML/QuickForm/date.php:466: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/pear/Spreadsheet/Excel/Writer/Workbook.php:186: $this->_parser =& new Spreadsheet_Excel_Writer_Parser($this->_byte_order, $this->_BIFF_version); lib/pear/Spreadsheet/Excel/Writer/Workbook.php:195: $this->_tmp_format =& new Spreadsheet_Excel_Writer_Format($this->_BIFF_version); lib/pear/PEAR.php:87: * objects by reference: $obj =& new PEAR_child; lib/pear/OLE.php:59: * Remember to use ampersand when creating an OLE object ($my_ole =& new OLE();) lib/listlib.php:236: $this->items[$itemiter] =& new $this->listitemclassname($record, $this, $newattributes, $inpage); lib/listlib.php:525: $this->children =& new $parentlistclass($parent->type, $parent->attributes, $parent->editable, $parent->pageurl, 0); lib/listlib.php:633: $newlistitem =& new $thisclass($records[$child], $this->children, $this->attributes); lib/form/tags.php:212: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/form/dateselector.php:184: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/form/datetimeselector.php:202: $renderer =& new HTML_QuickForm_Renderer_Default(); lib/excellib.class.php:76: $ws =& new MoodleExcelWorksheet ($name, $this->pear_excel_workbook, $this->latin_output); lib/excellib.class.php:91: $ft =& new MoodleExcelFormat ($this->pear_excel_workbook, $properties); mod/feedback/easy_excel.php:44: $worksheet =& new EasyWorksheet($this->_BIFF_version, question/type/calculated/questiontype.php:500: $mform =& new question_dataset_dependent_definitions_form("$submiturl?wizardnow=datasetdefinitions", $question); question/type/calculated/questiontype.php:505: $mform =& new question_dataset_dependent_items_form("$submiturl?wizardnow=datasetitems", $question, $regenerate);