3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = 'foo bar baz <img src="http://ak-hdl.buzzfed.com/static/2014-06/6/12/enhanced/webdr08/enhanced-21313-1402070821-11.jpg" width="500" height="1000"/> dragons and ponies.'; $dom = new \DOMDocument( '1.0' ); $dom->loadHTML( $content ); for ( $i = 0; $i < 1000; $i++ ) { // \DOMNodesList $nodes = $dom->getElementsByTagName( 'img' ); if ( $nodes->length ) { $img = $nodes->item(0); $src = $img->getAttribute( 'src' ); $width = $img->getAttribute( 'width' ); $height = $img->getAttribute( 'height' ); } }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
185.76 ms | 3333 KiB | 9 Q