Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/xsl/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/xsl/tests/bug70535.phpt |
--TEST-- Bug #70535 (XSLT: free(): invalid pointer) --SKIPIF-- <?php if (!extension_loaded('xsl')) die("skip Extension XSL is required"); if (!extension_loaded("simplexml")) die("skip simplexml extension is not loaded"); ?> --FILE-- <?php $xmlInput = simplexml_load_string('<root></root>'); $xslInput = '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>success</xsl:text></xsl:template></xsl:stylesheet>'; $xsl = new \DomDocument(); $xsl->loadXML($xslInput); $xslt = new \XsltProcessor(); $xslt->importStylesheet($xsl); $xmloutput = $xslt->transformToXml($xmlInput); ?> okey --EXPECT-- okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare