3v4l.org

run code in 300+ PHP versions simultaneously
<?php $subject = '<thead><tr><th>Day</th><th>Date</th><th>Duty</th><th>From</th><th>Report</th><th>To</th><th>Release</th><th>Flight Time</th><th>Duty Time</th><th>TAFB Time</th><th>Rest Time</th><th>Sector(s)/Event(s)</th></tr></thead>'; $dom = new DOMDocument(); $dom->loadHTML($subject); $xpath = new DOMXPath($dom); $headers = $xpath->query('//thead/tr/th'); foreach ($headers as $th) { var_dump($th->textContent); }
Output for git.master, git.master_jit, rfc.property-hooks
string(3) "Day" string(4) "Date" string(4) "Duty" string(4) "From" string(6) "Report" string(2) "To" string(7) "Release" string(11) "Flight Time" string(9) "Duty Time" string(9) "TAFB Time" string(9) "Rest Time" string(18) "Sector(s)/Event(s)"

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:
56.03 ms | 401 KiB | 8 Q