3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test( $input) { $doc = new DOMDocument; $doc->loadHTML( $input);print_r($doc); /* $p = $doc->getElementsByTagName('a'); //->item(0); $children = $p->childNodes; $img_found = false; $error = false; foreach( $children as $child) { if( $child->nodeType == XML_TEXT_NODE && !$img_found) { // Text before the image, OK, continue on continue; } if( $child->nodeType == XML_ELEMENT_NODE) { if( !($child->tagName == 'img')) { // echo "Invalid HTML element found"; $error = true; } else { $img_found = true; } } else { // echo "Invalid node type!"; $error = true; } } if( $img_found && !$error) { echo 'ok' . "\n"; } else { echo 'NOT ok' . "\n"; }*/ } $input = addslashes('<a href="http://inorbit.in/whitefield/wp-content/uploads/sites/4/2014/06/Interschool-championship.gif"><a href="http://inorbit.in/whitefield/wp-content/uploads/sites/4/2014/06/IMG_0889.jpg"><img class="aligncenter size-full wp-image-1928" alt="sports championship competition" src="http://inorbit.in/whitefield/wp-content/uploads/sites/4/2014/06/IMG_0889.jpg" width="1024" height="768" /></a><a href="http://inorbit.in/whitefield/wp-content/uploads/sites/4/2014/06/IMG_0830.jpg"><img class="aligncenter size-full wp-image-1929" alt="sports championship competition" src="http://inorbit.in/whitefield/wp-content/uploads/sites/4/2014/06/IMG_0830.jpg" width="1024" height="768" /></a></a>'); // ok test( $input);
Output for 8.3.0 - 8.3.6
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( [doctype] => (object value omitted) [implementation] => (object value omitted) [documentElement] => (object value omitted) [actualEncoding] => [encoding] => [xmlEncoding] => [standalone] => 1 [xmlStandalone] => 1 [version] => [xmlVersion] => [strictErrorChecking] => 1 [documentURI] => [config] => [formatOutput] => [validateOnParse] => [resolveExternals] => [preserveWhiteSpace] => 1 [recover] => [substituteEntities] => [firstElementChild] => (object value omitted) [lastElementChild] => (object value omitted) [childElementCount] => 1 [nodeName] => #document [nodeValue] => [nodeType] => 13 [parentNode] => [parentElement] => [childNodes] => (object value omitted) [firstChild] => (object value omitted) [lastChild] => (object value omitted) [previousSibling] => [nextSibling] => [attributes] => [isConnected] => 1 [ownerDocument] => [namespaceURI] => [prefix] => [localName] => [baseURI] => [textContent] => )
Output for 8.0.0 - 8.0.30, 8.1.23 - 8.1.28, 8.2.10 - 8.2.18
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( [doctype] => (object value omitted) [implementation] => (object value omitted) [documentElement] => (object value omitted) [actualEncoding] => [encoding] => [xmlEncoding] => [standalone] => 1 [xmlStandalone] => 1 [version] => [xmlVersion] => [strictErrorChecking] => 1 [documentURI] => [config] => [formatOutput] => [validateOnParse] => [resolveExternals] => [preserveWhiteSpace] => 1 [recover] => [substituteEntities] => [firstElementChild] => (object value omitted) [lastElementChild] => (object value omitted) [childElementCount] => 1 [nodeName] => #document [nodeValue] => [nodeType] => 13 [parentNode] => [childNodes] => (object value omitted) [firstChild] => (object value omitted) [lastChild] => (object value omitted) [previousSibling] => [nextSibling] => [attributes] => [ownerDocument] => [namespaceURI] => [prefix] => [localName] => [baseURI] => [textContent] => )
Output for 8.1.0 - 8.1.22, 8.2.0 - 8.2.9
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( [config] => [doctype] => (object value omitted) [implementation] => (object value omitted) [documentElement] => (object value omitted) [actualEncoding] => [encoding] => [xmlEncoding] => [standalone] => 1 [xmlStandalone] => 1 [version] => [xmlVersion] => [strictErrorChecking] => 1 [documentURI] => [formatOutput] => [validateOnParse] => [resolveExternals] => [preserveWhiteSpace] => 1 [recover] => [substituteEntities] => [firstElementChild] => (object value omitted) [lastElementChild] => (object value omitted) [childElementCount] => 1 [nodeName] => #document [nodeValue] => [nodeType] => 13 [parentNode] => [childNodes] => (object value omitted) [firstChild] => (object value omitted) [lastChild] => (object value omitted) [previousSibling] => [nextSibling] => [attributes] => [ownerDocument] => [namespaceURI] => [prefix] => [localName] => [baseURI] => [textContent] => )
Output for 7.0.20, 7.1.5 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( [doctype] => (object value omitted) [implementation] => (object value omitted) [documentElement] => (object value omitted) [actualEncoding] => [encoding] => [xmlEncoding] => [standalone] => 1 [xmlStandalone] => 1 [version] => [xmlVersion] => [strictErrorChecking] => 1 [documentURI] => [config] => [formatOutput] => [validateOnParse] => [resolveExternals] => [preserveWhiteSpace] => 1 [recover] => [substituteEntities] => [nodeName] => #document [nodeValue] => [nodeType] => 13 [parentNode] => [childNodes] => (object value omitted) [firstChild] => (object value omitted) [lastChild] => (object value omitted) [previousSibling] => [nextSibling] => [attributes] => [ownerDocument] => [namespaceURI] => [prefix] => [localName] => [baseURI] => [textContent] => )
Output for 5.3.11 - 5.3.29, 5.4.1 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.14, 7.1.0
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( [doctype] => (object value omitted) [implementation] => (object value omitted) [documentElement] => (object value omitted) [actualEncoding] => [encoding] => [xmlEncoding] => [standalone] => 1 [xmlStandalone] => 1 [version] => [xmlVersion] => [strictErrorChecking] => 1 [documentURI] => [config] => [formatOutput] => [validateOnParse] => [resolveExternals] => [preserveWhiteSpace] => 1 [recover] => [substituteEntities] => [nodeName] => #document [nodeValue] => [nodeType] => 13 [parentNode] => [childNodes] => (object value omitted) [firstChild] => (object value omitted) [lastChild] => (object value omitted) [previousSibling] => [attributes] => [ownerDocument] => [namespaceURI] => [prefix] => [localName] => [baseURI] => [textContent] => )
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.10, 5.4.0
Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in /in/4eCfc on line 6 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 1 in /in/4eCfc on line 6 DOMDocument Object ( )
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: domdocument in /in/4eCfc on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: domdocument in /in/4eCfc on line 3

preferences:
210.36 ms | 401 KiB | 329 Q