string(17) "<h3>First h3</h3>"
string(39) "<p>First paragraph for the first h3</p>"
string(18) "<h3>Second h3</h3>"
string(40) "<p>First paragraph for the second h3</p>"
string(17) "<h3>Third h3</h3>"
string(39) "<p>First paragraph for the third h3</p>"
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
string(17) "<h3>First h3</h3>"
string(39) "<p>First paragraph for the first h3</p>"
string(18) "<h3>Second h3</h3>"
string(40) "<p>First paragraph for the second h3</p>"
string(17) "<h3>Third h3</h3>"
string(39) "<p>First paragraph for the third h3</p>"
Output for 7.3.13 - 7.3.33, 7.4.0 - 7.4.33
string(17) "<h3>First h3</h3>"
Notice: Undefined property: DOMElement::$nextElementSibling in /in/gvBrv on line 39
string(18) "<h3>Second h3</h3>"
Notice: Undefined property: DOMElement::$nextElementSibling in /in/gvBrv on line 39
string(17) "<h3>Third h3</h3>"
Notice: Undefined property: DOMElement::$nextElementSibling in /in/gvBrv on line 39