@ 2018-07-04T19:53:44Z <?php
$xml = <<<'XML'
<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0">
<name>Simplelists - Myspace & Beatport</name>
<author>Jisse Reitsma - modified by David Richardson</author>
<creationDate>January 2008</creationDate>
<copyright>Copyright 2007 Jira ICT</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>info@jira.nl</authorEmail>
<authorUrl>www.jira.nl</authorUrl>
<version>1.5.0.6</version>
<description>This component shows a simple listing of items which can be displayed through multiple views/themes.</description>
<!-- installation part -->
<install>
<queries>
<query>
CREATE TABLE IF NOT EXISTS `#__simplelists` (
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default 0,
`title` varchar(255) NOT NULL default '',
`url1` varchar(255) NOT NULL default '',
`url2` varchar(255) NOT NULL default '',
`text` text NOT NULL default '',
`picture1` text NOT NULL default '',
`picture2` text NOT NULL default '',
`published` tinyint(1) NOT NULL default 0,
`checked_out` tinyint(1) NOT NULL default 0,
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default 0,
`params` text NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM ;
</query>
</queries>
</install>
<installfile>install.simplelists.php</installfile>
<uninstallfile>uninstall.simplelists.php</uninstallfile>
<!-- user part -->
<files folder="components/com_simplelists">
<filename>js/scriptaculous-js-1.8.0/src/dragdrop.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/effects.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/unittest.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/builder.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/controls.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/sound.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/scriptaculous.js</filename>
<filename>js/scriptaculous-js-1.8.0/src/slider.js</filename>
<filename>js/scriptaculous-js-1.8.0/README</filename>
<filename>js/scriptaculous-js-1.8.0/lib/prototype.js</filename>
<filename>js/scriptaculous-js-1.8.0/MIT-LICENSE</filename>
<filename>js/scriptaculous-js-1.8.0/CHANGELOG</filename>
<filename>router.php</filename>
<filename>css/hover.css</filename>
<filename>css/picture.css</filename>
<filename>css/table.css</filename>
<filename>css/toggle.css</filename>
<filename>css/default.css</filename>
<filename>models/simplelist.php</filename>
<filename>models/index.html</filename>
<filename>index.html</filename>
<filename>metadata.xml</filename>
<filename>simplelists.php</filename>
<filename>views/simplelist/tmpl/toggle.xml</filename>
<filename>views/simplelist/tmpl/picture.php</filename>
<filename>views/simplelist/tmpl/basic.xml</filename>
<filename>views/simplelist/tmpl/table.xml</filename>
<filename>views/simplelist/tmpl/picture.xml</filename>
<filename>views/simplelist/tmpl/index.html</filename>
<filename>views/simplelist/tmpl/hover.xml</filename>
<filename>views/simplelist/tmpl/basic.php</filename>
<filename>views/simplelist/tmpl/table.php</filename>
<filename>views/simplelist/tmpl/default.xml</filename>
<filename>views/simplelist/tmpl/toggle.php</filename>
<filename>views/simplelist/tmpl/default.php</filename>
<filename>views/simplelist/tmpl/hover.php</filename>
<filename>views/simplelist/index.html</filename>
<filename>views/simplelist/metadata.xml</filename>
<filename>views/simplelist/view.html.php</filename>
<filename>views/index.html</filename>
<filename>controller.php</filename>
</files>
<languages folder="language/en-GB">
<language tag="en-GB">en-GB.com_simplelists.ini</language>
</languages>
<!-- administration part -->
<administration>
<menu task="default" img="components/com_simplelists/images/simplelists.png">Simple Lists</menu>
<submenu>
<menu link="option=com_simplelists">Items</menu>
<menu link="option=com_categories&section=com_simplelists">Categories</menu>
</submenu>
<files>
<filename>simplelists.xml</filename>
</files>
<files folder="administrator/components/com_simplelists">
<filename>images/simplelists.png</filename>
<filename>models/simplelist.php</filename>
<filename>models/index.html</filename>
<filename>models/simplelists.php</filename>
<filename>models/simplelist.xml</filename>
<filename>index.html</filename>
<filename>uninstall.simplelists.php</filename>
<filename>config.xml</filename>
<filename>install.simplelists.php</filename>
<filename>simplelists.php</filename>
<filename>views/versioncheck/view.html.php</filename>
<filename>views/simplelist/tmpl/index.html</filename>
<filename>views/simplelist/tmpl/form.php</filename>
<filename>views/simplelist/index.html</filename>
<filename>views/simplelist/view.html.php</filename>
<filename>views/index.html</filename>
<filename>views/simplelists/tmpl/index.html</filename>
<filename>views/simplelists/tmpl/default.php</filename>
<filename>views/simplelists/index.html</filename>
<filename>views/simplelists/view.html.php</filename>
<filename>tables/simplelist.php</filename>
<filename>tables/index.html</filename>
<filename>controller.php</filename>
</files>
<languages folder="administrator/language/en-GB">
<language tag="en-GB">en-GB.com_simplelists.menu.ini</language>
<language tag="en-GB">en-GB.com_simplelists.ini</language>
</languages>
</administration>
</install>
Top
XML;
libxml_use_internal_errors();
try {
$xmlObj = new SimpleXMLElement($xml);
} catch(Exception $e) {
var_dump(libxml_get_last_error());
}
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).
Version System time (s) User time (s) Memory (MiB) 8.4.5 0.005 0.004 24.48 8.4.4 0.006 0.003 18.11 8.4.3 0.000 0.018 18.32 8.4.2 0.003 0.006 19.49 8.4.1 0.006 0.003 18.05 8.3.19 0.003 0.005 17.33 8.3.18 0.011 0.007 18.69 8.3.17 0.006 0.003 17.12 8.3.16 0.011 0.007 19.01 8.3.15 0.010 0.010 17.43 8.3.14 0.012 0.006 18.55 8.3.13 0.008 0.004 18.96 8.3.12 0.009 0.006 20.79 8.3.11 0.009 0.000 20.94 8.3.10 0.000 0.008 24.06 8.3.9 0.008 0.000 26.77 8.3.8 0.003 0.006 18.68 8.3.7 0.011 0.004 16.75 8.3.6 0.011 0.004 18.93 8.3.5 0.008 0.010 18.49 8.3.4 0.014 0.007 19.21 8.3.3 0.014 0.007 19.09 8.3.2 0.008 0.000 19.30 8.3.1 0.005 0.003 22.24 8.3.0 0.005 0.003 23.94 8.2.28 0.013 0.005 18.83 8.2.27 0.011 0.007 17.13 8.2.26 0.008 0.000 19.44 8.2.25 0.008 0.000 18.84 8.2.24 0.006 0.003 17.30 8.2.23 0.004 0.004 22.58 8.2.22 0.003 0.006 37.54 8.2.21 0.003 0.006 26.77 8.2.20 0.010 0.000 17.13 8.2.19 0.015 0.004 16.75 8.2.18 0.013 0.007 17.13 8.2.17 0.015 0.004 22.96 8.2.16 0.007 0.007 19.71 8.2.15 0.005 0.003 24.18 8.2.14 0.004 0.004 24.66 8.2.13 0.004 0.004 22.38 8.2.12 0.017 0.003 26.35 8.2.11 0.008 0.004 21.29 8.2.10 0.009 0.003 18.03 8.2.9 0.003 0.006 18.09 8.2.8 0.006 0.003 17.97 8.2.7 0.006 0.003 18.16 8.2.6 0.000 0.008 18.05 8.2.5 0.008 0.000 18.10 8.2.4 0.000 0.008 19.55 8.2.3 0.000 0.007 19.53 8.2.2 0.007 0.000 18.18 8.2.1 0.004 0.004 18.39 8.2.0 0.000 0.007 19.52 8.1.31 0.003 0.008 17.02 8.1.30 0.009 0.006 18.83 8.1.29 0.006 0.003 30.84 8.1.28 0.009 0.006 25.92 8.1.27 0.000 0.008 24.00 8.1.26 0.005 0.003 26.35 8.1.25 0.004 0.004 28.09 8.1.24 0.009 0.000 22.32 8.1.23 0.008 0.004 22.33 8.1.22 0.003 0.005 17.91 8.1.21 0.008 0.000 19.12 8.1.20 0.000 0.008 17.48 8.1.19 0.003 0.009 17.47 8.1.18 0.003 0.005 18.10 8.1.17 0.000 0.008 19.00 8.1.16 0.000 0.007 19.13 8.1.15 0.005 0.002 19.06 8.1.14 0.004 0.004 17.71 8.1.13 0.004 0.004 19.23 8.1.12 0.006 0.003 17.56 8.1.11 0.008 0.000 17.71 8.1.10 0.000 0.007 17.51 8.1.9 0.005 0.003 17.52 8.1.8 0.004 0.004 17.75 8.1.7 0.000 0.007 17.67 8.1.6 0.008 0.000 17.64 8.1.5 0.000 0.008 17.84 8.1.4 0.000 0.008 17.80 8.1.3 0.010 0.000 17.99 8.1.2 0.004 0.004 17.96 8.1.1 0.004 0.004 17.87 8.1.0 0.004 0.004 17.70 8.0.30 0.005 0.003 20.02 8.0.29 0.005 0.003 16.88 8.0.28 0.007 0.000 18.67 8.0.27 0.008 0.000 17.39 8.0.26 0.003 0.003 17.45 8.0.25 0.008 0.000 17.05 8.0.24 0.000 0.006 17.08 8.0.23 0.003 0.006 17.28 8.0.22 0.003 0.003 17.05 8.0.21 0.003 0.005 17.05 8.0.20 0.000 0.008 17.18 8.0.19 0.000 0.008 17.28 8.0.18 0.004 0.004 17.20 8.0.17 0.003 0.006 17.05 8.0.16 0.004 0.004 17.18 8.0.15 0.000 0.008 17.17 8.0.14 0.004 0.004 17.11 8.0.13 0.000 0.006 13.66 8.0.12 0.008 0.000 16.98 8.0.11 0.004 0.004 17.25 8.0.10 0.004 0.004 17.07 8.0.9 0.004 0.004 17.07 8.0.8 0.008 0.011 17.09 8.0.7 0.004 0.004 17.24 8.0.6 0.003 0.005 17.11 8.0.5 0.004 0.004 17.06 8.0.3 0.010 0.010 17.25 8.0.2 0.010 0.013 17.50 8.0.1 0.003 0.007 17.33 8.0.0 0.008 0.013 16.84 7.4.33 0.006 0.000 15.55 7.4.32 0.003 0.003 16.75 7.4.30 0.003 0.003 16.79 7.4.29 0.009 0.000 16.76 7.4.28 0.003 0.005 16.74 7.4.27 0.006 0.006 16.67 7.4.26 0.000 0.007 16.83 7.4.25 0.004 0.004 16.78 7.4.24 0.003 0.006 16.81 7.4.23 0.000 0.007 16.96 7.4.22 0.004 0.004 16.80 7.4.21 0.008 0.006 16.77 7.4.20 0.000 0.007 16.68 7.4.16 0.009 0.009 16.85 7.4.14 0.007 0.011 17.86 7.4.13 0.010 0.007 16.70 7.4.12 0.010 0.010 16.80 7.4.11 0.007 0.011 16.64 7.4.10 0.011 0.007 16.93 7.4.9 0.011 0.014 16.66 7.4.8 0.015 0.003 19.39 7.4.7 0.010 0.007 16.86 7.4.6 0.015 0.006 16.83 7.4.5 0.004 0.011 16.68 7.4.4 0.014 0.003 16.69 7.4.0 0.006 0.006 15.14 7.3.33 0.003 0.003 13.31 7.3.32 0.006 0.000 13.22 7.3.31 0.008 0.000 16.41 7.3.30 0.007 0.000 16.46 7.3.29 0.000 0.007 16.45 7.3.28 0.006 0.009 16.60 7.3.26 0.009 0.009 16.59 7.3.24 0.012 0.007 16.62 7.3.23 0.010 0.010 16.81 7.3.21 0.010 0.013 16.50 7.3.20 0.003 0.014 16.46 7.3.19 0.012 0.006 16.63 7.3.18 0.013 0.003 16.55 7.3.17 0.017 0.027 16.61 7.3.16 0.003 0.013 16.71 7.2.33 0.014 0.006 16.87 7.2.32 0.003 0.014 16.95 7.2.31 0.010 0.007 16.79 7.2.30 0.006 0.012 16.79 7.2.29 0.012 0.008 16.64 7.2.8 0.014 0.000 16.47 7.2.7 0.098 0.003 15.16 7.2.6 0.084 0.007 14.84 7.2.5 0.093 0.007 15.00 7.2.4 0.082 0.007 15.17 7.2.3 0.093 0.010 14.83 7.2.2 0.085 0.007 14.82 7.2.1 0.086 0.010 14.84 7.2.0 0.096 0.004 14.99 7.1.20 0.015 0.000 15.57 7.1.17 0.079 0.009 14.10 7.1.16 0.082 0.007 13.96 7.1.15 0.090 0.003 13.84 7.1.14 0.124 0.007 13.82 7.1.13 0.091 0.006 13.70 7.1.12 0.079 0.014 13.98 7.1.11 0.086 0.006 13.71 7.1.10 0.092 0.000 14.07 7.1.9 0.137 0.010 13.85 7.1.8 0.163 0.003 13.75 7.1.7 0.162 0.003 13.82 7.1.6 0.197 0.013 31.96 7.1.5 0.207 0.006 31.86 7.1.4 0.230 0.007 31.90 7.1.3 0.224 0.010 31.78 7.1.2 0.267 0.007 31.89 7.1.1 0.222 0.006 13.80 7.1.0 0.145 0.003 14.02
preferences:dark mode live preview ace vim emacs key bindings
135.3 ms | 403 KiB | 5 Q