lib-array2xml icon indicating copy to clipboard operation
lib-array2xml copied to clipboard

Array2XML conversion library credit to lalit.org

Results 6 lib-array2xml issues
Sort by recently updated
recently updated
newest added

package.json == "Apache-2.0" COPYING == GNU General Public License v3.0 COPYING LESSER == GNU Lesser General Public License v3.0

bug

When logging psalm logs to xml. its gets the following error: ``` Uncaught RuntimeException: PHP Error: DOMDocument::createTextNode(): Passing null to parameter #1 ($data) of type string is deprecated in /app/vendor/openlss/lib-array2xml/LSS/Array2XML.php:174...

The reference to $output was overwritten by nodes not covered by the switch construct. Example to test: ```xml ``` Array without patch: ```php [ 'root' => [ 'Nodes' => [...

+ fix some typos and add phpdocs by hand (in a separated commit) --- This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/17)

This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/16)

This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/15)

enhancement