3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = new DOMDocument; $d->load( 'https://feeds.feedburner.com/Newbreak-Video' ); $x = new DOMXPath( $a ); $l1 = $x->query( '//*' ); $l2 = $x->query( '//itunes:*' ); var_dump( $l1->length, $l2->length );

preferences:
64.38 ms | 402 KiB | 5 Q