3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Use simple html dom include('simple_html_dom.php'); // Create DOM from URL or file $html = file_get_html('www.hltv.org/matches/'); //Grab hot matches $ret = $html->find('div[class=frontpagelink shorten]'); // output it echo $ret->save();
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(simple_html_dom.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/UAYk0 on line 3 Warning: include(simple_html_dom.php): Failed to open stream: Operation not permitted in /in/UAYk0 on line 3 Warning: include(): Failed opening 'simple_html_dom.php' for inclusion (include_path='.:') in /in/UAYk0 on line 3 Fatal error: Uncaught Error: Call to undefined function file_get_html() in /in/UAYk0:6 Stack trace: #0 {main} thrown in /in/UAYk0 on line 6
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
55.27 ms | 402 KiB | 8 Q