PHP 8.2.30
Preview: Bug18343Tests.php Size: 1.70 KB
/proc/thread-self/root/opt/cloudlinux/alt-php56/root/usr/share/pear/test/XML_Util/tests/Bug18343Tests.php

<?php

/**
 * Bug #18343 "Entities in file names decoded during packaging"
 *
 * No matter what flags are given to createTagFromArray(),
 * an attribute must *always* be at least ENTITIES_XML encoded.
 *
 * @link https://pear.php.net/bugs/bug.php?id=18343
 */
class Bug18343Tests extends AbstractUnitTests
{
    private $tagArray = array(
        "qname"      => "install",
        "attributes" => array(
            "as"    => "Horde/Feed/fixtures/lexicon/http-p.moreover.com-cgi-local-page%2Fo=rss&s=Newsweek",
            "name"  => "test/Horde/Feed/fixtures/lexicon/http-p.moreover.com-cgi-local-page%2Fo=rss&s=Newsweek",
        )
    );

    public function getFlagsToTest()
    {
        new XML_Util(); // for constants to be declared

        return array(
            array('no flag', null),
            array('false', false),
            array('ENTITIES_NONE', XML_UTIL_ENTITIES_NONE),
            array('ENTITIES_XML', XML_UTIL_ENTITIES_XML),
            array('ENTITIES_XML_REQUIRED', XML_UTIL_ENTITIES_XML_REQUIRED),
            array('ENTITIES_HTML', XML_UTIL_ENTITIES_HTML),
            array('REPLACE_ENTITIES', XML_UTIL_REPLACE_ENTITIES),
        );
    }

    /**
     * @dataProvider getFlagsToTest()
     */
    public function testCreateTagFromArrayForBug18343($key, $flag)
    {
        // all flags for the candidate input should return the same result
        $expected =
<<< EOF
<install as="Horde/Feed/fixtures/lexicon/http-p.moreover.com-cgi-local-page%2Fo=rss&amp;s=Newsweek" name="test/Horde/Feed/fixtures/lexicon/http-p.moreover.com-cgi-local-page%2Fo=rss&amp;s=Newsweek" />
EOF;
        $this->assertEquals($expected, XML_Util::createTagFromArray($this->tagArray, $flag), "Failed bugcheck for $key.");
    }
}

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
424 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
221 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
7.52 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
729 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
767 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
1.70 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
1.03 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
450 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
4.25 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
362 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
340 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
613 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
5.28 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
13.18 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
7.79 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
1.74 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
1.14 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
1.94 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
448 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download
4.22 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
4.21 KB lrw-r--r-- 2025-05-12 16:48:59
Edit Download
839 B lrw-r--r-- 2025-05-12 16:48:59
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).