3v4l.org

run code in 300+ PHP versions simultaneously
<?php $oFile = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?> <Report> <index><value>h</value></index> <index><value>e</value></index> <index><value>l</value></index> <index><value>l</value></index> <index><value>o</value></index> </Report>'); foreach ($oFile->xpath('*/value') as $key => $value) { echo $key, ': ', $value, "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
0: h 1: e 2: l 3: l 4: o

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:
171.64 ms | 405 KiB | 5 Q