3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in" /> <t:span child="copyright" class="footer-copyright" /> </p> </footer> XML; $doc = DOMDocument::loadXML($xml); define('START_TIME', microtime(1)); /* Template Values */ $tv = array(); $f = $doc->createDocumentFragment(); $f->appendXML('<a href="#url">Sign In to Edit this Site</a>'); $tv['sign-in'] = $f; $tv['copyright'] = $doc->createTextNode('&copy;' . date('Y') . ' ' . SITE); foreach($doc->getElementsByTagNameNS('ddtemplate','*') as $el) { $el->appendChild($tv[$el->getAttribute('child')]); } echo $doc->saveHTML(); var_dump(microtime(1) - START_TIME);
Output for 7.3.1
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010299682617188)
Output for 7.3.0
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013399124145508)
Output for 7.2.13
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00024914741516113)
Output for 7.2.12
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00017213821411133)
Output for 7.2.11
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010490417480469)
Output for 7.2.10
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012898445129395)
Output for 7.2.9
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.025024890899658)
Output for 7.2.8
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00023889541625977)
Output for 7.2.7
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.022231101989746)
Output for 7.2.6
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00019693374633789)
Output for 7.2.5
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012683868408203)
Output for 7.2.4
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011110305786133)
Output for 7.2.3
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013113021850586)
Output for 7.2.2
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00016212463378906)
Output for 7.2.1
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.034094095230103)
Output for 7.2.0
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Warning: Use of undefined constant SITE - assumed 'SITE' (this will throw an Error in a future version of PHP) in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001680850982666)
Output for 7.1.25
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011610984802246)
Output for 7.0.2, 7.1.7
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.7962875366211E-5)
Output for 7.1.6
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001990795135498)
Output for 7.1.5
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015091896057129)
Output for 7.1.0
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011587142944336)
Output for 7.0.20
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.1075897216797E-5)
Output for 7.0.14
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011897087097168)
Output for 7.0.8
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.9870223999023E-5)
Output for 7.0.7
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.9883804321289E-5)
Output for 7.0.6
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010585784912109)
Output for 7.0.5
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.8916549682617E-5)
Output for 7.0.4
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.5817108154297E-5)
Output for 7.0.3
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.6055526733398E-5)
Output for 7.0.1
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.1062316894531E-5)
Output for 7.0.0
Deprecated: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(6.8902969360352E-5)
Output for 5.3.21, 5.3.25 - 5.3.26, 5.4.36, 5.5.26, 5.6.28
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012612342834473)
Output for 5.6.23
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.608268737793E-5)
Output for 5.6.22
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.5101852416992E-5)
Output for 5.4.34, 5.5.5, 5.6.21
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.4890594482422E-5)
Output for 5.6.20
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.4877014160156E-5)
Output for 5.6.19
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.392333984375E-5)
Output for 5.2.9, 5.6.18
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.702278137207E-5)
Output for 5.6.17
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.1062316894531E-5)
Output for 5.5.9, 5.6.16
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012707710266113)
Output for 5.1.0, 5.4.41, 5.6.15
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001370906829834)
Output for 5.2.12, 5.4.7, 5.6.14
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013995170593262)
Output for 5.6.13
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001368522644043)
Output for 5.2.15, 5.3.5, 5.4.20, 5.4.27, 5.6.12
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012397766113281)
Output for 5.5.11, 5.6.11
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011706352233887)
Output for 5.3.17, 5.4.15, 5.6.10
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013899803161621)
Output for 5.6.9
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010490417480469)
Output for 5.3.20, 5.6.8
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014114379882812)
Output for 5.6.7
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014519691467285)
Output for 5.4.16, 5.5.8, 5.5.10, 5.5.21, 5.6.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013399124145508)
Output for 5.2.10, 5.6.5
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014209747314453)
Output for 5.4.30, 5.6.4
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014305114746094)
Output for 5.6.3
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001380443572998)
Output for 5.6.2
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.8930130004883E-5)
Output for 5.6.1
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.9883804321289E-5)
Output for 5.3.12, 5.3.14, 5.4.23, 5.6.0
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012016296386719)
Output for 5.5.37
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.8916549682617E-5)
Output for 5.5.36
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(7.2002410888672E-5)
Output for 5.5.35
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.4175338745117E-5)
Output for 5.5.34
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(8.7976455688477E-5)
Output for 5.5.18, 5.5.33
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010204315185547)
Output for 5.5.32
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.1075897216797E-5)
Output for 5.5.1, 5.5.31
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011205673217773)
Output for 5.5.30
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014996528625488)
Output for 5.5.29
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010800361633301)
Output for 5.3.22, 5.5.28
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011491775512695)
Output for 5.3.2, 5.5.27
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015997886657715)
Output for 5.5.25
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014400482177734)
Output for 5.1.3, 5.4.37, 5.5.19, 5.5.24
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012302398681641)
Output for 5.1.4, 5.4.22, 5.5.22 - 5.5.23
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012898445129395)
Output for 5.3.0, 5.3.10, 5.5.20
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013303756713867)
Output for 5.5.13, 5.5.16
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012683868408203)
Output for 5.2.5, 5.4.4, 5.5.15
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013589859008789)
Output for 5.5.14
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010013580322266)
Output for 5.5.12
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015115737915039)
Output for 5.5.7
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013184547424316)
Output for 5.5.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.2029571533203E-5)
Output for 5.3.18, 5.4.8, 5.4.13, 5.5.4
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.2983245849609E-5)
Output for 5.4.9, 5.4.18, 5.5.2 - 5.5.3
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011396408081055)
Output for 5.5.0
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001070499420166)
Output for 5.2.7, 5.4.5, 5.4.45
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014901161193848)
Output for 5.4.44
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001521110534668)
Output for 5.4.43
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00018191337585449)
Output for 5.4.42
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00019097328186035)
Output for 5.4.14, 5.4.40
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011301040649414)
Output for 5.4.39
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010395050048828)
Output for 5.3.8, 5.4.38
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010108947753906)
Output for 5.3.15, 5.4.35
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015497207641602)
Output for 5.4.17, 5.4.24, 5.4.32
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012803077697754)
Output for 5.4.31
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015521049499512)
Output for 5.4.29
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010585784912109)
Output for 5.3.7, 5.4.28
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001378059387207)
Output for 5.1.1, 5.4.0 - 5.4.1, 5.4.26
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013494491577148)
Output for 5.4.25
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015592575073242)
Output for 5.4.21
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013208389282227)
Output for 5.4.19
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011110305786133)
Output for 5.4.12
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.0122222900391E-5)
Output for 5.4.11
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013017654418945)
Output for 5.3.11, 5.4.10
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012111663818359)
Output for 5.4.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012993812561035)
Output for 5.4.3
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014686584472656)
Output for 5.4.2
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015091896057129)
Output for 5.2.1, 5.3.3, 5.3.19, 5.3.29
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011801719665527)
Output for 5.3.4, 5.3.28
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014805793762207)
Output for 5.3.27
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010991096496582)
Output for 5.3.24
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011897087097168)
Output for 5.3.23
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011682510375977)
Output for 5.3.16
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015616416931152)
Output for 5.3.13
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001528263092041)
Output for 5.3.9
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00018000602722168)
Output for 5.3.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011587142944336)
Output for 5.2.8, 5.3.1
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014019012451172)
Output for 5.2.17
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.0001530647277832)
Output for 5.2.16
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011777877807617)
Output for 5.2.14
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00010299682617188)
Output for 5.2.13
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(9.7990036010742E-5)
Output for 5.2.11
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011992454528809)
Output for 5.2.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012087821960449)
Output for 5.1.5, 5.2.4
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00013113021850586)
Output for 5.2.3
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014090538024902)
Output for 5.2.2
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00014591217041016)
Output for 5.2.0
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00015401840209961)
Output for 5.1.6
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 23 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00012421607971191)
Output for 5.1.2
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 12 Notice: Use of undefined constant SITE - assumed 'SITE' in /in/qCgaf on line 24 <footer xmlns:t="ddtemplate"> <p> <t:span child="sign-in" class="sign-in"><a href="#url">Sign In to Edit this Site</a></t:span> <t:span child="copyright" class="footer-copyright">&amp;copy;2014 SITE</t:span> </p> </footer> float(0.00011396408081055)
Output for 5.0.0 - 5.0.5
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically in /in/qCgaf on line 11 Fatal error: Call to undefined method DOMDocumentFragment::appendXML() in /in/qCgaf on line 20
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Fatal error: Undefined class name 'domdocument' in /in/qCgaf on line 11
Process exited with code 255.
Output for 4.4.2
Fatal error: Undefined class name 'domdocument' in /in/qCgaf on line 12
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Undefined class name 'domdocument' in /in/qCgaf on line 11

preferences:
140.46 ms | 401 KiB | 227 Q