improve parsing of number in received xml
authorgggeek <giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 12:42:33 +0000 (12:42 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 23 Jan 2023 12:42:33 +0000 (12:42 +0000)
commit6e1746c37addd0ec774812f3391fcb327e3d260c
treec02cffe54fc07e6f01f44dc2276f37ee6201b51c
parent91e5d3f4927edd45dcbab802c05e09e3c51b56f4
improve parsing of number in received xml
12 files changed:
src/Helper/XMLParser.php
src/PhpXmlRpc.php
tests/01CharsetTest.php [moved from tests/0CharsetTest.php with 97% similarity]
tests/02ValueTest.php [moved from tests/1ValueTest.php with 81% similarity]
tests/03ParsingTest.php [moved from tests/2MessageTest.php with 64% similarity]
tests/06EncoderTest.php [moved from tests/3EncoderTest.php with 100% similarity]
tests/07ClientTest.php [moved from tests/4ClientTest.php with 100% similarity]
tests/08ServerTest.php [moved from tests/5ServerTest.php with 100% similarity]
tests/09HTTPTest.php [moved from tests/6HTTPTest.php with 99% similarity]
tests/10DemofilesTest.php [moved from tests/7DemofilesTest.php with 100% similarity]
tests/11DebuggerTest.php [moved from tests/8DebuggerTest.php with 100% similarity]
tests/12ExtraFilesTest.php [moved from tests/9ExtraFilesTest.php with 100% similarity]