πŸ“„ Viewing: bug41175.phpt

--TEST--
Bug #41175 (addAttribute() fails to add an attribute with an empty value)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php

$xml = new SimpleXmlElement("<img></img>");
$xml->addAttribute("src", "foo");
$xml->addAttribute("alt", "");
echo $xml->asXML();

?>
===DONE===
--EXPECT--
<?xml version="1.0"?>
<img src="foo" alt=""/>
===DONE===

πŸŒ‘ DarkStealth β€” WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/simplexml/tests